aspose file tools
The moose likes Servlets and the fly likes servlet to swing Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "servlet to swing" Watch "servlet to swing" New topic
Author

servlet to swing

Rangarajan Balasubramanian
Greenhorn

Joined: Jun 10, 2005
Posts: 9
How to call a swing from servlet and how to send the response to swing from servlet?
ramprasad madathil
Ranch Hand

Joined: Jan 24, 2005
Posts: 489

Use the HttpURLConnection class from the java.net package.

ram.
Babar Qadri
Ranch Hand

Joined: Oct 12, 2004
Posts: 51
Originally posted by Rangarajan Balasubramanian:
How to call a swing from servlet?


What do you mean by saying" call a swing from servlet"?


send the response to swing from servlet

You can use swing applet.


babar
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: servlet to swing
 
Similar Threads
Data passing from servlet to swing
Swing-Servlet Communication
How to communicate with servlets from Swing...
swing concept
web application