Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 674 Bytes

File metadata and controls

25 lines (17 loc) · 674 Bytes

WebAssets

Demo application to show reverse ajax without using comet. Example includes servlet 3.0 async feature for reverse ajax plus using jsp tags & fragments concepts from jsp 2.0 features.

Concepts introduced: Reverse Ajax, Jsp Tag File and Fragments and Web assests.

This demo app is tested succesfully on Tomcat 7.0.31 server.

Dependencies to build this application:

  1. jstl.jar
  2. servlet-api.jar
  3. standard.jar

Building War

  1. Create eclipse workspace
  2. Run ant default target
  3. war is created and copied to target folder
  4. copy that war to webapps folder of your tomcat