SourceForge.netOrientation in Objects GmbH
About
Overview
Goals
J2EE and Test
Why frameworks
Tooling philosophy
Future
SourceForge Status
Our SourceForge Site


Products
Recorder
Player
Oracle
Workbench
Ideas


Use
Install
Support for users
Javadocs


Contribute
Work with us
Contact us
) About - J2EE and Test )
< The reason for J2EE - Development Process in J2EE >

J2EE and Testing

J2EE Platform specification

The definition of the architecture consists of 4 elements:

  • Platform Specification
  • Application programming model
  • Reference Implementation
  • Compatibility Testsuite


The J2EE platform is a defined standard enviroment for running enterprise applications that can rely on:

  • a set of specified Java Services
  • Internet Engineering Taskforce Standards
  • CORBA Standards
  • standardized deployment

All these standards and specifications together build up the Platform Specification. A distinction is drawn within the J2EE platform between containers and application components. Applications are build up of Components hosted by Containers at the runtime. The Application programming model describes the approach of developing applications based on the defined standard components.

< The reason for J2EE - Development Process in J2EE >