1. 程式人生 > >java_web—JSP+Servlet+JavaBean

java_web—JSP+Servlet+JavaBean

標準 sha create cnblogs bean out rec exec jar

JSP -> Java Server Page 後端

jsp -> JavaScript 前端

JSP語法

1.JSP內置對象

(1)8個+1個:

(2)負載均衡裏一個很重要的概念:重定向。

(3)web項目

  MANIFEST.MF文件:

If you remove META-INF from a jar then there is no MANIFEST.MF and so java -jar can‘t find the main class.

You can create jars without META-INF but when you are going to execute a jar a META-INF/MANIFEST.MF is required.

See http://docs.oracle.com/javase/7/docs/technotes/guides/jar/jar.html

  meta :

2.JSP的動作與指令

Servlet

註:一個請求只能forward或redirect一次;

JSTL

JSTL(JSP Standard Tag Library)在JSP中使用的標準標簽庫。

EL表達式

JavaBean

MVC模式

Model、View、Controller

java_web—JSP+Servlet+JavaBean