Java Tutorials
Home
Java
JavaApache Struts-Shale and Simple Ajax
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:
function zipChanged(zip) {
sendRequest("http://localhost:8080/struts-shale-usecases/" +
"dynamic/remoting$business/cityAndStateForZip.faces" +
"?zip=" + escape(zip), [...]
Read Next: WebWork 2.2 Released: Solid Ajax Support
Related Topics
Sponsored Links
