[web] Webpage communicate with Java application

Started by
3 comments, last by _nomad_ 17 years, 11 months ago
I have a java application, and I wish for it to have a web-based interface where I can control what it does. Let's say i have a submit button on the webpage, and when i click on it, the Java application will be triggered to do something, like call System.out.println("Hello World"); or something. How does one go about this? Thanks.
Advertisement
anyone? :(
Do you mean such an applet?

This is a good site to look at.
Hi,

Nope, not an applet. an actual application.

So like I have a jsp/webpage, when I click submit button, I want the application (that's running on the same PC as the webserver) to do something, like System.out.println("Hello World").

How do I go about this?

I know the application should be listening somehow...but how?
nobody got any idea? :(

This topic is closed to new replies.

Advertisement