What is the best way for communication between browser and desktop application? One of the scenario is like, while user browsing a site, he clicks on a button. On click of that, we want the browser to communicate to swing application running on user's desktop. Once the communication is initiated, there can be communication back and forth. The important things to mention here is-
1) User might be sitting on a local network, so might not be possible for server to communicate to client machine. 2) The desktop application is developed with Java. 3) For solution, we can consider that, we can enforce the web application to use some of our supplied filter (though the web app is not our). 4) The solution need to work for all possible browser, and for all possible client desktop OS. Any solution is highly appreciated. If you have worked before with such scenario or if you know any technology that solves the problem will be really helpful for me. Even if you never worked with such use case, but you have something in your mind, please share. Regards, Jahid -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
