Modularity and plug-ability features in Servlet 3.0 specification with Tomcat 9
Modularity and plug-ability features in Servlet 3.0 specification is also called web fragments. The JSR 315 (Java Servlet 3.0 specification) is already 9 years old. The final release dates back to december 10, 2009. https://jcp.org/en/jsr/detail?id=315 Web fragments are one of the main features of this JSR. A web fragment is an XML file named web-fragment.xml … Read more