On Jan 24, 2008, at 17:57, Martin Davis wrote:

I agree with you - just using the jdbc-odbc bridge and possibly an ORM layer (certainly a DAO layer of some sort - at minimum SpringJDBC) is a better approach. Less middleware....

I hadn't heard of Cayenne - I'll have to check it out. How does it compare to Hibernate?

Both tries to solve the same problem, but from different angels. It is really easy to get started with cayenne as it has a nice GUI modeling tool called CayenneModeler. From there you can create the mapping from an existing database, do mapping, create data object classes and so on. Cayenne also has a Remote Object Persistence, so the ORM can be accessible from thick clients as well.

Most importantly, it has a really tight and nice community.

 - Tore, member of the cayenne community.
_______________________________________________
jts-devel mailing list
jts-devel@lists.jump-project.org
http://lists.refractions.net/mailman/listinfo/jts-devel

Reply via email to