Friday, February 29, 2008

Enterprise JavaBeansTechnology(simply)

An EJB component,or enterprise bean, is a body of code having fieldsand methods to implement modules of business logic. You can think of an enterprise bean as abuilding block that can be used alone or with other enterprise beans to execute business logic onthe Java EE server.


There are two kinds of enterprise beans:
session beans
message-driven beans

No comments: