Glossary
- EJB 3 (Enterprise Java Beans)
Standardized components within a Java-EE server, which simplify the development of multi-layered, distributed software systems with Java. These systems can be accessed remotely or locally. JavaBeans enables the implementation of concepts required for the business logic of an application.
See also:
