[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xmlblaster] using applets without xmlblaster library



Osterman, Forrest wrote:

Hey,
In order to provide a simple example of an applet that subscribes to a topic
on xmlBlaster, I need to make a socket connection and send it the commands
without using the libraries. Can someone point me to any documentation you
have about the message protocol that the libraries are using to establish
subscriptions and send commands?
Thanks,
-Forrest Osterman

The requirement is:

http://www.xmlblaster.org/xmlBlaster/doc/requirements/protocol.socket.html

Possibly you can directly use the SOCKET plugins, see

xmlBlaster/src/java/org/xmlBlaster/client/protocol/socket/* (only client side code)
xmlBlaster/src/java/org/xmlBlaster/protocol/socket/* (common code for client and server)


Have a look into XmlBlasterAccess.java for one possibility to instantiate them yourself.

If you succeed with your applet we are interested in a feedback,

thanks

Marcel