Java - Application Server

Java Conceptuel Diagram

About

application server in Java

A J2EE Server is application server on the J2EE platform.

It contains the web-tier and the business tier where the components are placed in logical container.

Tier Components Container
Web-tier Web components (jsp page or servlet) web container
Business-tier Enterprise javabean (EJB) EJB container

J2ee Server

Third-party

List of third-party J2EE web application servers:

Documentation / Reference





Discover More
Card Puncher Data Processing
GlassFish Application Server

GlassFish Server is a production ready Java EE 6 compliant application server developed under an open source license. Benefits include a modular, runtime that minimizes resource consumption, an easy-to-use...
Java Conceptuel Diagram
Java - Application

An application in shipped in an archive format with a main class that contains a main method that starts the application. instancejava/lang/Runtimeclass RuntimeOperating System environment ...
Java Conceptuel Diagram
Java - Application Server Log / Debug

One way to debug applications on a J2EE application server is to look at the server log. The log contains output from the Server and your applications. You can log messages from any Java class in your...
J2ee Server
Java - Container

A container is a logical part of a J2EE Server which contains java components Before any component can be executed, it must be assembled. The assembly process involves per logical container: the...
Java Conceptuel Diagram
Java - Deployment descriptors (Metadata)

Deployment descriptors are XML documents included in the JARs that describes: component's configuration, deployment settings of an application, a module, or a component of and instructions to the...
J2ee Architecture
Java - EJB: Enterprise Java Bean (enterprise beans)

Enterprise beans are server-side J2EE components and run on the J2EE server in their EJB container which manages their execution. (Enterprise JavaBeans component model) They handle the business logic...
Java Conceptuel Diagram
Java - Web Server

in Java vertx Java Built in - A micro framework for creating web applications in...
J2ee Multitier Architecture
Java EE - (J2EE|JEE) Platform

The J2EE platform offers: a multitiered distributed application model, the ability to reuse components, integrated Extensible Markup Language (XML)-based data interchange, a unified security...
Card Puncher Data Processing
MapViewer - Configuration

This paragraph talk the management of the mapviewer configuration file : in OC4J: oc4j_home\j2ee\home\applications\mapviewer\web\WEB-INF\conf\mapViewerConfig.xml in Weblogic: fmw/Oracle_BI1/bifoundation/jee/mapviewer.ear/web.war/WEB-INF/conf/mapViewerConfig.xmllinkMapViewer...
Obiee10g Oc4j Bi Presentation Services Plugin
OBIEE - Presentation Service Plug-in

The Oracle Business Intelligence Presentation Services Plug-in is the entry point for web client requests to BI Presentation Services. There are two types of BI Presentation Services Plug-ins. ...



Share this page:
Follow us:
Task Runner