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.
- Host: GitHub
- URL: https://github.com/vrudas/java-servlet-api
- Owner: vrudas
- License: mit
- Created: 2021-01-10T12:42:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T03:58:13.000Z (about 2 years ago)
- Last Synced: 2025-02-06T20:12:43.479Z (5 months ago)
- Topics: java, java-servlets, servlet-api, servlet-container
- Language: Java
- Homepage:
- Size: 88.9 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
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)