posting data from JAVA GUI
ok, i have a java app which is running as an applet. I want to be able to use the gui for user input only. It has a textfield and an "OK" or submit button. I want to be able to have a user enter data into the field and hit submit. Then, i want the data to post via html like a html form posts data.
Basically I want to use java as a gui (frontend) and eventually post data to a database without all the crazyness of fooling with jdbc or jsp. Once i figure out how to pass field data from my applet to html; I can then use asp to post to the database.
Thanks
Eforce
|