Just some thoughts:

One of the features Spring Data provides is audit records, something that
Envers provides as well (possible alternative).

Not sure if you saw it, but Hibernate just added support for find by
business key to compliment the find by id method in JPA. That would be a
nice feature to support as well (obviously we need an abstraction over the
Hibernate impl until this is in JPA proper).

-Dan

On Thu, Jan 26, 2012 at 05:18, Antoine Sabot-Durand <
[email protected]> wrote:

> Hi Thomas,
>
>
> Regarding CDI and persistence, Spring Data is also an interesting project
> that can complete a DAO approach and it includes CDI support. Shouldn't we
> try to invite the SpringSource guys that works on these module to join DS ?
>
> Antoine SABOT-DURAND
>
>
> Le 26 janv. 2012 à 10:42, Thomas Hug a écrit :
>
> > Dear DeltaSpike team,
> >
> > I'm contacting you as one of the commiters of a CDI extension intended to
> > provide a generic DAO API. It's offering features like declarative query
> > creation and simplified usage of JPA - similar to Grails GORM or Spring
> > Data JPA to name some better known frameworks. Code and documentation can
> > be found here:
> >
> > https://github.com/ctpconsulting/query
> > http://ctpconsulting.github.com/query/latest<
> http://ctpconsulting.github.com/query/1.0.0.Alpha2/index.html>
> >
> > We're very excited about DeltaSpike and would like to join the project.
> If
> > there is interest in taking over the CDI Query extension, we would be
> more
> > than happy to port it over to DeltaSpike. Looking forward hearing from
> you.
> >
> > Cheers,
> > Tom
>
>


-- 
Dan Allen
Principal Software Engineer, Red Hat | Author of Seam in Action
Registered Linux User #231597

http://google.com/profiles/dan.j.allen
http://mojavelinux.com
http://mojavelinux.com/seaminaction

Reply via email to