Hi, I have a question. How can I make communication between Swing and web application? Could anyone please let me know which java techonology can I use for this?
Any Java program can communicate with a web application using classes in the java.net package - specifically the URLConnection, HttpURLConnection and related classes. Sockets will be used of course but all the details will be handled for you. Do you need a single request/response cycle or do you want to emulate a user browser? Bill
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.