Saturday, March 31, 2007

Some off-site notes.

While working on my other project, iClouds, found pretty useful thing as CLI package of the Jakarta/Apache commons project, it worked out of the box and I'm very happy about taking care of command-line stuff.

Thursday, March 29, 2007

Remote Procedure Calls in Google Web Toolkit

The information posted here was taken from GWT Beta developer manual, basically they say that their "services" are custom build ones: "the term service in this context isn't the same as the more general "web service" concept. In particular, GWT services are not related to the Simple Object Access Protocol (SOAP)." The diagram of the RPC plumbing suppose to give us some idea about services functionality, but didn't gave much to me personally since I've never touched this technology.
I have downloaded GWT stuff locally and trying to get my lovely dependency telemetry within the rich, GWT based application.