Framework like Spring Data JPA or Hades for CDI or EJB?

I am looking for a framework that reduces the number of template characters to write DAOs in the standard JEE6 stack (EJB 3.1 or CDI).

Spring introduces two frameworks Hades and Spring Data JPA , both provide an approach to defining a JPA crawler by writing an interface only, not an implementation. Is there something similar for EJB 3.1 or CDI?

+3


source to share


2 answers


http://ctpconsulting.github.com/query/1.0.0.Alpha3/index.html is a good project. You can also look at Apache DeltaSpike (currently in incubator) for expansion in the coming months.



+2


source


To quote the Spring Data JPA Documentation :



As of version 1.1.0, Spring Data JPA ships with a custom CDI extension that allows you to use the repository abstraction in CDI environments.

+2


source







All Articles