Virtual Position Forum
Please register to watch content in detail
Thanks
Admin virtual position


Join the forum, it's quick and easy

Virtual Position Forum
Please register to watch content in detail
Thanks
Admin virtual position
Virtual Position Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Difference between Bean, Enterprise Java Bean and Managed Bean

View previous topic View next topic Go down

GMT + 3 Hours Difference between Bean, Enterprise Java Bean and Managed Bean

Post by sharmila farooqi Sun May 29, 2011 5:52 pm

Please explain the difference between a Bean, Enterprise Java Bean (EJB) and Managed Java Bean (MJB)?
avatar
sharmila farooqi
Monstars
Monstars

Posts : 35
Join date : 2011-05-29

Back to top Go down

GMT + 3 Hours Re: Difference between Bean, Enterprise Java Bean and Managed Bean

Post by Vuhelper Sun May 29, 2011 5:53 pm

Java Beans:
JavaBeans components (beans) are reusable software programs that you can develop and assemble easily to create sophisticated applications.
Practically, they are classes written in the Java programming language conforming to a particular convention. They are used to encapsulate many objects into a single object (the bean), so that they can be passed around as a single bean object instead of as multiple individual objects. A JavaBean is a Java Object that is serializable and allows access to properties using getter and setter methods.

EJB
Enterprise JavaBeans (EJB) technology is the server-side component architecture for Java Platform, Enterprise Edition (Java EE). EJB technology enables rapid and simplified development of distributed, transactional, secure and portable applications based on Java technology.


MJB
The Managed Java Bean represents a resource running in the Java virtual machine, such as an application or a Java EE technical service (transactional monitor, JDBC driver, etc.). They can be used for getting and setting applications configuration (pull), for collecting statistics (pull) (e.g. performance, resources usage, problems) and notifying events (push) (e.g. faults, state changes).
avatar
Vuhelper
Deep Bench
Deep Bench

Posts : 97
Join date : 2011-05-29

Back to top Go down

View previous topic View next topic Back to top

- Similar topics

Permissions in this forum:
You cannot reply to topics in this forum