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  


absract methods in EntityBean ?

1 Answers  


what is a ejb architecture? and overview of ejb software architecture?

1 Answers  


Explain the concept of connection pooling feature of ejb container?

0 Answers  


How bean-managed transactions will work?

1 Answers   Wipro,






java doesnot support multiple inhetance. but a interface can support.how the ambiguities are rectified in interfaces?

2 Answers   CGI,


Which services are provided to ejb components by the ejb container?

0 Answers  


what is mean by com/Dcom ? Please answer me. Advance thanks.

1 Answers   Excel,


what is finder method?

1 Answers  


Can an ejb send asynchronous notifications to its clients?

0 Answers  


Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?

0 Answers  


List down the steps for the demonstration of ejp persistence mechanism.

0 Answers  


Categories