Search This Blog

Free Download | Beginning J2EE 1.4: From Novice to Professional


The Java 2 Enterprise Edition (J2EE) is an extremely powerful platform for developing enterprise-level Java-based applications for primarily the server. In order to harness that power, you need to know how to properly use the API in the J2EE platform. In this book, Weaver, Mukhar, and Crume give you an overview of how the pieces of the J2EE platform work together and complement each other.

This book is aimed at programmers who have learned the basics of Java from, for example, Beginning Java 1.4: From Novice to Professional, and are now ready to learn how to use Java in the real world, with J2EE. But, J2EE is a big spec, and the target audience is not interested in Enterprise JavaBeans and other advanced specs within J2EE. In fact, 75% of J2EE applications are built using only JavaServer Pages and Servlets (two of the simpler technologies to learn in J2EE), so these are the areas that the audience is particularly interested in.


This book goes further than just showing you how to code a JSP or an EJB: This book explains when and where to use these APIs, their strengths and weaknesses, and best practices for using them.