Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Web Tools Guide
Previous Page Home Next Page

EJB 3.0 architecture

This topic provides a high-level overview of the distributed component architecture defined in the Sun Microsystems Enterprise JavaBeans™ (EJB) version 3.0 architecture specification.

Enterprise JavaBeans is a standard server-side component model for distributed business applications. The EJB specification is part of the Java™ Platform Enterprise Edition.

EJB 3.0 makes it much easier to develop EJBs, using annotations rather than the complex deployment descriptors used in version 2.x. The use of home and remote interfaces and the ejb-jar.xml file are also no longer required in this release. They are replaced with a business interface and a bean class that implements the interface.

For more information about EJB 3.0 specification go to the following Web site: https://java.sun.com


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire