DWR consists of two main parts:
- A Java Servlet running on the server that processes requests and sends responses back to the browser.
- JavaScript running in the browser that sends requests and can dynamically update the webpage.
- mostly used Ajax framework
- integrate best with Spring
- RPC style Ajax
- Java <--> Javascript marshalling (using Javascript objects)
- Support most browser
No comments:
Post a Comment