Isolating client-side view from the server-side controller/model using DWR
问题 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