In this blog, 25.000 books will be uploaded, so far more than 1400 books are available. Books, will be added daily, please check this blog daily.
Tuesday, June 22, 2010
Building Java Enterprise Applications Volume 1
Brett McLaughlin
Publisher: O'Reilly
First Edition March 2002
ISBN: 0-569-00123-1, 318 pages
Volume 1 of this advanced 3-volume guide explores the infrastructure issues so important to
good application design. It isn't just a book about Entity Beans 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.
Table of Contents
Preface .....................................................
Organization .................................................
Software and Versions ..........................................
Conventions Used in This Book ....................................
Comments and Questions ........................................
Acknowledgments .............................................
1. Introduction ................................................
1.1 Building Java Enterprise Applications .............................
1.2 Architecture ...............................................
1.3 What You'll Need ...........................................
2. Blueprints .................................................
2.1 Forethought Brokerage .......................................
2.2 The Data Layer ............................................
2.3 The Business Layer ..........................................
2.4 The Presentation Layer .......................................
2.5 Finalizing the Plans ..........................................
2.6 What's Next? ..............................................
3. Foundation .................................................
3.1 Designing the Data Stores .....................................
3.2 Databases ................................................
3.3 Directory Servers ...........................................
3.4 What's Next? ..............................................
4. Entity Basics ................................................
4.1 Basic Design Patterns ........................................
4.2 Coding the Bean ............................................
4.3 Deploying the Bean ..........................................
4.4 What's Next? ..............................................
5. Advanced Entities ............................................
5.1 IDs, Sequences, and CMP .....................................
5.2 Details, Details, Details .......................................
5.3 Data Modeling .............................................
5.4 Filling in the Blanks .........................................
5.5 What's Next? ..............................................
6. Managers ..................................................
6.1 Managers and Entities ........................................
6.2 The LDAPManager Class ......................................
6.3 What's Next? ..............................................
7. Completing the Data Layer .....................................
7.1 Odds and Ends .............................................
7.2 Checkpoint ...............................................
7.3 Populating the Data Stores .....................................
7.4 What's Next? ..............................................
8. Business Logic ..............................................
8.1 The Façade Pattern ..........................................
8.2 The UserManager ...........................................
8.3 State Design ..............................................
8.4 What's Next? ..............................................
9. Messaging and Packaging ......................................
9.1 Messaging on the Server ......................................
9.2 Messaging on the Client .......................................
9.3 Packaging ................................................
9.4 What's Next? ..............................................
10. Beyond Architecture .........................................
10.1 Flexibility ...............................................
10.2 Decision Point ............................................
10.3 What's Next? .............................................
A. SQL Scripts ................................................
A.1 The User Store ............................................
A.2 The Accounts Store .........................................
A.3 Events and Scheduling .......................................
A.4 Starting Over .............................................
A.5 Primary Keys .............................................
A.6 Creating Types ............................................
B. SQL Deployment ............................................
B.1 Cloudscape ...............................................
B.2 InstantDB ................................................
B.3 MySQL .................................................
B.4 Oracle ..................................................
B.5 PostgreSQL ..............................................
C. Directory Server Setup ........................................
C.1 iPlanet ..................................................
C.2 OpenLDAP ...............................................
D. Application Server Setup .......................................
D.1 BEA Weblogic ............................................
E. Supplemental Code Listings .....................................
E.1 Entity Beans ..............................................
E.2 Application Exceptions .......................................
Colophon ....................................................
Download this book click here
Another Java books click here
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment