Re: Open files with java program



On Thu, 10 Jan 2008 13:14:20 -0800 (PST), David
<david.goodyear@xxxxxxxxx> wrote, quoted or indirectly quoted someone
who said :

I am writing a program for internal use within the company i work for.
However, I want to create links from a web page to pass information
into the program.

Usually you write a servlet. Web pages send GET-POST requests using
HTML forms.

You could write an Applet. It runs on the client. It can accept
keystrokes, and send data to a server.

You could write a JAWS app. It runs on the client. It can accept
keystrokes, and send data to a server. It runs independently of the
browser, thought he browser can launch it.

If you hate yourself, you would collect the data in JavaScript and
pass it through to an Applet.




--
Roedy Green, Canadian Mind Products
The Java Glossary, http://mindprod.com
.



Relevant Pages