EJB Lifecycle and Relation to WARs
- by Adam Tannon
I've been reading up on EJBs (3.x) and believe I understand the basics. This question is a "call for confirmation" that I have interpreted the Java EE docs correctly and that I understand these fundamental concepts:
An EJB is to an App Container as a Web App (WAR) is to a Web Container
Just like you deploy a WAR to a Web Container, and that…