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 Is EJB Clustering? Explain the Functionality?

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


What do you understand by annotation in ejb to do the database entity relationships/mappings with examples?

0 Answers  


What is ejb container in java?

0 Answers  


How does the server decide which beans to passivate and activate?

0 Answers  


What is ejb and its properties?

0 Answers  






Is soap stateless or stateful?

0 Answers  


What is a ejb container?

0 Answers  


What is enterprise bean?

0 Answers  


How is an entity bean created?

1 Answers  


How to find ejb version in websphere?

0 Answers  


Can we write the Remote and Local Interfaces in one Bean. How do you define it in the deployment descriptor.

2 Answers   HCL,


Can remove() be a Stateless Session bean?

0 Answers  


Categories