amar
Joined: 25 Apr 2006 Posts: 179
|
Posted: Sat May 06, 2006 10:46 am Post subject: ObjectWeb plans Enterprise JavaBeans 3.0 project |
|
|
Europe's ObjectWeb consortium is developing an Enterprise Java Beans (EJB) container based on the EJB 3.0 specification,
EJBs are reusable software components that include the business logic of a server application-basically what the application does. In an application for approving credit-card transactions, for example, the EJBs might incorporate functions such as "check credit level" and "approve payment."
They're useful for building applications that run across multiple servers and have to support large numbers of users. But they are also quite complex to work with, and a focus of EJB 3.0 has been simplifying their use. ObjectWeb already has an EJB 3.0 container for its Jonas application server. The new project, called EasyBeans, will extract the EJB container from Jonas so that it can be used with Tomcat or another application server, said François Letellier, a member of ObjectWeb's executive committee.
for read more information:
http://www.computerworld.com/softwaretopics/software/appdev/story/0,10801,108804,00.html |
|