java_web—JSP+Servlet+JavaBean
Posted hy叶子
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java_web—JSP+Servlet+JavaBean相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章
Java_Web------ServletRequest实现