Hello World using Apache ANT

December 05, 2010 by Sandeep Bhardwaj | Tags:

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 more

Installing Apache Ant

December 03, 2010 by Sandeep Bhardwaj | Tags:

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 more

Struts2 with login interceptor

December 01, 2010 by Sandeep Bhardwaj | Tags:

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