|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
[OT]-ish Generic JPA Repository FrameworksI'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 |
|
|
Re: [OT]-ish Generic JPA Repository FrameworksInteresting, 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@...> 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@... > https://dev.eclipse.org/mailman/listinfo/eclipselink-users > eclipselink-users mailing list eclipselink-users@... https://dev.eclipse.org/mailman/listinfo/eclipselink-users |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |