Java Development with Ant
Author: Erik Hatcher
Publisher: Manning Publications
Published: 2003
Total Pages: 672
ISBN-13: 9781930110588
DOWNLOAD EBOOKSoftware -- Programming Languages.
Read and Download eBook Full
Author: Erik Hatcher
Publisher: Manning Publications
Published: 2003
Total Pages: 672
ISBN-13: 9781930110588
DOWNLOAD EBOOKSoftware -- Programming Languages.
Author: Erik Hatcher
Publisher: Simon and Schuster
Published: 2007-06-30
Total Pages: 847
ISBN-13: 1638352089
DOWNLOAD EBOOKThis second edition of a Manning bestseller has been revised and re-titled to fit the 'In Action' Series by Steve Loughran, an Ant project committer. Ant in Action introduces Ant and how to use it for test-driven Java application development. Ant itself is moving to v1.7, a major revision, at the end of 2006 so the timing for the book is right. A single application of increasing complexity, followed throughout the book, shows how an application evolves and how to handle the problems of building and testing. Reviewers have praised the book's coverage of large-projects, Ant's advanced features, and the details and depth of the discussion-all unavailable elsewhere. This is a major revision with the second half of the book completely new, including: How to Manage Big projects Library management Enterprise Java Continuous integration Deployment Writing new Ant tasks and datatypes Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
Author: Bruce W. Perry
Publisher: "O'Reilly Media, Inc."
Published: 2004-01-21
Total Pages: 746
ISBN-13: 0596005725
DOWNLOAD EBOOKProvides real-world Web application development problems and practical solutions and hundreds of examples and sample code for Java Web developers who use JavaServer Pages or servlets, along with useful tips, techniques, tools, and shortcuts.
Author: Jesse Tilly
Publisher: "O'Reilly Media, Inc."
Published: 2002
Total Pages: 292
ISBN-13: 9780596001841
DOWNLOAD EBOOKIn 1998 one programmer changed the world of Java. Frustrated by his efforts to create a cross-platform build of Tomcat using the build tools of the day (GNU Make, batch files, and shell scripts), James Duncan Davidson threw together his own build utility on an airplane flight from Europe to the U.S. Named Ant because it was a little thing that could build big things, James's quick-and-dirty solution to his own problem of creating a cross-platform build has evolved into what is perhaps the most widely used build management tool in Java environments.
Author: Anil Hemrajani
Publisher: Sams Publishing
Published: 2006-05-09
Total Pages: 365
ISBN-13: 0132714906
DOWNLOAD EBOOKAgile JavaTM Development With Spring, Hibernate and Eclipse is a book about robust technologies and effective methods which help bring simplicity back into the world of enterprise Java development. The three key technologies covered in this book, the Spring Framework, Hibernate and Eclipse, help reduce the complexity of enterprise Java development significantly. Furthermore, these technologies enable plain old Java objects (POJOs) to be deployed in light-weight containers versus heavy-handed remote objects that require heavy EJB containers. This book also extensively covers technologies such as Ant, JUnit, JSP tag libraries and touches upon other areas such as such logging, GUI based debugging, monitoring using JMX, job scheduling, emailing, and more. Also, Extreme Programming (XP), Agile Model Driven Development (AMDD) and refactoring are methods that can expedite the software development projects by reducing the amount of up front requirements and design; hence these methods are embedded throughout the book but with just enough details and examples to not sidetrack the focus of this book. In addition, this book contains well separated, subjective material (opinion sidebars), comic illustrations, tips and tricks, all of which provide real-world and practical perspectives on relevant topics. Last but not least, this book demonstrates the complete lifecycle by building and following a sample application, chapter-by-chapter, starting from conceptualization to production using the technology and processes covered in this book. In summary, by using the technologies and methods covered in this book, the reader will be able to effectively develop enterprise-class Java applications, in an agile manner!
Author: Eric M. Burke
Publisher: "O'Reilly Media, Inc."
Published: 2003
Total Pages: 294
ISBN-13: 9780596003876
DOWNLOAD EBOOKBrimming with over 100 "recipes" for getting down to business and actually doing XP, the Java Extreme Programming Cookbook doesn't try to "sell" you on XP; it succinctly documents the most important features of popular open source tools for XP in Java--including Ant, Junit, Http'nit, Cactus, Tomcat, XDoclet--and then digs right in, providing recipes for implementing the tools in real-world environments.
Author: Brian Sam-Bodden
Publisher: Apress
Published: 2008-01-01
Total Pages: 621
ISBN-13: 1430206829
DOWNLOAD EBOOKOpen source has had a profound effect on the Java community. Many Java open source projects have even become de-facto standards. The principal purpose of Enterprise Java Development on a Budget is to guide you through the development of a real enterprise Java application using nothing but open source Java tools, projects, and frameworks. This book is organized by activities and by particular open source projects that can help you take on the challenges of building the different tiers of your applications. The authors also present a realistic example application that covers most areas of enterprise application development. You'll find information on how to use and configure JBoss, Ant, XDoclet, Struts, ArgoUML, OJB, Hibernate, JUnit, SWT/JFace, and others. Not only will you learn how to use each individual tool, but you'll also understand how to use them in synergy to create robust enterprise Java applications within your budget. Enterprise Java Development on a Budget combines coverage of best practices with information on the right open source Java tools and technologies, all of which will help support your Java development budget and goals.
Author: Steve Loughran
Publisher: Dreamtech Press
Published: 2007-08-23
Total Pages: 604
ISBN-13: 9788177227673
DOWNLOAD EBOOKAnt in Action is a complete guide to using Ant to build, test, redistribute and deploy Java applications. A retitled second edition of the bestselling and award-winning Java Development with Ant, this book contains over 50% new content. The book covers nearly the entire gamut of modern Java application development, including test-driven development and even how to set up your database as part of the deployment.· Learning Ant· Applying Ant · Extending Ant
Author: Patrick Niemeyer
Publisher: "O'Reilly Media, Inc."
Published: 2002
Total Pages: 836
ISBN-13: 9780596002855
DOWNLOAD EBOOKThis updated edition introduces the basics of Java and everything necessary to get up to speed on the new 1.4 version quickly. CD contains the Java 2 SDK for Windows, Linux and Solaris.
Author: Russel Winder
Publisher:
Published: 2000-05-25
Total Pages: 1040
ISBN-13:
DOWNLOAD EBOOKBeginning with basic ideas, Winder progresses to the process of creating useful object-oriented applications. Along the way, all the core features of Java are covered, including the use of exceptions and multi-threading.