Introduction: Difference between revisions

From
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Enterprise JavaBeans ==
== Enterprise JavaBeans ==


'''Enterprise JavaBeans''' (EJB) is a standard server-side component model for the development and deployment of distributed business applications.
'''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:
There are several technologies addressed by EJB:
* 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