The original plan for the book was to add a new section covering the fundamentals of the “Java 2 Enterprise Edition” (J2EE). Read the rest of this entry »
This chapter has introduced some, but not all, of the components that Sun refers to as J2EE: the Java 2 Enterprise Edition. Read the rest of this entry »
The Sun Java Studio Creator 2 interactive development environment (IDE) is a tool for developing component-based web applications. Read the rest of this entry »
This book is written for technical architects and senior developers tasked with designing and leading the development of J2EE java applications. This book will guide the architect through the entire process of delivering a project from analysis through application deployment providing numerous tips, tricks, and “best practices” along the way.
Read the rest of this entry »
Servlets and JSP the J2EE Web Tier is designed for developers of all levels. The book assumes a reader is familiar with HTML and the basics of Java. The book starts by covering how to installing a Servlet/JSP environment and what is in the JSP 2.0, Servlet 2.4, and JSTL 1.0 specifications.
Read the rest of this entry »
J2EE is useful for creating web applications like Yahoo! Mail, a web-based stock trading system such as ETRADE, or an online auction house like eBay. Anytime there is a need for many people to access a collection of data in a distributed manner, an implementation of the J2EE specification can provide a solution.
Read the rest of this entry »
THE realm of Web services software components that are programmatically accessible over standard Internet protocols is expanding rapidly due to the growing need for application-to-application communication and interoperability.
Read the rest of this entry »
SINCE its introduction more than two years ago, the Java 2 Platform, Enterprise Edition (J2EE), has rapidly established a new model for developing distributed applications.
Read the rest of this entry »
JavaServer Pages (JSP) and servlets are important parts of Sun’s J2EE (Java 2 Platform, Enterprise Edition) architecture. JSP is a specification that defines interfaces that servlet-container vendors can implement to provide developers the ability to create dynamic Web pages, which are files with the extension .jsp.
Read the rest of this entry »
The J2EE 1.4 Tutorial is a guide to developing enterprise applications for the Java 2 Platform, Enterprise Edition (J2EE) version 1.4. Here authors cover all the things you need to know to make the best use of this tutorial.
Read the rest of this entry »