A ServletContainerInitializer Example

I have created an example showing the usage of ServletContainerInitializer1 here:

Here is the real usage of the interface in RESTEasy:

Here is the class diagram of the Servlet APIs(which contains the interface ServletContainerInitializer at bottom of the diagram):

The interfaces defined in the above Servlet APIs in implemented by the container such as Apache Tomcat. The previous blog post has some notes showing the implementations in Apache Tomcat.