Maven: A Developer's Notebook
Title | Maven: A Developer's Notebook PDF eBook |
Author | Vincent Massol |
Publisher | "O'Reilly Media, Inc." |
Pages | 224 |
Release | 2005-06-20 |
Genre | Computers |
ISBN | 0596552971 |
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: 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.
Maven
Title | Maven PDF eBook |
Author | Vincent Massol |
Publisher | "O'Reilly Media, Inc." |
Pages | 220 |
Release | 2005-06-20 |
Genre | Business & Economics |
ISBN | 0596007507 |
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. 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.
Maven: The Definitive Guide
Title | Maven: The Definitive Guide PDF eBook |
Author | Sonatype Company |
Publisher | "O'Reilly Media, Inc." |
Pages | 472 |
Release | 2008-09-24 |
Genre | Computers |
ISBN | 0596551789 |
For too long, developers have worked on disorganized application projects, where every part seemed to have its own build system, and no common repository existed for information about the state of the project. Now there's help. The long-awaited official documentation to Maven is here. Written by Maven creator Jason Van Zyl and his team at Sonatype, Maven: The Definitive Guide clearly explains how this tool can bring order to your software development projects. Maven is largely replacing Ant as the build tool of choice for large open source Java projects because, unlike Ant, Maven is also a project management tool that can run reports, generate a project website, and facilitate communication among members of a working team. To use Maven, everything you need to know is in this guide. The first part demonstrates the tool's capabilities through the development, from ideation to deployment, of several sample applications -- a simple software development project, a simple web application, a multi-module project, and a multi-module enterprise project. The second part offers a complete reference guide that includes: The POM and Project Relationships The Build Lifecycle Plugins Project website generation Advanced site generation Reporting Properties Build Profiles The Maven Repository Team Collaboration Writing Plugins IDEs such as Eclipse, IntelliJ, ands NetBeans Using and creating assemblies Developing with Maven Archetypes Several sources for Maven have appeared online for some time, but nothing served as an introduction and comprehensive reference guide to this tool -- until now. Maven: The Definitive Guide is the ideal book to help you manage development projects for software, web applications, and enterprise applications. And it comes straight from the source.
Maven
Title | Maven PDF eBook |
Author | Vincent Massol |
Publisher | |
Pages | 224 |
Release | 2005 |
Genre | Java (Computer program language) |
ISBN |
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: 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.
Java Enterprise in a Nutshell
Title | Java Enterprise in a Nutshell PDF eBook |
Author | Jim Farley |
Publisher | "O'Reilly Media, Inc." |
Pages | 902 |
Release | 2006 |
Genre | Computers |
ISBN | 9780596101428 |
With the recent release of Java 2 Enterprise Edition 1.4, developers are being called on to add even greater, more complex levels of interconnectivity to their applications. To do this, Java developers need a clear understanding of how to apply the new APIs, and the capabilities and pitfalls in the program--which they can discover in this edition.
Harnessing Hibernate
Title | Harnessing Hibernate PDF eBook |
Author | James Elliott |
Publisher | "O'Reilly Media, Inc." |
Pages | 380 |
Release | 2008-04-22 |
Genre | Computers |
ISBN | 0596517726 |
"A step-by-step guide to Java persistence"--Cover.
Hibernate
Title | Hibernate PDF eBook |
Author | James Elliott |
Publisher | "O'Reilly Media, Inc." |
Pages | 190 |
Release | 2004 |
Genre | Computers |
ISBN | 0596006969 |
This guide walks the reader through the ins and outs of using Hibernate, from installation and configuration, to complex associations and composite types.