| Enterprise JavaBeans |
|
|
|
| Articles Reviews Java | |
| Written by Jeff Scanlon | |
| Sunday, 03 January 2010 | |
|
Enterprise JavaBeans, or EJBs, are a server-side component-based architecture that is used to build applications that are scalable, transactional, distributable, portable, and secure. If you think in terms of reusable code, then you will see why EJBs are so vital. EJBs are only concerned with the business logic of the application; the system logic is the requirement of the EJB container. EJB containers are basically application servers that provide you with a server platform to deploy your EJBs on. They handle all the scalability, transactional, security, connection pools, and other system logic components, thus making your job as a developer much easier. Because EJBs are a standard, and application servers must implement the EJB specification, EJBs can be deployed on different application servers with very little configuration changes and almost no code changes. Therefore EJBs are very portable.
Powered by jReviews |
|
| Last Updated ( Sunday, 24 January 2010 ) | |
| < Prev | Next > |
|---|







