Deprecated Garbage Collections – Kenny Lee Chee Wei

A truckload of garbage by Kenny Lee Chee Wei

Ajax App Server? – AjaxToaster

with one comment

AjaxToaster is an Ajax application server which makes it easy to create RESTful web services for rich web client applications. It runs under any of the main Java servlet containers (tomcat/glassfish/websphere/jboss/jetty)”

Still in RC though. I haven’t managed to take a closer look, but the request/update urls doesn’t look too restful to me.

http://localhost:8080/toaster?service=recipe/RetrieveAll&returnjson
http://localhost:8080/toaster?service=meetings/UpdateMeetingRoom&inputjson={"Room":[{"RoomCode":"AZALEA","RoomName":"The Azalea Room"}

Hmm, not too sure anyone had a go at this project.

Written by Kenny Lee

August 15, 2008 at 4:26 am

Posted in Java

Tagged with , ,

One Response

Subscribe to comments with RSS.

  1. The second URL looks like a GET request being sent to modify a resource. Not very friendly or REST-ful at all.

    Scott Barr

    February 13, 2009 at 6:14 am


Leave a Reply