Hi,
I have recently been developing for IBM WebSphere 3.5.3 using VisualAge. I want to move away from this tool to NetBeans, a tool that I have used in the past. What I am unsure about is how to "compile" EJB code for the WAS server. I have done this in the past for WebLogic using a ANT ejb compile task. Is there a similar compile tool for WAS?
Thanks for any help.
Chris Pilsworth
-
Generating deployable code in websphere (1 messages)
- Posted by: Chris Pilsworth
- Posted on: March 12 2002 04:02 EST
Threaded Messages (1)
- Generating deployable code in websphere by Kapil Israni on March 12 2002 20:49 EST
-
Generating deployable code in websphere[ Go to top ]
- Posted by: Kapil Israni
- Posted on: March 12 2002 20:49 EST
- in response to Chris Pilsworth
Chris,
dont know bout 3.5.x. but 4.x has a command line tool called "ejbdeploy.bat/sh" under bin folder.
it generates the required deployable code(stubs/skeletons) for you.
Unfortunately Ant doesnt have a similar task for websphere
:(