EJB 3.1 spec allows for applications that used to be packaged in EAR archives to be deployed as WAR. The only thing that needs to be done is ejb-jar.xml and a container specific ejb deployment descriptor (like jboss-ejb3.xml for JBOSS) need to be included in the WEB-INF directory.
0 Comments