The principles and advantages and disadvantages of DWR

Source: Internet
Author: User

The principle of DWR:

One, what is DWR?

DWR: (Direct Web Remoting) is an open-source class library that helps developers develop Web sites that contain Ajax technology. It allows code (JavaScript) in the browser to use Java functions running on the WEB server as if it were in the browser .

It consists of two main parts:

A. Allow JavaScript to get data from a servlet (small application) that adheres to Ajax principles on the Web server.

B. Its JavaScript library can help Web site developers easily use the data they get to dynamically change the content of the page.

Second, the principle of work and its advantages and disadvantages

How DWR works:

Call to the corresponding Dwrservlet via the requested URL

Dwrservlet load corresponding dwr.xml, convert the corresponding class into JS code, send to the browser client's call, via JS Ajax package

Advantages:

1. Browser compatible:

2.json Package

3. Conversion of multiple objects (SSH object conversion)

4. Can write less JS code, do more things

Disadvantages:

  1. It's not easy to find mistakes
  2. DWR configuration is complex

The principles and advantages and disadvantages of DWR

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.