What is EJB

Showing Answers 1 - 3 of 3 Answers

narehs

  • Jun 9th, 2005
 

Enterprise Java Bean

  Was this answer useful?  Yes

Madhuroopa Soundararajan

  • Jul 7th, 2005
 

Hi, 
Enterprise Java bean is a server side component. 
it contains business logic and no system level programming and services like transactions,threading,persistence and security as EJB server provide all these for EJB component. 
EJB component is inherently transactional,scalable and secure. 
it is wire-protocol neutral,any protocol can be used like IIOP,HTTP etc. 
Regards, 
Madhuroopa Soundararajan

  Was this answer useful?  Yes

Sarma

  • Dec 1st, 2005
 

EJB is a Server side resident resource managable, trasactional, persistable, secure, reusable component.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.