Pages

Tuesday 3 April 2012

Apache Ivy - Beginners Guide

                        



Apache Ivy automates dependency management in Java Projects.Ivy is a powerful piece of software and highly configurable. Official site has some excellent tutorials and detailed reference documentation. But a beginner may soon get lost in multiple configurable options and struggle to get it right in first go.

Apache Ivy Tutorial is a Beginners Guide helps beginners to understand basics of Ivy without much effort.

This step-by-step tutorial covers
  • installation of Ivy
  • automate dependency management
  • core concepts with examples
  • build different types of repositories - local, shared and enterprise
  • integrate Ivy with Eclipse through IvyDE.

Objective of this quick start guide is to provide clear understanding of Ivy so that a beginners can migrate from manual dependency to Ivy.


Read      Apache Ivy Tutorial