Professional Java Servlets 2.3

 < Free Open Study > 


Overview

Java is a mature technology that can be broken down into separate platforms. You should already be familiar with the Java 2 Platform, Standard Edition (J2SE). J2SE provides the core Java APIs and the Java Virtual Machine (JVM), as well as development tools such as the Java compiler. However, in this book we're going to concern ourselves with Java 2 Platform, Enterprise Edition (J2EE). In fact we're going to concentrate on one part of J2EE - the Java Servlet 2.3 API.

J2EE builds upon J2SE, providing APIs and services for developing and deploying enterprise applications. Together the services and libraries of J2SE and J2EE enable the development of platform-independent, web-based Java applications. The J2EE platform also enables server vendors to provide environments in which the J2EE applications can be deployed and run.

However, before we begin to look at servlets in detail, let's take a high level view of enterprise architecture.


 < Free Open Study > 

Категории