Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] [OT]-ish Generic JPA Repository Frameworks

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
>


Back to the top