Swing communication
Hi,
I have a swing and a web application.
How can I make these applications communicate with each other?
I want to pass data from one application to another.
I don't want to use applet in this case.
Could anyone mail me the list of other options?
Thanks in advance,
[309 byte] By [
tmmeta] at [2007-10-3 8:22:16]

What do you mean by making a swing app communicate with a web app? I think you should post a more detailed description of what you want to do. The only thing that comes to my mind is that you could probably have a database, for example mysql, and have the data stored in there. Whenever each app needs data, whether it is the web app or the swing app it would access the database to get the data required.
Hope this helps