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!

link|improve this question

75% accept rate
feedback

1 Answer

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.

link|improve this answer
Yes, this was the only article that saved me. The source code can be downloaded from http://people.inf.elte.hu/kelemen/jade/JadeGateWaySimple_source.zip except some minor configuration in eclipse the app should be working right away. – Ravi Jan 24 at 2:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.