Building Java Enterprise Applications : Architecture 〈1〉

Building Java Enterprise Applications : Architecture 〈1〉

  • ただいまウェブストアではご注文を受け付けておりません。 ⇒古書を探す
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 318 p.
  • 言語 ENG
  • 商品コード 9780596001230
  • DDC分類 005.133

Full Description


What are the key decisions and tradeoffs you face as you design and develop enterprise applications? How do you build the back end so that it not only handles your current needs but is flexible enough to allow your system to evolve as your needs expand? This text aims to answer these questions and many more, it is part of an advanced 3-volume guide to building complex Java Enterprise Applications from the ground up that addresses design issues along the way. These practical books take a step back from detailed examination of the APIs and focus on the entire picture, so you can put the pieces together and build something that works. The volume explores the infrastructure issues so important to good application design. It isn't just a book about doing things with Entity Beens, 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; and figuring out how to handle security and where to store the security credentials you need. It also shows how to build the entity bean layer that makes information available to the rest of the application.

Contents

Preface 1. Introduction Building Java Enterprise Applications Architecture What You'll Need 2. Blueprints Forethought Brokerage The Data Layer The Business Layer The Presentation Layer Finalizing the Plans What's Next? 3. Foundation Designing the Data Stores Databases Directory Servers What's Next? 4. Entity Basics Basic Design Patterns Coding the Bean Deploying the Bean What's Next? 5. Advanced Entities IDs, Sequences, and CMP Details, Details, Details Data Modeling Filling in the Blanks What's Next? 6. Managers Managers and Entities The LDAPManager Class What's Next? 7. Completing the Data Layer Odds and Ends Checkpoint Populating the Data Stores What's Next? 8. Business Logic The Facade Pattern The UserManager State Design What's Next? 9. Messaging and Packaging Messaging on the Server Messaging on the Client Packaging What's Next? 10. Beyond Architecture Flexibility Decision Point What's Next? A. SQL Scripts B. SQL Deployment C. Directory Server Setup D. Application Server Setup E. Supplemental Code Listings Index