web课程笔记一

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/liudongdong19/article/details/82314474

web发展历程:

 1.Servlets act as the controller in a MVC application
Do not generate HTML
Convert the incoming HTTP information to Java objects
Interact with the business model
Forward to JSPs to render the View
2.JSP act as the View
Do not contain business logic
Simply display information

J2EE组件:

建立工程:

Creating an enterprise application project and associated module projects (Web module for servlet)
Importing and creating module artifacts (create servlets, JSPs, and Web pages)
Adding enterprise application project to a server configuration (run on server)
Launching server in debug mode

实验案例下载地址:https://download.csdn.net/download/liudongdong19/10641020

猜你喜欢

转载自blog.csdn.net/liudongdong19/article/details/82314474