Isolating client-side view from the server-side controller/model using DWR

。_饼干妹妹 提交于 2019-12-12 02:34:53

问题


I had a look at DWR for hosting remote client server communication. Is there a mechanism where I can connect an html file (physically present at an external client machine) to a POJO present (physically) at the server side?
My intention is to let external clients change the view but give them access to the classes defined in dwr.xml.
please let me know if my intentions are not clearly put up.


回答1:


Thank you Michel, for your response. Okay, I did some research and found DWR Cross domain support is the most apt for my requirement. I wanted a mechanism where I could give an option to my customer to have their own view but still use the control logic placed in my server.



来源:https://stackoverflow.com/questions/8361778/isolating-client-side-view-from-the-server-side-controller-model-using-dwr

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!