|
Maven: A Developer's Notebook
by Vincent Massol and Timothy M. O'Brien
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 Antthanks 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 labsexercises 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:
- Manage a project's build, reporting, and documentation, all from a central piece of information.
- Break a complex project into a series of smaller subprojects.
- Report on code quality, unit tests, code duplication, and project activity.
- Create a custom remote repository.
- Build simple and complex plug-ins.
In the end, you'll find yourself spending less time working on your project's build system and more time working on your project's code.
Chapter 1 covers everything from installing Maven to creating a project Web site and customizing site reports.
Download the PDF excerpt of Chapter 1: "Maven Jump-Start"
Reproduced from Maven: A Developer's Notebook by permission of O'Reilly Media, Inc. ISBN: 0-596-00750-7, copyright 2005. All rights reserved.
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.
|