On 2010-02-17 01.25, Paul Merlin wrote:
Thanks for the wrapup Rickard, that was a good read, interesting and exciting. 
I really look forward reading actual DCI
running code.

In my webapp I use Jersey as REST handler, you use Restlet don't you ?
I'm using TransientComposites as Resources but I did not write the final 
representational code, I'm only outputing
JSON for now but would like to be able to serve html forms too. One time again, 
I'm looking forward reading the code.

Yes, I'm using Restlet, but since it's only a router I think you can use pretty much anything, including a plain old servlet. I use Restlet because it parses the URL for me, converts the query string into a Form object, and some interactions need to return Representations.

/Rickard

_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to