[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [eclipselink-users] [OT]-ish Generic JPA Repository Frameworks
|
- From: Tim Hollosy <hollosyt@xxxxxxxxx>
- Date: Tue, 13 Oct 2009 06:59:41 -0400
- Delivered-to: eclipselink-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=PlwZSEg1tnakSeL625o2iMxvKF7Pvn1zfvy/OGn+yb4=; b=fg3Ybc3qMLCVIedxWUoEmgX3XRqet57KEZq03FIutiSE2K+XJwf36zvcpQa7kSte4e xHTlJbMBaPdI1qnDRIjzwQim7ln2fIBSi/PRPLhmhrbZeWQGTufvg2s4tLLyVAKhlws6 1Ih+3rq7/PSUbNySvTJV3IYG/fXsl4odR1uwA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=NS0O09OT3aftCehAL86cZ2ae7rAu+77+eQG3OHrIyeu3kiYod484e/F8iM/VB0yPHr JKSK9r14kslAqgTu4p+i/j6LfOrrgS4uKv+5SZzqT3FM/0X8dIO2HITcQREFPUVpRg/N g+zg+X7enizMf6Q5eVlShk4L8exq2JLtbCR0A=
Interesting, I looked at grepo but I really can't see adding yet
another abstraction layer on top of my code. We get by pretty well
with a standard DAO that's extended when needed.
./tch
On Tue, Oct 13, 2009 at 5:01 AM, RogerV <roger.varley@xxxxxxxxxxxxxx> wrote:
>
> I've recently been come across references to generic DAO/Repository
> frameworks for JPA which attempt to reduce/standardize the code that you
> need to write to manage entities (e.g. http://grepo.codehaus.org/) Other
> approaches, such as taken by NetBeans, seem to be to auto-generate custom
> DAO Controller classes from the entity definitions .
>
> As a newbie, I'd be interested in whether any of these generic DAO
> frameworks are any good, and if so which one(s) should I be looking at, or
> would I be better off with custom controller classes (auto-generated or
> otherwise)
>
> Regards
> --
> View this message in context: http://www.nabble.com/-OT--ish-Generic-JPA-Repository-Frameworks-tp25869420p25869420.html
> Sent from the EclipseLink - Users mailing list archive at Nabble.com.
>
> _______________________________________________
> eclipselink-users mailing list
> eclipselink-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipselink-users
>