Remoting
Thursday, January 19th, 2006
Category: Java
, Library
, Remoting
David Geary has announced a new remoting package for Shale, the Java framework that sits on top of JavaServer Faces. Now with one JS function you can access your managed beans on the server side: PLAIN TEXT JAVASCRIPT: function zipChanged(zip) { sendRequest("http://localhost:8080/struts-shale-usecases/" + "dynamic/remoting$business/cityAndStateForZip.faces" + Read the rest...
Thursday, January 12th, 2006
Category: Library
, Remoting
With all the recent excitement about cross-domain Javascript, it was perhaps inevitable that libraries would emerge to automate the process. David Janes has produced one such library: JAHAH. The name comes from AHAH, which we posted about earlier. Amongst its features: * It is easy for web page authors to include JAHAH documents * It Read the rest...
Thursday, December 15th, 2005
Category: Programming
, Remoting
, Security
Simon Willison, now at Yahoo!, reports that Yahoo! has JSONified itsAPI: As of today, JSON is supported as an alternative output format for nearly all of Yahoo!'s Web Service APIs. This is a Really Big Deal, because it makes Yahoo!'s APIs available to JavaScript running anywhere on the web without any of the normal problems Read the rest...