How to interface JADE with any other Front End?

我与影子孤独终老i 提交于 2019-12-22 18:17:32

问题


I am working on a project which uses JADE over a network.

Visit http://jade.tilab.com for more details.

However, I want the JADE to interface with some normal GUI, say HTML. My aime is that I want a Computer which doesn't have JADE installed, to be accessing the JADE network, say via RPC or any other non-JADE interface. Hope I have framed the Q correctly and thanks for the answers!


回答1:


We have a GWT front end to our JADE network. The front end uses the JadeGateway class as the interface to the Jade environment. The documentation is not great but this article got us most of the way there.



来源:https://stackoverflow.com/questions/8851328/how-to-interface-jade-with-any-other-front-end

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