Login
Quick Search

MVC Framework

by wolf at 25-8-2008 18:04; Wiki ID: MVCFramework

I'm working to extend my XQueryURLRewrite servlet filter into a (very) basic model-view-controller framework inspired by django or similar products. XQueryURLRewrite is used by AtomicWiki to map URL spaces to XQueries. It does so by calling a controller XQuery, which tells the servlet filter how the request should be processed. The request can be sent to another servlet or path or even an XQuery function.

The next step would be to allow a view to be applied to the response. The view could again be a servlet or another XQuery function.

Links
Latest Posts
AtomicWiki 0.4