JavaBeans, Enterprise Java Beans

A

Andersen

I have read that the main purpose of JavaBeans is to build reusable
components that can be visually manipulated by a visual builder tool
(similar to delphi, visual basic etc).

Is this the main purpose?

What is then Enterprise Java Beans? Same purpose?
 
D

David Van de Voorde

For EJBs (Enterprise Java Beans), the purpose is also "to build reusable
components", and hence the same terminlogy "Beans" is used. (A bean, which
you just drop somewhere and then use it).

However, other than that, they are totally different things. EJBs are used
to write server-side software (more precisely, the back-end), and to that
extent there is a whole framework for threading, security and all that
around it. (Free PDF book on EJBs:
http://www.theserverside.com/books/wiley/masteringEJB/)

David.



|I have read that the main purpose of JavaBeans is to build reusable
| components that can be visually manipulated by a visual builder tool
| (similar to delphi, visual basic etc).
|
| Is this the main purpose?
|
| What is then Enterprise Java Beans? Same purpose?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,982
Messages
2,570,190
Members
46,740
Latest member
AdolphBig6

Latest Threads

Top