Where can I run EJBs ?
EJBs are built for more than just a Java EE application server. They can also execute in a Java EE Web Profile container or plain Java SE environment (Java SE ! yeah – Easy Java Beans !).
EJB Lite
Required to support only a subset of the features which are provided by the full EJB specification – a lightweight version of the same
A Java EE Web Profile certified container has tosupport the EJB…
View On WordPress












