

































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A comprehensive guide on how to develop and deploy dynamic web projects using Servlet/JSP technology, Tomcat web server, and Eclipse IDE. Topics covered include project organization, request handling, passing data between Servlet and JSP, and packaging and deploying web apps.
Typology: Essays (university)
1 / 41
This page cannot be seen from the preview
Don't miss anything!


































INTRODUCTION SERVLET/JSP
Conceive Design Implement Operate
Explain the web technology model
Description of Servlet/JSP. technology
Development environment settings
Create dynamic web projects
Project organization according to the MVC
model
Packaging and Deploying Web Apps
Web Browser
Name
Package: com.poly.servlet
Class: HelloServlet
@WebServlet(“/poly/hello.php”)
extends HttpServlet
doGet(…)
resp.getWriter().print(…)
http://localhost:8080 /fpoly/poly/hello.php
Request
Response
TÍCH HỢP TOMCAT VÀO ECLIPSE
TẠO DỰ ÁN
TẠO VÀ CHẠY SERVLET
*.java: code java
Webroot: (css, js, images…)
*.jsp
Declare required libraries
Maven helps to
manage the required
libraries of the project