Introduction: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
* [[Server-Side Components]] |
* [[Server-Side Components]] |
||
* [[Distributed Systems]] |
* [[Distributed Systems]] |
||
'''See also''' |
|||
---- |
|||
* [[Java Beans]] |
Revision as of 16:15, 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