This repo contains samples for a lesson based on Servlets.
To retrieve these files and work with them:
- Open NetBeans
- Navigate to Team -> Git -> Clone... or Team -> Git -> Remote -> Clone...
- Enter the Repository URL: https://github.com/LenPayne/CPD4414-BuildIt4.git
- Ensure the Clone Into: folder is on the F: Drive
- Hit Finish, Work from There
NOTE: The security examples will require you to set up a user in Glassfish in the group USERS.
- An example of a Hello World Servlet
- An example of a Servlet Filter
- An example of an Asynchronous Servlet
- An example of a Secure Servlet
- An example of an Asynchronous, Secure Servlet