外文原文Introducing JSP、JAVA、TomcatBy: Gary H
Sockut , Balakrishna R
Iyer Source: Beginning JSP, JSF and Tomcat Introducing JSP and TomcatInteractivity is what makes the Web really useful
By interacting with a remote server , you can findthe information you need, keep in touch with your friends, or purchase something online
And everytime you type something into a web form, an application “out there” interprets your request and prepares a web page to respond
Installing JavaJavaServer Pages (JSP) is a technology that helps you create such dynamically generated pages by converting script files into executable Java modules ; JavaServer Faces (JSF) is a package that facilitates interactivity with the page viewers; and Tomcat is an application that can execute your code and act as a web serv