开发者

Integration JS and Java

开发者 https://www.devze.com 2022-12-29 15:17 出处:网络
I have two systems to integrate: 1)desktop application (Java6) and 2)web-application (HTML,JS). I want first application to share some services to the second one. How could simply I do that 开发者_如何

I have two systems to integrate: 1)desktop application (Java6) and 2)web-application (HTML,JS). I want first application to share some services to the second one. How could simply I do that 开发者_如何学JAVA? I want some simple solution.

Thanks!


Expose them as standards Web Services or RESTful web-services


For an application to serve services, it should start server socket on port and listening on it. Or it should be using webservices. JDK6 comes with WebServices support. May be you can look at it.

0

精彩评论

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

关注公众号