Providers in J2EE Deployment
By: aathishankaran Printer Friendly Format
Providers in J2EE Deployment
During the process of deployment there are many providers used. Here I
had explained about three providers.
J2EE Product Provider
The
J2EE product provider is the company that designs and makes available for
purchase the J2EE platform, APIs, and other features defined in the J2EE
specification. Product providers are typically operating system, database
system, application server, or Web server vendors who implement the J2EE
platform according to the Java 2 Platform, Enterprise Edition Specification.
Tool Provider
The
tool provider is the company or person who creates development, assembly, and
packaging tools used by component providers, assemblers, and deployers.
Application Component Provider
The application component provider is the company or person who creates Web components, enterprise beans, applets, or application clients for use in J2EE applications.
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