how to deploy enterprise javabeans?

Answers were Sorted based on User's Feedback



how to deploy enterprise javabeans?..

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

how to deploy enterprise javabeans?..

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

Post New Answer

More EJB Interview Questions

What transaction attributes does Java Bean containers support?

1 Answers  


What Is EJB Clustering? Explain the Functionality?

1 Answers   Business Architectures, College School Exams Tests, HCL,


How to increase ejb transaction timeout in weblogic?

0 Answers  


What is Introspection ?

2 Answers   Wipro,


What is ejb bean in java?

0 Answers  






Why should we use ejb?

0 Answers  


What do you mean by abstract schema?

0 Answers  


What is the default transaction attribute for an ejb?

0 Answers  


why object class is a parent of all classes in java?

2 Answers   TCS,


can we stop the execution of a method before completion?

0 Answers  


How to generate ejb stubs in eclipse?

0 Answers  


Can beans who are involved in transaction have 'passivation' process?

0 Answers  


Categories