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 meant by manifest files ?
Can the primary key in the entity bean be a Java primitive type such as int?
What are the key features of the ejb technology?
What is a Java Bean?
Differentiate ‘Stateful Session’ from ‘Entity Bean’ ?
Using Container managed entity bean, how an entity bean can be created?
In an EJB project, Howmany tables and How many entity beans are used?
What is ejb javatpoint?
What is EJB object?
What are stateless applications?
What do you mean enterprise javabeans (ejb) container?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?