Re: Documentation for Tuscany integration with Tomcat Posted By : at 2008-04-28 02:49:03
One web application has some SCA services. Suppose, one of them has some local (not remote) SCA services. Would Tuscany allow the other web application to make use of it? I think this would be possible if the application container boots ...
Other Posts about Re: Documentation for Tuscany integration with Tomcat you may like:
Re: DOJO vs. AJAX Performance Comparison at 2008-05-08 13:42:19
Dojo is a full-fledged AJAX toolkit and provides support beyond just getting JSON formatted data. It can locate DOM notes in a document really quickly (through dojo.query), has functions for updating styles on a dom node easily, ...
Re: DOJO vs. AJAX Performance Comparison at 2008-05-08 13:42:19
Dojo does use standard AJAX XMLHTTPRequest calls to communicate with the the backend Groovy scripts, and in a way that works across multiple browsers using the functions dojo.xhrGet/Post/Put/Delete. However, the dojo.js "base" library ...