PDA

View Full Version : Spring Javascript with non-JSP front end?



dbrinker
Jun 2nd, 2008, 02:40 PM
(apologies if this is the wrong forum, but I have yet to figure out if this topic should be in SWF or Web)

We're getting ready to build a system that uses Tiles and Velocity (not JSP) to render pages. I'd love to use Spring Javascript to support partial page rendering and such, since it'd be close to a perfect fit for the problem. The big question is: does Spring Javascript support this? As far as I can tell, the AjaxTilesView extends TilesView (which is by default set up to work with JSP).

Given that every example I've seen of using Velocity and Tiles together with Spring involves creating a specialized view, I'm guessing one would be needed for this case as well. Does such a view exist yet?