J2EE Server Support for Application Components
By: aathishankaran Printer Friendly Format
J2EE Server Support for Application Components
The J2EE servers provide deployment, management, and execution support for
conforming application components. Application components can be divided into
three categories according to their dependence on a J2EE server:
• Components
that are deployed, managed, and executed on a J2EE server.These components
include web components and Enterprise JavaBeans components. See the separate
specifications for these components.
• Components
that are deployed and managed on a J2EE server, but are loaded to and executed
on a client machine. These components include web resources such as HTML pages
and applets embedded in HTML pages.
• Components
whose deployment and management is not completely defined by this specification.
Application Clients fall into this category. Future versions of this
specification may more fully define deployment and management of Application
Clients
Comment on this tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Subscribe to Tutorials
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java