jsp overview

时间:2012-08-12 12:08:09
【文件属性】:

文件名称:jsp overview

文件大小:180KB

文件格式:PDF

更新时间:2012-08-12 12:08:09

jsp

JavaServer Pages (JSP) technology enables you to mix regular, static HTML with dynamically generated content. You simply write the regular HTML in the normal manner, using familiar Web-page-building tools. You then enclose the code for the dynamic parts in special tags, most of which start with <% and end with %>. For example, Listing 10.1 (Figure 10–1) presents a very small JSP page that uses a request parameter to display the title of a book. Notice that the listing is mostly standard HTML; the dynamic code consists entirely of the half line shown in bold in the listing.


网友评论