Hi, 1) nope, the one bundled with your application server is all you need, and basic code should not need to care about the JPA provider.
2) EJB3 only is probably better, because your app is able to run on different app servers, and if the EJB standard is changed, your app will probably still work. But the more complex your app becomes, the more chance is that you need to work with the JPA layer directly... Hope this helps a bit Wolfgang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262422#4262422 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262422 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
