> any wicket example that uses EJB3 and Java Persistence 1.0

Nathan's Databinder will give you ideas and simplicity here ( if you 
ignore the Maven thing, of course.... ;-) )
Note that the Hibernate Session and the JPA EntityManager are almost 
indentical concepts.
In fact, if you use Hibernate as the JPA implementation, they are the 
same thing.

JPA makes accessing databases *really* simple.
And you don't need EJB: I'm using JPA (TopLink) in a JSE project.

-----
Gustavo.



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to