aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes ejb interview questions Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "ejb interview questions" Watch "ejb interview questions" New topic
Author

ejb interview questions

manish ahuja
Ranch Hand

Joined: Oct 23, 2003
Posts: 312
A few Interview questions which i hd to face.

1) What happens when say in a ejb appln(stateful session & entity beans
the no. of requests (active clients)
exceeds max beans set in the deployment descriptor . I read somewhere
that such requests will be queued. Could you ellaborate a bit.

2) Suppose we have a j2ee application using ejb where customers submit
their complaints on the web. Any customer care person who views the
complaint lodged can choose to respond back to the customer.
But once a customer care person decides to respond , any other customer
care person should not be able to respond to that complaint but should
be able to view
How to go about acheiving this in J2ee . Which pattern help in
addressing the above issue.
3) What the difference between entity bean - cmp and o/r mapping tools like
toplink & cocobase
Are they competing technologies or both are designed to solve different problem areas

4) can an entity bean be both CMP as well as BMP .

Regards
Manish
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: ejb interview questions
 
Similar Threads
Certified
3 questions in EJB
long post IBM.158
Can we combine both CMP Bean and BMP Bean?
Test 488 questions