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.
-- 
cleverpig
Location: Beijing
Address: Room 4018,No.A2 South Avenue Fuxingmen Beijing,P.R.China
Zipcode: 100031
Phone: 010-66415588-1113
MSN: [EMAIL PROTECTED]
QQ: 149291732
Skepe: cleverpigatmatrix
My Facebook ID:cleverpig
My Blog: hihere.sohu.com
My Tags: del.icio.us/cleverpig
My Twitter: twitter.com/cleverpig
My Organization: www.beijing-open-party.org
一些值得关注的唧歪:
  http://jiwai.de/t/jmatrix/
  http://jiwai.de/t/db4o/
  http://jiwai.de/t/matrix-community/

Reply via email to