The Wayback Machine - https://web.archive.org/web/20201209175437/https://github.com/readlearncode/Servlet-4.0-Sampler
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Aug 28, 2017
Aug 28, 2017
Dec 22, 2017

README.md

Servlet 4.0 Examples

Examples of ways to use the new Servlet 4.0 feature in Java EE 8

The code repository contains three examples:

  1. An example of using Server Push in a Servlet: SimplestExample
  2. An exmaple of using the Servlet Mapping API: ServletMapping . Ensure that you uncomment the relevant sections in the web.xml and the WebServlet code line in the class.
  3. A very simple and naive way to implement a push cache filter: PushCacheFilter

This repository contains the examples I demonstarted in my article "Servlet 4.0: Doing More Faster" that was published in the November/December 2017 edition of the Java Magazine.

About

Examples of ways to use the new Servlet 4.0 feature in Java EE 8

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.