Ajax App Server? – AjaxToaster
“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.
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