how to deploy enterprise javabeans?
Answers were Sorted based on User's Feedback
Answer / vidya
There are 2 types of deployments procedures.One is Console
Deployment in which we can deploy the beans throg the
console screens , later One is Hard Deployment in which we
can directly put the .jar file in appliction of
user_projects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ganesh gadde
Basically Ther r 3 ways to deploy an ejb application
1.hard deployment ,wher u can put all ur jar files in the
application folder of ur project
2.Weblogic console deployment where u can upload ur files
and convert into jars and then deploy
3.Tool based deployment(either Ant/Weblogic builder) : you
will prepare one build.xml file where u can set all the
information regarding deployment structure otherwise use
weblogic builder tool,ther u have to enter some entries
| Is This Answer Correct ? | 0 Yes | 0 No |
What is ejb and its architecture?
Explain the Sotware Architechture of EJB?
Can i write business logic methods in entitybean?
What is bean-managed transaction?
what is an ejb object?
5 Answers Bally Technologies, HCL, Siemens,
What is the perpose of EJBs?
What is the difference between ejbcreate() and ejbpostcreate?
How to import ejb project in eclipse?
What is the difference between Session bean and Entity bean?one?
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?
What is a stateless session?
What is Enterprise JavaBeans (EJB)?