Did you notice that Spring-Data ships with a CDI extension?
So if we want to implement this, the core question for me is, how does our implementation distinguish from spring-data? Cheers, Arne Am 19.12.12 23:33 schrieb "Gerhard Petracek (JIRA)" unter <[email protected]>: > > [ >https://issues.apache.org/jira/browse/DELTASPIKE-60?page=com.atlassian.jir >a.plugin.system.issuetabpanels:all-tabpanel ] > >Gerhard Petracek updated DELTASPIKE-60: >--------------------------------------- > > Assignee: Romain Manni-Bucau (was: Gerhard Petracek) > >> Review and discuss a generic DAO API >> ------------------------------------ >> >> Key: DELTASPIKE-60 >> URL: https://issues.apache.org/jira/browse/DELTASPIKE-60 >> Project: DeltaSpike >> Issue Type: Task >> Components: Core >> Reporter: Thomas Hug >> Assignee: Romain Manni-Bucau >> Fix For: 0.4-incubating >> >> >> A CDI extension based DAO API is intended to help simplifying DAOs. JPA >>query methods often require repetitive code and clutter DAOs. Getting >>rid of boilerplate and allowing to create simple queries declaratively >>will help keeping focus on the more complex query logic. >> Topics: >> - Declarative queries >> - Simplified usage of JPA >> There is already an existing CDI extension approaching this problem: >> https://github.com/ctpconsulting/query >> http://ctpconsulting.github.com/query/latest > >-- >This message is automatically generated by JIRA. >If you think it was sent incorrectly, please contact your JIRA >administrators >For more information on JIRA, see: http://www.atlassian.com/software/jira
