On Tuesday 2008.07.08, at 24:29 , Rémi Dewitte wrote:
[...]
I don't know very well about OPS. I just like to let you know that I
have been able to integrate successfully (so far) Saxon and Restlet.
I might publish it as an extension.
Basically, Restlet does the handling of requests delegating
processing to xqueries. All the application logic and presentation
logic is written with xquery.
I'm done similarly with Mark Logic Server (MLS) (http://
marklogic.com/) as the backend in a couple of ways:
* Front-end handles networking, etc. and then uses HTTP to talk to MLS.
* Front-end handles networking, etc. and then talks to MLS via a
custom protocol (akin to JDBC).
The first approach is great for basics while the second allows for all
sorts of sophisticated interactions.
You can see this in action at http://markmail.org/
Hope this helps,
John