[jboss-user] [Beginners Corner] - Re: Sharing libs

kaobe do-not-reply at jboss.com
Thu Feb 8 07:26:48 EST 2007


Hi, 

you could use the following packaging: 
- bean classes and bean resources in YOUR_EJB.jar
- home and component interfaces in YOUR_EJB_client.jar
Then you can put the client.jar into your ear, add the reference to the manifest.mf of your web-application (or give it to any other client you wish) and you can be sure, that anyone using your ejb does only need to know the client interfaces. 

Peter

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012996#4012996

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012996



More information about the jboss-user mailing list