Re: jar and session beans
Posted By:
Anonymous
Posted On:
Monday, February 24, 2003 03:52 AM
A J2EE application (*.ear) contains one to many J2EE modules and a deployment descriptor. And a J2EE module (*.jar, *.war, *.rar) contains one to many J2EE components (e.g. a session bean) of the same kind (ejb, web component, resource) and a DD. So you can store multiple session beans in one jar file.