How SpringServletContainerInitializer is bootstrapped during Spring initialization? -


i'm using webapplicationinitializer-approach initialization of spring's webapplicationcontext. official documentation webapplicationinitializer:

implementations of spi detected automatically springservletcontainerinitializer, bootstrapped automatically servlet 3.0 container

the question how springservletcontainerinitializer 'bootstrapped automatically'?

as per doc springservletcontainerinitializer implements servletcontainerinitializer.

implementations of servletcontainerinitializer notified servlet 3.0-compliant container during container startup. that's contract of servlet3.0 complaint container.

doc servletcontainerinitializer can seen here

doc how bootstrapped here


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -