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 |
Mention the three levels for applying interceptor methods.
How can a session bean be configured for transactions of bean-managed?
What do you mean by in-memory replication?
Using Container managed entity bean, how an entity bean can be created?
What are different Methods and Classes written in a Session Bean
What is EJB server?
what are required main interfaces in EJB?
What is the difference between ejb and spring?
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?
Define ripple effect?
what is mean by RMI ? Please answer me. Advance thanks.
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain?