Sun Java Solaris Communities My SDN Account Join SDN
 
Developer Bookshelf

Books: Java Platform, Enterprise Edition

 
Books Index


Java Platform, Enterprise Edition (Java EE, formerly known as J2EE), is a standard architecture to define and support a multitiered programming model where thin-client applications invoke business logic that executes on an application server. With this model, developers can focus on solving business problems, leverage the power and speed of server-side technology, and leave the low-level programming details to the architecture.

POJOs in Action by Chris Richardson
This book discusses Plain Old Java Objects (POJOs), which are an attractive new way to design enterprise Java applications. Manning's new POJOs in Action shows you how to organize and encapsulate domain logic, access databases, manage transactions, and handle database concurrency using POJOs. (February 2006)

J2EE Developer's Handbook by Paul J. Perrone, Venkata S.R. "Krishna" R. Chaganti, and Tom Schwenk
This book discusses J2EE development tools in the context of practical J2EE applications which demonstrate every aspect of J2EE development. (March 2004)

Core J2EE Patterns (Core Design Series): Best Practices and Design Strategies by Deepak Alur, Dan Malks, John Crupi
This book encapsulates proven and recommended designs for common Java 2 platform, Enterprise Edition (J2EE) - related problems. (September 2003)

Inside Java 2 Platform Security, 2/e: Architecture, API Design and Implementation by Li Gong, Gary Ellison and Mary Dageforde
This book provides a practical guide to the deployment of Java security, as well as tips on how to customize, extend, and refine the core security architecture. (September 2003)

Java Enterprise Best Practices by The O'Reilly Java Authors
This book has been created to help programmers at all levels create Java and EJB Applications. (August 2003)

Developing Java Web Services: Architecting and Developing Secure Web Services Using Java by Ramesh Nagappan, Robert Skoczylas, and Rima Patel Sriganesh. Foreword by Simon Phipps, Chief Technology Evangelist, Sun Microsystems, Inc.
This hands-on developer's guide to Web services prepares you for the next level of distributed computing. The authors clearly show how to implement and deploy Web services using Java while also explaining the fundamentals from the ground up. (April 2003)

Java Web Services by David Chappell and Tyler Jewell
Written for Enterprise Java programmers, this book shows you how to use SOAP, WSDL, UDDI, and how to integrate them with other technologies such as EJBs. It also explains work being done on JAXM and JAX-RPC. There are many code samples to enjoy as well. (March 2003)

JMX in Action by Benjamin G. Sullins and Mark B. Whipple
Written for both new and experienced developers, this book explains the JMX specification and discusses its use through clean, well-discussed examples. It covers the JMX architecture and how to create all types of MBeans. (November 2002)

J2EE Design Patterns Applied by Craig A. Berry, John Carnell, Matjaz B. Juric and others
This book is a guide to creating scalable, secure J2EE applications using design patterns, including good object-oriented design principles and real world practices. The aim is to offer designers and developers access to the best techniques in designing and building new J2EE solutions. (November 2002)

Building Java Enterprise Applications Volume I: Architecture by Brett McLaughlin
Building Java Enterprise Applications Volume 1: Architecture explores the infrastructure issues so important to good application design. It isn't just a book about doing things with Entity Beans, JDBC and JMS and JNDI. It takes you step by step through building the back end, designing the data store so that it gives you convenient access to the data your application needs; designing a directory; figuring out how to handle security and where to store security credentials you need; and so on. On top of this, it shows, as easily as possible, how to build the entity bean layer that makes information available to the rest of the application. (August 2002)

JavaEnterprise in a Nutshell, Second Edition by Jim Farley, William Crawford, and David Flanagan
Java Enterprise in a Nutshell, Second Edition is an indispensable quick reference for Java programmers who are developing distributed enterprise applications. This book, updated for Version 1.3 of the Java 2 Enterprise Edition (J2EETM), provides fast-paced tutorials on many Java Enterprise APIs. (August 2002)

Professional J2EE EAI by Matjaz Juric, Ramesh Nagappan, Rick Leander, S. Jeelani Basha
This book presents a methodology and process to create an integrated information infrastructure based on the J2EE platform, using technologies such as XML, EJB, JMS, CORBA, RMI-IIOP and the J2EE Connector Architecture. (April 2002)

Designing Enterprise Applications, Second Edition Focusing on practical guidelines for both architects and developers, the second edition of Designing Enterprise Applications describes the key architectural and design issues in creating applications for the Java 2 Platform, Enterprise Edition. (March 2002)

J2EE Connector Architecture and Enterprise Application Integration is the definitive guide to showing enterprise developers how to use the Connector architecture to incorporate existing enterprise infrastructure and applications into a Web-based environment. (February 2002)

Advanced Programming for the Java Platform By Calvin Austin and Monica Pawlan
Advanced Programming for the Java 2 Platform is a practical, hands-on guide that looks at the development, testing, and deployment of an example auction application. Chapter 5, JNI Technology, explains how to use JNI in programs written in the Java programming language to call libraries on the local machine, call Java methods from inside native code, and it explains how to create and run a virtual machine instance. (April 2001)

To Top