开发者

.Net interop to Direct Web Remoting (DWR), possible?

开发者 https://www.devze.com 2023-02-17 18:17 出处:网络
We have an existing code base which is using DWR. I\'m wonderin开发者_StackOverflow中文版g what options exist to have .Net clients communicate with the DWR endpoints?

We have an existing code base which is using DWR. I'm wonderin开发者_StackOverflow中文版g what options exist to have .Net clients communicate with the DWR endpoints?

And by .Net I really mean CLR clients, not javascript generated by .Net based websites.


On the client side, dwr is just JavaScript so it should be fine. As long as you include the needed dwr Ajax scripts from your DWR enabled java servlet container and write your DWR callbacks to interact with the hrml elements that .net creates.

0

精彩评论

暂无评论...
验证码 换一张
取 消