• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Is it possible to automate the exporting of EJB jars in Visual Age for Java ?

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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


------------------
Daniel
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
daniel pravin
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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


------------------
Daniel
 
Kyle Brown
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
daniel pravin
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Kyle,
Anyway ! Thanks for your Help kyle
 
reply
    Bookmark Topic Watch Topic
  • New Topic