On 10/31/07, Lars Trieloff <[EMAIL PROTECTED]> wrote: > ....> 2) Enhancing the DefaultSlingServlet's doGet method to return Items in > > JSON format by default....
> ...What about adding this as a default handler for the json extension, > compared to an XML serialization as a default handler for the xml > extension.... You're right, makes much more sense; for the GET method, have the DefaultSlingServlet delegate to default renderers for json, xml, txt, ... >... (I am still thinking about adding a certain XML-processing > framework as a very powerful script engine to Sling)... So am I, and it's probably the same framework ;-) > ...We should make sure we use the same JCR-JSON-mapping for RJAX and the > Rhino HostObjects used on the server.... Right, I'll probably start by contributing our prototype as is, and we can refine it so that both "APIs" match. > ...I think we should spend some time thinking about integrating this Web > Forms 2.0 http://www.whatwg.org/specs/web-forms/current-work/ ... I'm not familiar with that spec, what does that imply, broadly speaking? -Bertrand
