My favorites | Sign in
Project Logo
                
Search
for
Updated Yesterday (20 hours ago) by philzoio.impala
SamplesWebframework  
Webframeworks sample application

Web frameworks sample

The web frameworks sample demonstrates tight integration with a number of web frameworks, showing how Impala can offer full module reloading and Spring integration capability with multiple web frameworks, all running in separate modules and using separate filters. The example demonstrates some advanced aspects of Impala's web framework support, such as per-module root Spring application contexts, thread context class loader management, preservation of session state across module reload.

It also features a JMX console for module reloading.

Examples are created for Struts 1, Struts2, Tapestry 5, Wicket and JSF.

Project setup

The easiest way to access the examples is to check them out directly from trunk.

svn co http://impala.googlecode.com/svn/trunk/webframeworks-sample webframeworks-sample

Then open an Eclipse workspace in the new webframeworks-sample folder, and import all the projects into the workspace.

Run the sample

From within Eclipse, run StartServer as a web application. Then connect using the URL:

http://localhost:8080/webframeworks-host/


Sign in to add a comment
Hosted by Google Code