Since Servlet 3.0 (JavaEE 6), Servlet 3.0 supports two additional HttpServletRequest methods: Collection<Part> getParts() Part getPart(String name) With this,…
Since Tomcat 7, and it’s even worth with Tomcat 8, the time to start up a webapp has seriously increased. There are 2…