Java JDK 6 指南 Professional Java JDK 6 Edition

分類: 图书,进口原版书,计算机 Computers & Internet ,
作者: W. Clay Richardson 著
出 版 社: 吉林长白山
出版时间: 2007-7-1字数:版次: 1页数: 737印刷时间: 2007/01/01开本:印次:纸张: 胶版纸I S B N : 9780471777106包装: 平装内容简介
Working as an effective professional Java developer requires you to know Java APIs, tools, and techniques to solve a wide variety of Java problems. Building upon Ivor Horton's Beginning Java 2, this resource shows you how to use the core features of the latest JDK as well as powerful open source tools such as Ant, JUnit, and Hibernate. It will arm you with a well-rounded understanding of the professional Java development landscape.
The expert author team begins by uncovering the sophisticated Java language features, the methodology for developing solutions, and steps for exploiting patterns. They then provide you with a collection of real-world examples that will become an essential part of your developer's toolkit. With this approach, you'll gain the skills to build advanced solutions by utilizing the more complex and nuanced parts of Java JDK 6.
What you will learn from this book
How to use tools to make your work easier and more productive
Methods to develop effective user interfaces with Java Foundation Classes (JFC)
Steps to build web applications using the Model 1 and Model 2 architectures
Ways to interact with the databases and XML using JDBC and JAXB
Techniques for developing enterprise applications using EJB 3.0 and web services
How to package and deploy Java applications
Who this book is for
This book is for Java developers who are looking for an all-purpose resource, are ready for more advanced Java solutions and language features, and need assistance when tackling new Java problems that may be outside their technological experience.
Wrox Professional guides are planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.
作者简介
W. Clay Richardson is a software consultant concentrating on agile Java Solutions for highly specialized business processes. He has fielded many Java solutions, serving in roles including senior architect, development lead, and program manager. He is a co-author of More Java Pitfalls and Professional Portal Development with Open Source Tools (Wiley), and Professional Java, JDK 5 Edition. As an adjunct professor of computer science for Virginia Tech, Richardson teaches graduate-level coursework in object-oriented development with Java. He holds degrees from Virginia Tech and the Virginia Military Institute.
目录
Acknowledgments
Introduction
PART I: THINKING LIKE A JAVA DEVELOOPER
Chapter 1. Key Java Language Features and Libraries
Introducing Derby
Using Derby
Language Features Added in Java5
Important Java Utility Libraries
Summary
Chapter 2. Tools and techniques for Developing Java Solutions
Principles of Quality Software Development
Habits of Effective Software Development
Development Methodology
Practical Development Scenarios
Summary
Chapter 3. Exploiting Patterns in Java
Why Patterns Are Important
Building Patterns with Design Principles
Important Java Patterns
Summary
PART II: A BRAOD UNDERSTANDING OF JAVA APIs, TOOLS, AND TECHNIQUES
Chapter 4. Developing Effective User Interfaces with JFC
Layout Managers
Mustang Release Desktop Enthancements
Summary
Chapter 5. Persisting Your Application Using Files
Application Data
Java Serialization: Persisting Object Graphys
JavaBeans Long-Term Seriallization: XMLEncoder/Decoder
Flexible XML Serialization: Java API for XML Binding(JAXB)
Summary
Chapter 6. Persisting Your Application Using Databases
Chapter 7. Developing Web Applications Using the Model 1 Architecture
Chapter 8. Developing Web Applications Using the Model 2 Architecture
Chapter 9. Interacting with C / C++ Using Java Native Interface
Chapter 10. EJB 3 and the Java Persistence API
Chapter 11. Communicating Between Java Components and Components of Other Platforms
Chapter 12. Service Oriented Integration
Chapter 13. Java Security
Chapter 14. Packaging and Deploying Your Java Applications
Index