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 do you mean by ejb?
Difference between javaBeans and Enterprise JavaBeans?
1 Answers Indotech, Tech Mahindra,
Enlist the declarative transaction types?
Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?
What is the purpose of a transaction monitor?
Why should we use ejb?
In EBs the DB state is more consistent than SBs why?
What is the difference between message driven beans and stateless session beans?
An EJB client, can marshall an object of the class java.lang.Class to an EJB?
What is enterprise bean provider?
Enlist the contents of Container.
Explain Stateful session bean life cycle?