Building Java Enterprise Applications, Vol. 1: Architecture

Brett McLaughlin

  • 出版商: O'Reilly
  • 售價: $1,540
  • 貴賓價: 9.5$1,463
  • 語言: 英文
  • 頁數: 320
  • 裝訂: Paperback
  • ISBN: 0596001231
  • ISBN-13: 9780596001230
  • 相關分類: Java 程式語言
  • 已絕版

買這商品的人也買了...

商品描述

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? Answer these questions and many more with Building Java Enterprise Applications, 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!

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.

Throughout this 3-volume guide, author Brett McLaughlin uses his wealth of real-world experience with enterprise development to show you one step at a time how to design and build a comprehensive enterprise application from the ground up, starting (in this first volume) with the back end. Volume II will discuss architectures for web application, and volume III will venture into the still-uncharted territory of building web services. Each book stands on it's own as a complete and valuable reference.

Table of Contents

Preface

1. Introduction

2. Blueprints

3. Foundation

4. Entity Basics

5. Advanced Entities

6. Managers

7. Completing the Data Layer

8. Business Logic

9. Messaging and Packaging

10. Beyond Architecture

A. SQL Scripts

B. SQL Deployment

C. Directory Server Setup

D. Application Server Setup

E. Supplemental Code Listings

Index