• 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

What's EJB deployment tool on Websphere server?

 
Ranch Hand
Posts: 127
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I need to run Ant on Websphere server to build the EJB project. I know iPlanet server has ejbc to generate the stubs and all. I wonder what's the EJB deployment tool on Websphere Server? You know, generate the remote objects, generate the stubs and skeletons?
Thanks,
Jenny
 
Ranch Hand
Posts: 365
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Install an EAR file that contains the EJB and it will generate the stubs for you. If you are using WSAD for development you can right click on the EJB project and generate them.
 
Ranch Hand
Posts: 219
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
jenny...
not sure if my prev. post succeeded... connection to internet was lost as I was submitting..
to put it briefly.. search for BArry searle's article on Ant Plugin for WSAD...
create an xml file .. (I tried to include a sample file here.. but Maraputa would not allow it... I am sure I did not have invalid HTML Characters..)
which has following tasks:
- projectBuild
- ejbDeploy

Right click, this xml file... select 'Run Ant Script'.. and off u go!
If u need more info, let me know.
 
Ranch Hand
Posts: 1551
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My post has been lost too.
Are you familiar with XDoclet and AAT?
 
Nagendra Prasad
Ranch Hand
Posts: 219
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not familiar with XDoclet.. though I have seen a lot of articles on that at javaranch. I am familiar with AAT... but when I have WSAD, I persoanlly prefer WSAD to manage my EAR.
But.. why the question in the first place? Or was it just a matter of listing a couple of more options
 
reply
    Bookmark Topic Watch Topic
  • New Topic