An open API service indexing awesome lists of open source software.

https://github.com/vrudas/java-servlet-api

Java Servlet API educational project with examples. Used for lectures at courses.
https://github.com/vrudas/java-servlet-api

java java-servlets servlet-api servlet-container

Last synced: 4 months ago
JSON representation

Java Servlet API educational project with examples. Used for lectures at courses.

Awesome Lists containing this project

README

        

# Java Servlet API

Java Servlet API educational project with examples. Used for lectures at courses.

### Links for useful materials

- [Introduction to Java Servlets — Servlets in a Nutshell](https://medium.com/edureka/java-servlets-62f583d69c7e)
- [Introduction to Java Servlets](https://www.baeldung.com/intro-to-servlets)
- [Introduction to Servlets and Servlet Containers](https://www.baeldung.com/java-servlets-containers-intro)
- [A Java Web Application Without a web.xml](https://morioh.com/p/a647030ff339)
- [Gradle Tomcat plugin](https://github.com/bmuschko/gradle-tomcat-plugin)
- [Jakarta EE Servlet Exception Handling](https://www.baeldung.com/servlet-exceptions)
- [Servlet Redirect vs Forward](https://www.baeldung.com/servlet-redirect-forward)
- [Handling Cookies and a Session in a Java Servlet](https://www.baeldung.com/java-servlet-cookies-session)
- [Session Management in Java – HttpServlet, Cookies, URL Rewriting](https://www.journaldev.com/1907/java-session-management-servlet-httpsession-url-rewriting)
- [A Guide To HTTP Cookies In Java](https://www.baeldung.com/cookies-java)