75 What is the difference between Java Bean and EJB (Enterprise java bean) | JSP tutorial

preview_player
Показать описание
What is the difference between Java Bean and EJB (Enterprise java bean) | JSP tutorial

#What is the Difference between Java Bean and EJB
==========================================---------

Java Bean EJB(Enterprise java bean)
----------------------------------------- ----------------------------------------
1) Java class with getter and setter method. 1) EJB technology of JEE module to develop distributed applications.
2) For execution JRE/JVM is sufficient. 2) For Execution EJB container is required.

3) It is a lightweight java class. 3) It is a heavyweight distributed technology.
4) Allows only local clients to access 4) Allows both local and remote client to
the logic to access to logics.

5) If applicaiotn and its client both 5) if application and client resides on
resides in same JVM then that client two different or same computers/machines
is called as local client to application. then that client is called as remote client to the application

#What are the different types of logics present in Web applications web resource programs:
===============================================================================
Рекомендации по теме
welcome to shbcf.ru