Rating: - A must read for understanding J2EE technology
The J2EE tutorial is an excellent book. If you want to know how to write a J2EE application this is the book. It takes you step by step. I have read 3 other books on JSP and this book has the best coverage for custom tags. The only negative thing I have to say is the deployment tool is a bit immature and things don't always work, as you'd expect. The J2EE tutorial team has been very helpful any time I had a question and answered email within a day. If you're interested in writing Internet software with Java, J2EE technology is the way to go and this book is must!
Rating: - A different approach
This book is part of Sun' `The Java Series' and has the same content as you can find online at Sun' site. Why buy a book you can get for free? Convenience!! You can take it anywhere and read it anytime and printing all 450+ pages off of the internet onto 8 1/2" X 11" paper is not feasible.
The content of the book is thorough and covers the uses and implementations of the various J2EE parts in depth. Where the book really excels above other Enterprise Java books is in describing the deployment process and how the different J2EE concepts all work together to create a single application.
The authors give very detailed, step by step instructions on exactly how to use the deploy tool to create the various deployment files (WARs, JARs, web.xml, etc.). at each stage in the book they show you the exact steps needed to compile and then package the various pieces of the application into a deployable form that can be used as a real, working application.
The book references a complete sample project that is included on the CD. This complete project makes it easier to understand the various concepts and how they all tie together. This is as opposed to other Enterprise books that use a separate example for each topic and never show the technologies used together. The only noticeable drawback of this approach is that the code samples presented are usually snippets from larger classes and can not be used alone for a reader to practice and play with.
At times I found the flow of the book hard to follow and only after reading a page or two into a chapter or section did I understand the direction the author was headed. This is most likely a result of having multiple authors for the book and encountering different styles at different times.
Most readers will get the best value out of the book in learning the details of the deployment process along with other related concepts and steps. The second most valuable lesson is the big picture view you get of an entire web application. You won't find useful code samples to play and experiment with but those can be found in most other books. Which is why using this book in conjunction with another is probably the best way to go. No one uses just one book to study with - so find your favorite other Enterprise Java book with good workable samples and then use this as a compliment to it.
Rating: - A "must read" for all serious J2EE developers
The J2EE Connector Architecture (JCA) is a very important standard API of the Java 2 Platform, Enterprise Edition. This book provides a well written and comprehensive treatment of JCA. I highly recommend it for any J2EE developer who needs to learn how to integrate enterprise information systems with J2EE application servers and components via the JCA.
Rating: - Good Java book on Enterprise Application Integration
This book covers the J2EE Connector architecture in a fairly good detail. The overall significance of Connector architecture in relation to the J2EE platform and Enterprise Application Integration has been presented well. The chapters are well structured, and separate out concepts needed by application developers and resource adpater vendors. Unlike some high-level EAI books, this book focuses on technical details and presents good examples and explanation of concepts. Chapters by vendors provide additional value. I recommend this book for those interested in knowing more about Java approach to EAI.
|