Ajax - Javascript and Java - DWR , Dojo, Prototype and Scriptalicious
From Kb
Contact Article Author | Blog of Article Author | FirstPartners.net Home | LinkedIn profile of Author
Contents |
See Also
- Main Blog - Technology and People
- GWT - Google Web Toolkit
- Spring MVC
- Struts 2 Appfuse Dojo and Ajax
- Struts2Course Summary
- Struts 2 Web Framework
- Tibco, Dwr and Open Ajax
- Easy Ajax using Struts 2
- JavaScript
- Ajax - Javascript and Java - DWR , Dojo, Prototype and Scriptalicious
DWR
DWR with Spring
DWR Getting Started Guide (DWR Site) Article on Integrating Spring and DWR
Parts to solution
- dwr.xml
- DwrServiceDelegate - configured as part of Spring context , target class for requests
- Javascript included on page (dwr.js)
- AutoGenerated javascript proxy - source of js is dwr servlet (or a url that dwr responds to)
- DwrService.someFunctionOnJavaClass(param1, nameOfCallback);
- To Get list of DWR enabled classes / services on an application:

