<p><p>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. </p><p>T
Pro J2EE 1.4: From Professional to Expert
β Scribed by Sue Spielman, Meeraj Kunnumpurath, Neil Ellis, James L. Weaver (auth.)
- Publisher
- Apress
- Year
- 2004
- Tongue
- English
- Leaves
- 924
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
This chapter has covered a lot of ground. After reading it, you should have a thorough understanding of the new features available in the JSP 2.0 specification. We covered what you need to know to write your own custom actions, regardless of which impleΒ mentation you choose. Custom actions are useful for creating reusable JSP compoΒ nents. New in the JSP 2.0 specification are the notions of tag files and JSP fragments. These are simple ways to create custom actions without having to know how to write Java. They provide a mechanism for page authors to create their own custom tag libraries without the worry of having to write complicated Java code. Using tag files provides a mechanism for eliminating writing TLD files since the JSP container generΒ ates implicit TLD files for them. There's also a flexible mechanism in place for packagΒ ing and deploying tag libraries in JSP 2.0. It's also possible to write classic actions using the various interfaces available. These include the following: β’ Tag β’ BodyTag β’ IterationTag Another feature introduced in this chapter was the new JSP 2.0 Simple Tag interface, which has a much simpler life cycle defined than the classic tag interfaces. Simple Tag allows for all of the power of cooperating and iteration tags with less hassle in the coding. Other new features include using dynamic attributes in actions that allow tag handlers to accept attributes that haven't been declared in a TLD.
β¦ Table of Contents
Front Matter....Pages i-xxviii
Introducing and Installing J2EE 1.4....Pages 1-19
Understanding Web Applications....Pages 21-71
Working with JSP 2.0....Pages 73-130
Using the JSTL....Pages 131-194
Using Custom Actions in JSP 2.0....Pages 195-257
Working with Servlets....Pages 259-348
Using Advanced Servlet Features....Pages 349-413
Handling Security in the Web Tier....Pages 415-457
Building the Best Application You Can....Pages 459-493
Using Session Beans....Pages 495-516
Introducing Entity Beans and Persistence....Pages 517-569
Introducing Messaging....Pages 571-620
Using EJB Container Services....Pages 621-653
Processing XML Documents....Pages 655-694
Introducing Enterprise Java Web Services....Pages 695-762
Managing Applications, Components, and Resources....Pages 763-840
Packaging and Deploying Your Applications....Pages 841-868
Back Matter....Pages 869-908
β¦ Subjects
Programming Languages, Compilers, Interpreters
π SIMILAR VOLUMES
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 JavaBean
Few years back when I bought this book, I only had little experience with Java and creating dynamic Websites. Just by following each page of this book, I created my first chat system in Java, online banking application and a music store. I do not think this book is for beginners, who would like to l
Use Java 2 Enterprise Edition to accomplish real-world, professional tasks. Incorporating three hands-on projects, J2EE Professional Projects is your key to unlocking the power of J2EE. Each project focuses on a specific concept and is based on a real-world situation. Using the projects as your guid
Enterprise Application Integration (EAI) has been the driving force behind application and information system development of the last few years. The Java 2 Platform, Enterprise Edition (J2EE) provides an ideal environment in which to integrate different domains, architectures, and technologies to cr