Contents
About ANT Training
Another Neat Tool usually called as ANT is a popular and most widely used open source build tool, written in Java programming. Indeed, it is probably the most widely used build tool in the Java world. It is supported by virtually all modern IDEs, and (being a Java application) runs on almost any Java-friendly platform.
ANT Training Course Prerequisite
- Basic knowledge of Core Java, Servlets and JSP.
ANT Training Course Objective
In this Another Neat Tool training, the student will get good expertise in usage of ANT tool and will be able to use ANT in real time projects for build and deployment.
In ANT training, trainee will be trained in the following areas.
- We will learn how to automates the project build process steps
- Core concepts of ANT build tool
- Detail examples of building, packaging and deploying the web and enterprise application projects using ANT
- ANT IDE integration
- Real Time example using ANT
ANT Training Course Duration
- 10 Hours
ANT Training Course Overview
1. What is build
2. Why we need build
3. Introduction about build process
- Build process steps
- How do achieve build process steps manually
- How do automate build process steps
4. Introduction about ANT
5. How to automate build process steps using ANT
6. Wha is target
7. What is task
8. Ant Installation Tutorial
9. Ant Sample Build File to create JAR
10. Ant Eclipse IDE Integration
11. Ant Sample Build File to create WAR
12. Ant Sample Build File to create WAR with properties file
13. How to deploy application in Tomcat using ANT
14. How to undeploy application in Tomcat using ANT
15. How to start Tomcat server using ANT
16. How to stop Tomcat server using ANT