> 1) Use DTOs > I think all of these have some issues. Using DTOs is code heavy.
I use @Entity objects directly as objects. No overhead. There was some discussion about Hibernate and wicket in: * http://www.nabble.com/JPA-EntityManager-storage-td23888325.html * http://www.mail-archive.com/[email protected]/msg37772.html ** Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
