Getting Started with Servlets

servlet specification: contains three technical points
1>servlet technology
2>filter technology - filter
3>listener technology - listener

Implementation steps:
1> Create a class to implement the Servlet interface
2> Override the method that has not yet been implemented - service method
3> Configure the servlet in web.xml

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326055435&siteId=291194637