Customer Reviews


11 Reviews
5 star:
 (8)
4 star:
 (2)
3 star:    (0)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


8 of 8 people found the following review helpful:
5.0 out of 5 stars XDoclet in Action is a must-have for all Java developers
Manning has done it again! XDoclet in Action is a must-have for all Java developers. Craig Walls and Norman Richards have toiled long and hard to create this masterpiece. "All you need to know about J2EE, you can learn from this book". Each chapter is not about code generation, it is about solving problems we face as Java developers. If you are frustrated by the...
Published on January 10, 2004 by Erik Hatcher

versus
6 of 9 people found the following review helpful:
2.0 out of 5 stars A Good Start, But Lacks Depth
I bought this book on the strength of the Amazon reccomendations.

If you don't know anything about XDoclet, or you don't like working from the online documentation, then you need this book. But if your a real world working developer who is hoping for a quick, detailed jumpstart then you will be disappointed.

I feel the book starts well, but quickly becomes...

Published on February 21, 2004 by G. S. Cole


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

8 of 8 people found the following review helpful:
5.0 out of 5 stars XDoclet in Action is a must-have for all Java developers, January 10, 2004
This review is from: XDoclet in Action (In Action series) (Paperback)
Manning has done it again! XDoclet in Action is a must-have for all Java developers. Craig Walls and Norman Richards have toiled long and hard to create this masterpiece. "All you need to know about J2EE, you can learn from this book". Each chapter is not about code generation, it is about solving problems we face as Java developers. If you are frustrated by the duplicate manual work you face in your development efforts, XIA will help. My favorite quote from the book: "Don't generate what you don't understand." - this shines through in each section, as each technology (EJB, web, JMX, mock objects, Hibernate, etc) is presented accurately and clearly first as it stands alone, then the problem of the real-world enter the picture, followed by the solutions XDoclet brings to the situation.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 7 people found the following review helpful:
4.0 out of 5 stars XDoclet in Action is an in-depth start at learning XDoclet, April 4, 2004
By 
Carlos Valcarcel (Bohemia, NY United States) - See all my reviews
This review is from: XDoclet in Action (In Action series) (Paperback)
Are there plenty of code examples? Yes
Is the book easy to understand? Yes
Does it trivialize complex topics? No
Does the reference section add value? Yes
Is this book useful? An unqualified yes!

My needs in technology books are straightforward: give me a quick introduction and lots of examples. Walls and Richards have done a great job of explaining the nuts-and-bolts of XDoclet in a very lucid way. In working with an Eclipse plug-in that uses XDoclet as its code generation engine I was able to solve an XDoclet problem within a few minutes because I was able to look through the book's reference section and compare the information to a code sample earlier in the book.

I found the book covered so many areas that I hope the author's are working on a follow-on book where they discuss some of the thornier issues in J2EE development and how XDoclet can be brought to bear to solve them. Based on the depth of this book, they still have a lot to say about J2EE development using code generation tools.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
5.0 out of 5 stars A superbly accessible and useful primer, March 7, 2004
This review is from: XDoclet in Action (In Action series) (Paperback)
The collaboration of XDoclet seasoned experts and enthusiasts Craig Walls and Norman Richards, XDoclet In Action is a truly user-friendly introduction and guide to the metadata-driven, code generation engine for Java called XDoclet, and its many uses. A wealth of instructions, examples, and sample code lay out how XDoclet can be used with EJBs, Servlets, JMX, and other technologies, as well as customized or out-of-the-box uses to which XDoclet can be put for one's specific needs. A superbly accessible and useful primer, reference, and self-teaching tool, XDoclet In Action is a welcome addition to the computer reference shelf.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars Excellent, August 29, 2004
This review is from: XDoclet in Action (In Action series) (Paperback)
This book starts with an overview of code generation and how and why XDoclet fits into your development projects. Xdoclet can generate code, deployment descriptors and configuration files. The authors fully explain how XDoclet integrates with Ant. If you understand Ant, you can easily follow the examples.

The authors then go through tutorials on how to use XDoclet with different aspects of Java development, EJB, web layer, JMX, Struts, etc. The example code and xml files are well documented and easy to follow. One of the best parts is the summary sections that how you how you benefited from using XDoclet and the number of files (code and deployment descriptors) that XDoclet generated for you. The last part of the book is a reference section, so this book is all you need to start using XDoclet.

Reading this book will also give you guidelines on the proper way to code a J2EE application using design patterns and source code organization. The authors cannot explain every topic covered in great detail, so you must understand the underlying framework (Struts, Hibernate, etc.) to use XDoclet, which is summed up by their admonition, "Don't generate what you don't understand." This book shows you how to solve real-world problems with XDoclet solutions. I would recommend this book (and XDoclet) to every Java developer.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars All cool stuff, serious book to serious Java developer, August 22, 2004
By 
This review is from: XDoclet in Action (In Action series) (Paperback)
When reading one of the reviews about this book before buying, I hisitated a little due to someone made it "down". But where is the other option. I got this book and started reading it...I cannot put it down. This book is really good one if you are serious J2EE developer and if you've been following up with most of cool Java technologies. The writing style and techical part of this book should be a model for most of those books about J2EE. This book helps me brush up J2EE from frontend to backend, with a lot of little trick and details I cannot get from XDoclet's website.

If you are J2EE developer, a serious one, you must get this book! It not only helps you create code, but it creates thoughts!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars Excellent XDoclet resourse, January 9, 2004
By 
This review is from: XDoclet in Action (In Action series) (Paperback)
This book is great for developers who want to learn XDoclet from scratch and XDoclet power users. It is also divided up in such a way that, depending on where you are in the XDoclet learning curve, there is always a natural place to start.

It begins by covering code generation in general and why it can be beneficial. It then give some basic examples of how to integrate XDoclet (and Ant) into your project to generate code.

A good chuck of the book after this is broken down into the different domains XDoclet supports - servlets, EJBs, Hibernate, custom JSP tags, etc. As a Hibernate user, I have found XDoclet very useful, but having this book by side would have made getting started much easier!

This brings me to the last big thing I like about this book's organization - about the last third of the book is strictly reference. So, even if you are an XDoclet expert, it still makes a very handy desk reference for the tags.

So, if you want to learn XDoclet or if you want to become a more effecient XDoclet user, but this book.

Ryan

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars An invaluable book about an indispensable framework!, December 11, 2003
This review is from: XDoclet in Action (In Action series) (Paperback)
Remember your first J2EE Hello World app? Just to make that client work, you had to write the remote and home interfaces, and a deployment descriptor. If you wrote the Web version, add web.xml to your list. Let's not forget those configuration files for your app/web servers. Now, think of a framework that fabricate all the nuts and bolts for you -- generating deployment descriptors, EJB homes, remotes, app server files, struts-config.xml and more. No, you are not day dreaming, XDoclet can do all and more!

Quoting several opportunities that exist for automated code generation, authors introduce XDoclet framework as an indispensable tool that actually works! Focusing on every day J2EE development, chapters in "Enterprise Java" section talk about the application of XDoclet in EJB layer and Web application layer. Following are chapters in the "Other XDoclet applications" category that introduce advance applications such as code generation for persistence frameworks, JMX, SOAP/WebServices and mock objects. The concluding section on "Extending XDoclet" deals with custom code generation and XDoclet patterns.

Abundant practical help and many working examples are offered throughout the book including the process of tool adoption for J2EE efforts that are already underway. The working J2EE application that is included in the book can be used as a reference implementation.

In essence, this book does more than just teaching - it helps you realize the benefits of XDoclet in days and start saving valuable time and money.

Ajith Kallambella
http://www.javaranch.com/contact.jsp#AjithKallambella

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
4.0 out of 5 stars Puts XDoclet to work immediately, especially for J2EE, January 10, 2004
By 
Kerry Kimbrough (Austin, TX United States) - See all my reviews
This review is from: XDoclet in Action (In Action series) (Paperback)
"XDoclet in Action" is the sort of guide that most open source packages desperately lack. In a clear and patient style, the authors explain what XDoclet is all about: a framework for generating code (or other files) using special Javadoc-style comments embedded in Java sources. They then proceed to step through several examples of the most commonly used applications of XDoclet, explaining what the various XDoclet parts *really* mean and how they relate to each other. Reading this book is a lot like pair programming with someone who has written all the code before and can show you exactly how it's put together.

After an overview of the concepts of code generation, the first topic is the one that originally motivated the development of XDoclet: simplifying J2EE Web app development. The authors show how, by adding simple comment tags to your classes and methods, you can give XDoclet the parameters it needs to automatically generate the code for EJB local and remote home interfaces, EJB and servlet deployment descriptors, value objects, DAO skeletons, custom JSP tag library descriptors, and more. The emphasis is on using XDoclet to eliminate redundancy and to consolidate these parameters with the related source code. Later chapters show how, using the same approach, XDoclet can also generate object-relational data persistence mappings, JMX interfaces, and mock objects for unit testing. The authors also explain how to program the XDoclet framework to create custom code generators.

"XDoclet in Action" is written in the form of a "learning journey". Along the way, readers can pick up many useful tips on J2EE design patterns, the pragmatics of organizing Ant scripts and source files, and other interesting tools (such as Hibernate, an open source data persistence framework). But this form can make it harder to locate a specific piece of information. An equally thorough XDoclet reference book would be a welcome companion.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 5 people found the following review helpful:
5.0 out of 5 stars Answer to all our prayers, February 19, 2004
By 
Pranav Butala (Orlando, Fl USA) - See all my reviews
This review is from: XDoclet in Action (In Action series) (Paperback)
It is a really good book for those who want to learn and work with Xdoclet. I am work for a sofware compay and part of my job is to learn new softwares and put them in to implimentation.
Before I got this book, I have read all possible online documentation there is but, none came close to Xdoclet in action.

The book is well laid out and the examples are self explanatory.

It describes all posible scenarioes that a person can think of and is explained excellent.

I strongly reccomend this book all developers

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Excellent Book, December 16, 2004
By 
perogi "perogi.org" (Valley of the Sun, United States) - See all my reviews
This review is from: XDoclet in Action (In Action series) (Paperback)
I got this book and within the first week had all of my ejbs, struts framework, web descriptors created thru xdoclet. Now I just need to convince the client that the rest of the developers need to jump on board for their other projects and use this excellent tool. A must have for any web/j2ee java developers.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

This product

XDoclet in Action (In Action series)
XDoclet in Action (In Action series) by Craig Walls (Paperback - Dec. 2003)
$44.95 $34.16
In Stock
Add to cart Add to wishlist