What is the main use of EJB

Questions by simply_ravi007

Showing Answers 1 - 7 of 7 Answers

Eswar

  • Dec 12th, 2005
 

Hello All,

    EJB  is a component. Componet is ment for developing reusable and distributed applications.

  Was this answer useful?  Yes

EJB Guru

  • Dec 13th, 2005
 

EJB are deployable,reuseable,server-side components. The components are usually purchsed from different vendors. ie. different components purchsed from different vendors are all integrated and focussed on solving a complex business problem.The components are ready made by vendors so the application developers can spend less time on development of the software.

  Was this answer useful?  Yes

The mainusage of EJB's is :::::;;;;;;to maintain abstraction b/w database to controller component in MVCand those provide more reusabillity.And it provide loosly coupling between client to databaseand no need connet databae directly ,container provide more services to connect database.and those provide more security through JAASand provide asynchronous messaging, which is powerful machanism now a days.and it is purely vendor indipendentthanks.

  Was this answer useful?  Yes

arunmr

  • Feb 20th, 2006
 

Hi, The EJB application may be written once, then deploy on any server platform that supports the Enterprise javaBeans specification.Application written using the EJB architecture are scalable,transctional,and multi-user secure

  Was this answer useful?  Yes

antony praveen kumar

  • Mar 24th, 2006
 

Thankx man,Thanks a lot... Great answer !!

  Was this answer useful?  Yes

prefer not to say

  • May 31st, 2006
 

I would suggest everyone to check with any one because many people who might be novice to Java might think that the answer is correct...so please refrain from posting half correct answers

Ejb components are based on Distributed Objects.You can achieve distributed objects using many technologies including the OMG's CORBA,Microsoft's DCOM, SUN's java RMI-IIOP.

  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.

 

Related Answered Questions

 

Related Open Questions