Introduction: Difference between revisions

From
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
* [[Server-Side Components]]
* [[Server-Side Components]]
* [[Distributed Systems]]
* [[Distributed Systems]]


'''See also'''
----
* [[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