|
BEginning J2EE 1.4 Reprint
The Java 2 Enterprise Edition (J2EE) is an extremely powerful platform for developing enterprise-level Java-based applications, primarily for the server. This book shows you how to harness that power, guiding you through the details of how the pieces of the J2EE platform fit together.
This book goes further than just showing you how to
code a JSP or an EJB: It explains when and where to use these APIs, what their strengths and weaknesses are, and perhaps most important, how to employ the best practices for using them. Specific topics covered include:
Creating dynamic clients using JSP and servlets
Connecting and using databases through Java Database Connectivity (JDBC)
Implementing business tiers using EJB
Using Web services and XML in your enterprise applications
This book also contains hands-on tutorials, clear explanations, and working code examples that will take you to the next step--from writing client-side desktop applications to writing enterprise applications. You will learn how to use the individual APIs and tools in the J2EE platform, and how to bring these together to create your own enterprise applications.
Chapter 1: J2EE Essentials
Chapter 2: Getting Set
Chapter 3: JavaServer Pages
Chapter 4: Advanced JSP Topics
Chapter 5: Servlets
Chapter 6: Working with Databases
Chapter 7: Advanced Topics in JDBC
Chapter 8: EJB Fundamentals
Chapter 9: EJB Entity Beans
Chapter 10: More EJB Topics
Chapter 11: Design Patterns and Message-Driven Beans
Chapter 12: Web Services and JAX-RPC
Chapter 13: More J2EE Web Services Topics
Appendix A: Installing Tomcat
Appendix B: SQL and EJB-QL
Appendix C: J2EE Glossary
|