|
To elaborate: JSP (Java Server Pages) runs on the web server and performs tasks such as receiving form data->looking up in a database->generating HTML (or even flash swf)->serving up the results in the form of a "web page". Note that a "web page" nowadays is rarely an actual file, but rather, it is something generated by a server using technologies such as JSP, Struts, ASP, OpenLaszlo, CGI, PHP, Perl, etc. If you want to serve up some JSP, get Apache Tomcat (it's free).
|