Hello,
I have a standalone
Java application and a web application (JSP/Servlets) that I would like integrate. The standalone app. should send some information to my web app (which is not a problem), but then the user can be at this web app. for a while and then once he sees something he likes here, he can select it which should take him BACK to the standalone application. My question is whether something like this is possible?
If so, then how do i do it.
Also the web app and the standalone app run to 2 separate machines and 2 different JVM's.
Any kind of help will be great.
Thanks