Can we write a complete EJB3.0 application(Session, messagedriven, Entity) without using any annotation but deployment descriptor or other ".xml" files.
James Sutherland
Ranch Hand
Joined: Oct 01, 2007
Posts: 550
posted
0
Yes.
Just use the ejb-jar.xml to define the SessionBeans and a persistence.xml and orm.xml to define the JPA entities.