-
Deploying EJB in websphere (3 messages)
- Posted by: manav mehra
- Posted on: November 18 2001 05:35 EST
I want to know how to deploy EJB in websphere.I know,how to deploy it in weblogic.I need details like server configuration,deployment steps,and the changes to be done in deployment descriptor etc.,Threaded Messages (3)
- Deploying EJB in websphere by Rudolf Schmidt on November 18 2001 14:48 EST
- Deploying EJB in websphere by Kapil Israni on November 18 2001 16:26 EST
- Deploying EJB in websphere by Stephen Bennett on November 19 2001 09:09 EST
-
Deploying EJB in websphere[ Go to top ]
- Posted by: Rudolf Schmidt
- Posted on: November 18 2001 14:48 EST
- in response to manav mehra
Take a look at the redbooks from ibm, they provide you with the requiered information.
http://www.redbooks.ibm.com/
rudolf -
Deploying EJB in websphere[ Go to top ]
- Posted by: Kapil Israni
- Posted on: November 18 2001 16:26 EST
- in response to manav mehra
Deployment in websphere is pretty cool. if u r looking for a gui based tool, then websphere has "Application assembly tool (AAT)". u can use this tool to deploy stuff. else it has command line utils, ejbdeploy.bat to do the same.
kapil -
Deploying EJB in websphere[ Go to top ]
- Posted by: Stephen Bennett
- Posted on: November 19 2001 09:09 EST
- in response to manav mehra
...........and if you are using Visualage for Java, (Enterprise)for your development you can easily create deployable EJB for your Application Server from there too...........
The IBM redbook "EJB Development with VisualAge for Java for WebSphere Application Server" explains it all......
click here IBM Redbooks EJB Development with VisualAge for Java for WebSphere Application Server
Stephen