aspose file tools
The moose likes Servlets and the fly likes Swing to servlet communication time to time Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Swing to servlet communication time to time" Watch "Swing to servlet communication time to time" New topic
Author

Swing to servlet communication time to time

Dnyaneshwar Kalmode
Greenhorn

Joined: Apr 12, 2006
Posts: 5
I am Daveloping Application on the swing and servlet.
I am not Knowing the actual method ,how to communicate between Swing and Servlet.
I Using
1) ObjectOutputStream
2) ObjectInputStream
3) UrlConnection
I want that i read message from servlet time to time on Client [swing] side.

Anyone knowing the solution please tell me.
Waiting for Positive Responce.
Thanks.


kalmode d.p.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35439
    
    9
The Applet FAQ has a section on how to communicate with servlets. The process is the same a Swing desktop client would use.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Swing to servlet communication time to time
 
Similar Threads
Swing to servlet communication
Swing to servlet communication time to time
Inner Classes
Swing to servlet communication
How to communicate with servlets from Swing...