
Apache Ant
by Dan McCreary
Publisher: Wikibooks 2012
Description:
Apache Ant (or simply Ant) is an XML-based build scripting language used heavily by the Open Source community. Ant automates tasks such as compiling source code, building deployment packages and automatically checking dependencies of what items need to be updated in a build set.
Download or read it online for free here:
Read online
(online html)
Similar books
SVG Essentialsby J. David Eisenberg - O'Reilly Media
SVG (Scalable Vector Graphics) is the new XML-based graphics standard that will enable Web documents to be smaller and more interactive. This book introduces SVG, it covers creating simple line drawings, filters, transformations, and more.
(20033 views)
XPath and XPointer: Locating Content in XML Documentsby John Simpson - O'Reilly Media, Inc.
XPath and XPointer are two languages that play a key role in XML processing. You'll learn to construct a full XPointer and completely understand both the XPath and XPointer features it uses. A working knowledge of XML and XSLT is assumed.
(16649 views)
An Introduction to XML and Web Technologiesby Anders Mller, Michael Schwartzbach - Addison Wesley
This online tutorial gives a complete introduction to the essentials of the XML standard. It will teach students how to apply web technologies to develop XML based web applications. A superb summary of the main Web technologies.
(21185 views)
Processing XML with Javaby Elliotte Rusty Harold - Addison-Wesley Professional
A complete guide to writing Java programs that read and write XML documents. Shows developers how to save XML documents, read XML documents, communicate with network servers that send and receive XML data, and integrate XSLT into their programs.
(26706 views)