Hi,

Some comments.

I wonder how useful it is to just post all of the source code for a
tutorial, I find it hard reading and confusing.
I prefer to have a general overview of what I am going to learn in this
tutorial and then small code snippets with an explanation,
output,config,etc for each step. You have linked the full source zip, so
if needed, people can extract the full source from that.

hope this helps,

Jonathan Hall

cleverpig wrote:
> I post this draft in wiki.restlet.org--"Using AJAX in
> Restlet":http://wiki.restlet.org/docs_1.1/g1/43-restlet/52-restlet.html
>
> I will start this tutorial with a simply example-"microblog",that's a
> text based micro blog for demo how to using AJAX in Restlet.
> Demo construction:
>     * Web client: call background service via JSON protocol in full
> REST way(GET/PUT/POST/DELETE).
>     * Server side: uses db4o to work as store service provider,and
> expose data in RESTful way.
>     * Server handle process: Application dispatch request to
> Router,Router find corresponding reource,Resource handle request and
> return representation.
>
> Pls make review and point out drawback.
>   

Reply via email to