On Sun, Mar 11, 2012 at 6:33 AM, muralidhar uttarkar wrote: > I want to know why do we need WAR file? Why should we use ANT build tool.? >
War files are the de facto web application deployment file. Ant allows repeatable, environment-independent builds (for developers regardless of their IDE, for a continuous integration server, etc.) Dave