文档介绍:JSP JAVA BASICS 1
INTRODUCTION TO JAVASERVER PAGES
FEATURES OF JAVASERVER PAGES
avaServer Pages (JSP) is technology developed by
Sun Microsystems that is used to create powerful
J and dynamic Web sites. Create Dynamic Web Sites Work With Databases
Dynamic Web sites contain Web pages that An important feature of JavaServer Pages is the
display constantly changing content. Using ability to connect to a database. JSP pages can
JavaServer Pages, you can determine the content be used to make information stored in a database
a Web page displays, depending on many available to the users who visit a Web site. Using
Web Servers Servlet Technology different factors. For example, you can have a databases to store information and JSP pages to
You do not require a dedicated Web server to JavaServer Pages is based on servlet technology, page automatically present different content to access the information is an efficient method of
publish the JSP pages you create. You can simply which allows Web developers to use Java code users depending on the current date or the user's displaying up-to-date information in a Web site.
install Web server software on your puter. to create dynamic Web pages. JavaServer Pages location. Dynamic Web pages are more useful
JavaServer Pages can also allow users to manipulate
A popular example of Web server software that simplifies the process of creating dynamic pages to each individual user than static Web pages.
the data in a database. For example, a JSP page can
includes support for JavaServer Pages is Tomcat. using Java.
be used to add, delete or edit records in a database.
The Tomcat Web server monly used by Web
developers who create JSP pages. Create Interactive Web Sites
Server-side Processing
You do not require any special development tools Interactive Web sites contain Web pages that Using JavaBeans
JavaServer Pages uses a JSP engine that is part of exchange information between the Web site