BZJavaInst
Programmer
I know you can build HTML on the fly from a Servlet and pass parameters to an Applet, but does anyone know a way to pass information from an Applet back to a Servlet?
I would like to use the Swing components in an Applet on my client machine and them send the data to a Servlet on a Web Server. Then I will have my Servlet connect to a SQL database and use the JDBC to update the information (via stored procedures).
Any suggestions is appreciated.
Brian
I would like to use the Swing components in an Applet on my client machine and them send the data to a Servlet on a Web Server. Then I will have my Servlet connect to a SQL database and use the JDBC to update the information (via stored procedures).
Any suggestions is appreciated.
Brian