Maven: A Developer's Notebook
| |||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||
| Sort customer reviews by: | |||||||||||||||||||||||||||||
|
Show All Reviews on Page
Hide All Reviews on Page
| |||||||||||||||||||||||||||||
| Maven: A Developer's Notebook | |||||||||||||||||||||||||||||
|
Maven is a new project management and comprehension tool which provides an elegant way to share build logic across projects. In terms of capabilities, Maven is an improvement to Apache Ant-thanks to numerous plug-ins and built-in integration with unit testing frameworks such as JUnit. Tired of writing the same build logic for every project? Using Maven, you can leverage the experience of the community to avoid the tedious process of creating yet another build script for each new project. Maven: A Developer's Notebook begins by introducing you to the concept of project object model (POM), and then offers further details on the essential features of Maven. Like all titles in O'Reilly's Developer's Notebook series, this no-nonsense book skips the boring prose and cuts right to the chase. It's an approach that forces you to get your hands dirty by working through a series of poignant labs-exercises that speak to you instead of at you. Plus, Maven: A Developer's Notebook is the first book on the subject to hit the market, so you know the information is fresh and timely. If you're a Java programmer, you'll be armed with all the critical information you need to get up to speed on this powerful new build tool. You'll discover how Maven can help you:
|
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 13 of 13 | |||||||||||||||||||||||||||||
| Review Date |
Review Rating(5 High) |
Review Helpful to: |
Customer Review | Reviewer Info |
Permanent Link |
||||||||||||||||||||||||
| Reader Reviews Below Sorted by Newest First | |||||||||||||||||||||||||||||
| 01-10-08 | 1 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This book was a complete waste of my money and my time. The code examples dont work and it focuses on outdated maven 1. Maven is now at level 2.08 and the publishers of this book should know better than to continue putting this book out for sale.
(Review Data Last Updated: 2009-01-02 07:39:25 EST)
|
|||||||||||||||||||||||||||||
| 11-06-07 | 3 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
The only full Maven book but falls short on being a good book. The book covers the older Maven version. I would rather wait for version 2.0 coverage than buy an out dated book.
(Review Data Last Updated: 2008-01-11 04:51:15 EST)
|
|||||||||||||||||||||||||||||
| 03-24-07 | 2 | 4\4 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
While there is nothing technically wrong about this book, Maven 2 is almost a complete re-write of Maven. This book covers all the ins and outs of using Maven (the project model, dependency resolution, directory hierarchy), but the technical details are now completely out of date.
(Review Data Last Updated: 2007-11-06 03:10:02 EST)
|
|||||||||||||||||||||||||||||
| 03-14-07 | 1 | 4\4 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This book does not apply to Maven 2, the current release of Maven. May be useful concept material but because it doesn't apply to the current version of the software it is not a good "Developers Notebook". This book should be pulled from the shelves.
(Review Data Last Updated: 2007-07-09 15:31:24 EST)
|
|||||||||||||||||||||||||||||
| 12-17-05 | 5 | 4\5 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This is a great book to get a quick introduction to Maven. At about 185 pages, it gets right to the point. It's written using labs and each new one builds on the previous one.
I have used Ant and know how it works but was in the dark when it came to Maven. This book gave me the knowledge I needed to understand and modify an existing Maven project within the first two chapters. It's not a reference manual, and it's not one of these 500 page tomes that weighs a ton but is light on substance. There's real content in a very readable format in this book. If you are new to Maven and are scratching your head tryiing to figure out what the heck this thing is doing, read this book and you will be enlightened! (Review Data Last Updated: 2007-07-02 15:33:56 EST)
|
|||||||||||||||||||||||||||||
| 12-16-05 | 5 | 4\5 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This is a great book to get a quick introduction to Maven. At about 185 pages, it gets right to the point. It's written using labs and each new one builds on the previous one.
I have used Ant and know how it works but was in the dark when it came to Maven. This book gave me the knowledge I needed to understand and modify an existing Maven project within the first two chapters. It's not a reference manual, and it's not one of these 500 page tomes that weighs a ton but is light on substance. There's real content in a very readable format in this book. If you are new to Maven and are scratching your head tryiing to figure out what the heck this thing is doing, read this book and you will be enlightened! (Review Data Last Updated: 2007-03-15 00:36:37 EST)
|
|||||||||||||||||||||||||||||
| 10-23-05 | 5 | 2\5 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Maven is not an easy-to-use software. It took one year to me to completely understand it. But once mastered, Maven is very useful. If I had read this book one year ago, I would have saved much time.
All is explained in it, from the build of an artefact (Jar, War, etc…) to the development of a new Maven plugin. I even learned some tips in spite of my one year use. To resume, this book is essential for people who want to use Maven without spending too much time to learn it. The only thing I can reproach is the absence of how builds an EJB or an EAR. (Review Data Last Updated: 2007-07-09 15:31:24 EST)
|
|||||||||||||||||||||||||||||
| 10-22-05 | 5 | 2\5 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Maven is not an easy-to-use software. It took one year to me to completely understand it. But once mastered, Maven is very useful. If I had read this book one year ago, I would have saved much time.
All is explained in it, from the build of an artefact (Jar, War, etc…) to the development of a new Maven plugin. I even learned some tips in spite of my one year use. To resume, this book is essential for people who want to use Maven without spending too much time to learn it. The only thing I can reproach is the absence of how builds an EJB or an EAR. (Review Data Last Updated: 2006-09-25 08:14:07 EST)
|
|||||||||||||||||||||||||||||
| 10-13-05 | 5 | 3\5 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
The Maven framework enables project teams to organize, configure, and collaborate effectively.
"A developer's Notebook" is an excellent resource to understand multiple perspecitves of Maven. Along with insights on how to develop and organize projects using Maven, the book skillfully discusses the current status of the Maven project(Maven 1 and Maven 2), Key differences and relationships beetween Ant and Maven(yes, they do not compete but collaborate), the short and longterm benefits of using Maven, details on how over 30 plugins tie together with Maven(such as Cruisecontrol, XDoc, Multiproject, Checkstyle, Findbugs, File-Activity, Site, Test, Artifact, Developer-Activity, Clover, and many more). And there-in lies the power of Maven. The ability to bind multiple plug-ins to create a comprehensive, repeatable, and reusable team and project collaboration environment. What I really enjoyed in reading this book, is the writing style and the format of the book. It is precise, yet insightful. The authors openly discuss things that should and should not be done to use the benefits of Maven. Multiple cases elaborate how to perform and extend goals with Maven. If you are looking for a practical guide to get upto speed or excel in Maven projects, this is a must read. (Review Data Last Updated: 2007-07-09 15:31:24 EST)
|
|||||||||||||||||||||||||||||
| 08-17-05 | 4 | 4\5 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I have been using Maven for about 9 months now, and this book helped fill in some of the gaps in my knowledge. This was my first book from the O'Reilly "Developer's Notebook" series, and I thought that the format and presentation detracted from the material. It may work for some, but I just found it distracting. If you want a good primer on Maven and want to avoid spending time trying to figure it out yourself (I spent a lot of time doing that), this is a good book to have.
(Review Data Last Updated: 2007-07-09 15:31:24 EST)
|
|||||||||||||||||||||||||||||
| 08-14-05 | 3 | 14\18 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I have been used to Ant for past 4 years, I found this book to be difficult to follow. Authors are trying to cover too much detail in a short book. Most of the areas covered in this book is going to change in Maven 2. It is worth to wait for a book on Maven 2 to release. Of the 6 chapters, Chapter 1 and 3 are for Maven beginners.
(Review Data Last Updated: 2006-09-25 08:14:07 EST)
|
|||||||||||||||||||||||||||||
| 07-28-05 | 4 | 7\9 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
"Maven - A Developer's Notebook" is good for covering the surface of how to do a build in Maven. There is great explanation on the installation of Maven and building Java projects. Coverage of reporting and writing plugins was also good.
Coverage of building WARs was fair. It would have been nice to see a JSP or resource files in the example, rather than just code. Noticeably absent was how to build an EJB project and an EAR. And while the book demonstrates connecting to CVS/Subversion, it could use an example on checking out code. The book assumes some knowledge of the build process in Java, but not too much. Specifically, it is not necessary to know Ant. For those who do use Ant, common pitfalls are mentioned (without saying they are from Ant.) In developer's notebook style, the book reads quickly and goes through a series of labs. The authors are good about explaining what things mean and going through the build output. The list of Maven plugins is very useful in finding out what exists. The book is well thought out, clear and excellent for what it covers. However, I think they tried to cover too much in too little room and wound up having to leave out some key areas. If you were only creating jars or WARs by yourself, I would give this book a 5. But for J2EE and teams, it gets a 4 because it needs the documentation to supplement. (Review Data Last Updated: 2006-09-25 08:14:07 EST)
|
|||||||||||||||||||||||||||||
| 07-25-05 | 5 | 2\6 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Unlike the other books in the Developer's Notebook series this book seems to be properly paced to introduce the whole topic without being overwhelming. The writing is solid and the coverage is thorough. Graphics are also used effectively to illustrate what's often a very complex logic flow in Maven. Definitely a book worth reading for programmers using Maven.
(Review Data Last Updated: 2006-07-07 08:25:23 EST)
|
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 13 of 13 | |||||||||||||||||||||||||||||
| All Books | Arts | Biography | Click Here For An A-Z Index Of All 213 Best-Seller Subjects | Business | Children's | Comics | ||||||
| Computers | Cooking | Engineering | Entertainment | Health | History | Home | Horror | Humor | Law | Fiction | Medicine | Mystery |
| Nonfiction | Outdoors | Parenting | Professional | Reference | Religion | Romance | Science | Sci-Fi | Sports | Teens | Travel | |