by
Brendan >> Fri, 21 Sep 2007 7:09:29 GMT
Yes, I've implemented an Ajax based client to replace the Jade Thin Client, though obviously both can co-exist. I used the dojo toolkit (see
http://dojotoolkit.org) to implement the front end. This is a huge, comprehensive, open source JavaScript library which greatly simplifies writing Ajax and DHTML browser based front-ends. It works with the Jade server on Windows or Linux. The clients can be on virtually any platform and supports all the common browsers.
I used HTMLDocuments and used json for the message format, (see
http://json.org) but I would suspect a WebService solution could be made to work just as well.
Cheers, Brendan