Mangal_Pandey
unread,Jul 7, 2010, 3:35:06 PM7/7/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to StreamHub Comet Server Community
Hi All,
I have an application which uses HTTP to send requests and process
responses of the commands to be executed on the remote server. The
client in this case is a simple java class which sends an HTTP request
to the remote server, it is not a webpage or any script, it is simple
java class. I get UnsatisfiedLinkError when I try to instantiate
StreamHubGwtAdapter, this happens because the StreamHubGWTBridge
expects a JavaScriptObject as the source. Is it possible to use the
client without any scripting as the source of the request? Any ideas
are welcome.
Thanks