资 源 简 介
There are many Java web application frameworks out there. Struts, Velocity, Turbine to name a few. Many of these MVC framework claim to separate the presentation layer (view) from the model and controller, but fails miseriably. The frontend HTML guy should not be writing conditionals and loops. The programmer should not be writing HTML.
Wulumuqi is AJAX on the serverside. With AJAX, javascript code manipulate the HTML document on the client-side using W3C DOM. With Wulumuqi, scripts (called DocumentManipulator) manipulate the HTML document on the serverside using JDOM before sending it to the client. DocumentManipulator can be written in any language supported by BSF, for example Groovy,Ruby, Python, Javascript to name a few.