上传者: 42120541
|
上传时间: 2021-11-27 17:37:37
|
文件大小: 15KB
|
文件类型: -
JspServlet_150813_22-14
整理的以前最原生态的jsp和servvlet代码 没有用到spring mybatis等框架
工程说明:
0.数据库 jsp_servlet_test 表1:t_user(id user_name user_password) 表2:(id user_id course_name)
1.只有纯servlet 和 jsp页面
1.1 在web.xml 中配置servlet的对应mapping 配置context数据库连接,通过contexlistener去读取并创建连接存放在context中
1.2 views 直接放在webapp下面,与web-inf平级。
2.servlet中直接使用绝对路径实现请求跳转,不要忘了.jsp后缀
req