Today I needed to test a bunch of code which is given here
The article talks about using Dojo and JSON for AJAX applications.
There is a sample application available on the site for the article.Its a zip file when extracted
has the following structure.
- web
- actions
example1.jsp
example2.jsp
example3.jsp
index.jsp
js
WEB-INF
welcome.jsp.html
- java
- README.txt
- build.xml
Now i need to build a WAR ( Web Archive ) for deployment on my container - Tomcat.
continue reading "Build and Deploy WAR file using Java alone"




