What is the disadvantage of DWR?

前端 未结 6 794
栀梦
栀梦 2021-02-13 21:34

While using DWR in a intranet, will disadvantages like perfomance or security issues occur? Direct web remoting is a tool which uses Ajax request to contact a server from a js f

6条回答
  •  滥情空心
    2021-02-13 21:43

    One feature missing of current DWR 3.x that any user should take good care is that when an instance of a bean has properties of NULL value, those properties will be still injected to the JSON and these redundant data DO affect the performance.

    When a property has the value of NULL, usually it should not be sent to frontend.

    Details of problem: http://dwr.2114559.n2.nabble.com/Creating-Custom-bean-converter-td6178318.html

提交回复
热议问题