Java Enterprise Edition

Hello to all readers,

Introduction to Advance Java

Today I am going to discuss about advance Java, is an enterprise edition of Java for developing multi tiered applications. Here tier is like a layer (division or part) of application, generally its use to develop we apps where each layer such as presentation layer, business layer and database layer is scatter around various places.

Let me discuss with an example of a PHP application, where user interface (generally a HTML page) is submit its request to an PHP file where business logic code is written (non OOP manner), that file not only handle the request made by client but also generate the dynamic output. But there are few restriction here because some times it is difficult to mange business logic from your presentation and other. So, Advance Java may help in that regards, first it supports OPPS and allows us to develop the apps in tiered architecture.

Its supports features such as Servlet, JSP, JDBC, EJB and other API to develop robust and distributed enterprise web application. In next post I shall discuss about above feature in brief.

Regards.

R.O.

Leave a Comment