文件名称:JSP/Servlet
文件大小:156KB
文件格式:ZIP
更新时间:2012-03-22 05:17:38
jsp servlet
JSP是基於Java語法,只要您瞭解Java的基本語法,就可以只使用JSP來撰寫動態網頁。
基礎入門
先來看看如何撰寫基本的JSP動態網頁,以及JSP背後運作的機制,JSP事實上也是轉譯為 Servlet,骨子裡還是個Servlet程式。
第一個JSP程式
註解與Quoting
Scripting Elements
page Directive Element
include Directive Element
Cookie
錯誤處理
JSP 生命週期
隱含物件(Implicit Object)
JSP轉譯之後就是Servlet,各個隱含物件都對應於Servlet API中的某個物件,如果您對隱含物件的功能有什麼不瞭解的,查詢Servlet API文件中該物件的說明就可以瞭解了。
out
request
response
config
application
exception
session (1)
session (2)
pageContext
Action 元素
JSP中有數種類型的Action元素,有一些使用於JavaBean,有一些使用於自訂標籤等等,這邊先介紹幾個常用的元素。
【文件预览】:
JSPServlet
----index.html(103B)
----JSPServlet()
--------css()
--------ScriptingVariable.htm(10KB)
--------ELAccessProperty.htm(6KB)
--------FilterOne.htm(8KB)
--------PageDirectiveElement.htm(9KB)
--------CustomELFunction.htm(7KB)
--------SessionImplicitObject2.htm(11KB)
--------images()
--------Model2Pattern.htm(1KB)
--------ELOperator.htm(8KB)
--------JSPServlet.htm(19KB)
--------TagWithDynamicProperty.htm(5KB)
--------PageContextImplicitObject.htm(9KB)
--------ModelExample.htm(5KB)
--------FirstJSP.htm(14KB)
--------FirstServlet.htm(7KB)
--------ConfigImplicitObject.htm(4KB)
--------template.html(1KB)
--------IntroduceJSTL.htm(4KB)
--------TagFile.htm(4KB)
--------TagSupport.htm(8KB)
--------InsideJavaBean.htm(7KB)
--------ErrorHandle.htm(5KB)
--------SetJavaBean.htm(9KB)
--------ListenerEvent.htm(5KB)
--------IncludeForward.htm(8KB)
--------DBCPConnection.htm(7KB)
--------IncludeDirectiveElement.htm(3KB)
--------JSPLifeTime.htm(5KB)
--------ExpressioLanguage.htm(10KB)
--------DoBodyInvokeScripting.htm(10KB)
--------ViewExample.htm(3KB)
--------SquareOrDot.html(3KB)
--------CookieObject.htm(5KB)
--------FileUpload.htm(5KB)
--------JavaBeanABC.htm(6KB)
--------ResponseImplicitObject.htm(8KB)
--------SimpleTagSupport.htm(9KB)
--------ServletThreadSafe.htm(5KB)
--------TagLibrary.htm(9KB)
--------DynamicImage.htm(3KB)
--------AppletTag.htm(6KB)
--------ServletLifeTime.htm(9KB)
--------CommentQuoting.htm(6KB)
--------FilterTwo.htm(4KB)
--------BodyTagSupport.htm(7KB)
--------ControllerExample.htm(6KB)
--------OutImplicitObject.htm(6KB)
--------AboutForm.htm(22KB)
--------JavaBeanPolymorphic.html(3KB)
--------ServletContainer.htm(5KB)
--------ServletJSPObject.htm(7KB)
--------SessionImplicitObject1.htm(6KB)
--------ScriptingElements.htm(19KB)
--------ELImplicitObject.htm(3KB)
--------ExceptionImplicitObject.htm(5KB)
--------ApplicationImplicitObject.htm(6KB)
--------RequestImplicitObject.htm(9KB)
--------TagWithProperty.htm(6KB)