|
Related Questions |
View Answer |
|
How should I set initial-beans-in-free-pool for stateless beans?
|
View Answer
|
|
How should I set max-beans-in-free-pool for stateless beans?
|
View Answer
|
|
Q. Which versions of the EJB specification are supported by WebLogic Server?
|
View Answer
|
|
Q. Where can I get a copy of the EJB specification?
|
View Answer
|
|
Q. What is the free pool?
|
View Answer
|
|
Q. What is the free pool?
|
View Answer
|
|
Q. Must EJBs be homogeneously deployed across a cluster? Why?
|
View Answer
|
|
Q. Why is there no polymorphic-type response from a create() or find() method?
|
View Answer
|
|
Given the following files, write the client codes to locate/create/invoke a sessionBean in order to get the company name by using getCompanyName(). File: companyHome.java companyRemote.java companyBean.java - getCompanyName() JNDI Name: ejb/company
|
View Answer
|
|
Write a basic structure of an EJB session bean class.
|
View Answer
|
|
What are the design patterns in EJB? Clarify it?
|
View Answer
|
|
What is the difference between stateless session and state full session bean? give example?
|
View Answer
|
|
How Non Java Client access EJB.
|
View Answer
|
|
Can I use session beans and hibernate (instead of entity beans) for persitance?
|
View Answer
|
|
Why we are not keeping Ejb class file in war
|
View Answer
|
|
What is the need of two Objects i.e EJBHome object and EJBobject to access a bean??
|
View Answer
|
|
Without home and remote interfaces cant we implement ejb?
|
View Answer
|
|
What are webservices?
|
View Answer
|
|
What is EJB architecture(components)
|
View Answer
|
|
Why an onMessage call in Message-driven bean is always a seperate transaction
|
View Answer
|