Introduction: Difference between revisions

From
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 11: Line 11:
'''See also'''
'''See also'''
----
----
* [[Java Beans]]
* [[JavaBeans]]

Latest revision as of 16:16, 11 November 2004

Enterprise JavaBeans

Enterprise JavaBeans (EJB) is a standard server-side component model for the development and deployment of distributed business applications. It represents both business objects (e.g., customer, address) and business processes (e.g., purchasing).


There are several technologies addressed by EJB:


See also