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 |
Tell me difference between Container managed persistent bean & Bean managed persistent bean?
What is Session Bean Interface?
what is mean by dll ? Please answer me. Advance thanks.
Where a bean can be used ?
What are ejb components?
What do you mean by in-memory replication?
What is @injectmock?
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?
What is @resource in java?
Difference between javaBeans and Enterprise JavaBeans?
1 Answers Indotech, Tech Mahindra,
What are the services that a container provides for an entity bean?
How does a container, manage access, from multiple transactions on an entity bean?