I want to create a static web page (same content to all clients).
In the meantime, I want to run the site as follows: - Double click on the html file. (So if I'm not wrong, I don't need server side, i.e apache tomcat). (I want this for now, in order to make progress in logic)
The static web page will contains:
- browse button
- OK button
- (by 1&2) when the user choose a file and click OK I want to open a tcp connection to a remote appliation and exchange some data.
Several Q's:
- How can I use java code (to send/recive messages) in HTML files (after the user click on "OK") ?
- Do I need to use JSP & TOMCAT ? (I want somthing that will be use for my interest only, and will not be as a internet web page)