I’m looking for an easy-to-use and intergrate ORM for Wicket application. I was thinking about Hibernate. Is it a good choice? What are the possible problems with Wicket/Hibernate? Any other suggestions are welcome. Thanks for any help.
I’m looking for an easy-to-use and intergrate ORM for Wicket application. I was thinking
Share
I would suggest EclipseLink over Hibernate because of some lazy-loading and relations related problems. Integration is basically the same.
With additional access layer actually any ORM should be easily pluggable.