Connect GUI (applet) to Java application
I wonder if/how can connect an applet with a Java application via a GUI like
you can with ASP ? I want to do a homepage that connects to a database but
without running the whole application on the Client just the GUI. I guess
ASP is the natural solution but it would be a lot easier for me to do it
in Java.
Re: Connect GUI (applet) to Java application
See http://www.gamelan.com/journal/techworkshop/ (articles from Jan 26 and
Feb 3, 2000) for how your applet might communicate with Java servlets
running at the host.
Mike S <matsla@hotmail.com> wrote in message
news:38f71ac5$1@news.devx.com...
>
> I wonder if/how can connect an applet with a Java application via a GUI
like
> you can with ASP ? I want to do a homepage that connects to a database but
> without running the whole application on the Client just the GUI. I guess
> ASP is the natural solution but it would be a lot easier for me to do it
> in Java.