Re: Barracuda and DODS (again)
"Diez B. Roggisch" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, > Yes, I will try, for I'm quite interested in using DODS or a similar > tool for generating database management java code. > I have found no answer to my question about how the pleople that work > with Barracuda deal with databases. > I there are no more comments I will think they make the code by > themselves. Some hint? :) Hibernate, CastorJDO, EJBs, JRF. I would recommend Hibernate if you don't need the remote features of EJBs. JRF is somewhat outdated, and CastorJDO isn't very actively supported. Prevayler looks nice, but I see problems in cases where you want to move between releases - issuing some DDL-scripts is certainly easier than creating mappings between objects that change. Regards, Diez