Java ORM/Code Gen?

Posts   
 
    
sirshannon
User
Posts: 48
Joined: 26-Jun-2004
# Posted on: 23-Mar-2005 05:28:28   

I am working with JSP and CF, among other things, at the moment. I've never really investigated the Java equivilants of LLBLGen Pro, so if those of you know know can point me in the right direction, I would appreciate it.

[edit: I guess I should mention that I have been primarily a .NET/ ASP.NET dev for a few years and have been using LLBLGen Pro for about a year and would love to have something similar in the Java work I'm doing now.]

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 23-Mar-2005 09:50:27   

If you have $$$, go to the oracle site and buy toplink. Toplink is considered to be the best O/R mapper ever created. http://www.oracle.com/technology/products/ias/toplink/index.html

If you don't want to spend $$$, go to the hibernate site and download hibernate 3.0 and the Eclipse tools for hibernate. I haven't tried them, but the functionality should be ok simple_smile http://www.hibernate.org

The rest is not that interesting.

Frans Bouma | Lead developer LLBLGen Pro