I am using visual age for java for generating the EJBs and exporting it into a directory during the buid process of our project. We are using Webshpere as our webserver. Is there any way we can automate the exporting of the EJBjars and the exporting of the client Jars. Hope some one will through some light on this . Thanks in advance danny
If you are using CMP beans then the answer is no, it can't be automated. If you are only using Session beans and BMP beans then it can. If your situation fits the second case, then post here and I'll try to provide more details... Kyle ------------------ Kyle Brown, Author of Enterprise Java (tm) Programming with IBM Websphere See my homepage at http://members.aol.com/kgb1001001 for other WebSphere information.
Hi Kyle, Thanks for the reply ! , Yes i would like to know how to automate the generation of BMP and session beans. Right now i am using ant tool ( using tool intergrate ) to automate the import and export of normal java classes , If there are other ways to do the same please let me know. Thanks in advance
Nope -- I was going to post some code for using the Tool integrator to do exports that you could then call from ANT Sounds like you're already on the right track. Kyle ------------------ Kyle Brown, Author of Enterprise Java (tm) Programming with IBM Websphere See my homepage at http://members.aol.com/kgb1001001 for other WebSphere information.