开发者

Swings to EJB communication without RMI port

开发者 https://www.devze.com 2022-12-17 00:23 出处:网络
I have swing based web application. Currently, the Swing clients communicates to EJB which is running in re开发者_开发知识库mote server through third party \'HTTP Tunneling\' tool (JProxy). This is co

I have swing based web application. Currently, the Swing clients communicates to EJB which is running in re开发者_开发知识库mote server through third party 'HTTP Tunneling' tool (JProxy). This is commercial tool. my question is:

  1. Is there any other open source / free 'HTTP Tunneling' tools equivalent to JProxy using which the Swing clients can communicate to EJB.
  2. What are the ways a Swing client can communicate to EJB other than RMI protocal.


I suppose you could create a Web Service to communicate to your backend

  • http://en.wikipedia.org/wiki/Web_service
  • http://java.sun.com/webservices/
0

精彩评论

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