December 05, 2010 by Sandeep Bhardwaj | Tags: Ant
Old way of compile a project, making jar and running the jar Project Structure Make project structure using command prompt like H:\>md DemoProject H:\>md DemoProject\src\hello H:\>md DemoProject\build\classes Make a java class Now make a simple java class HelloWorld package he...
Read moreDecember 03, 2010 by Sandeep Bhardwaj | Tags: Ant
Apache Ant is a Java-based build tool. Download Ant Download Apache ANT from this URL. http://ant.apache.org/bindownload.cgi Installing Ant The binary distribution of Ant consists of the following directory layout: ant +--- bin // contains launcher scripts | +--- lib // contains...
Read moreDecember 01, 2010 by Sandeep Bhardwaj | Tags: Java Struts2
Hi All, This is my first blog and this blog is for those who are not beginners because I am not going to explain HelloWorld application here. So if you are a beginner of Struts2 then follow the link. About application It’s an application of Struts 2 with LoginInterceptor this will perform thes...
Read more