Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Correct typos

...

  • SCI (javax.servlet.ServletContainerInitializer)
  • Web fragments (META-INF/web-fragment.xml)
  • Resources of a web application bundled in jar files (META-INF/resources/*)
  • Annotations that define components of a web application (@WebServlet etc.)
  • Annotations that define components for 3-rd party libraries initialized by an SCI (arbitrary annotations that are defined in @HandlesTypes annotation on a SCI class)

Older features, from introduced by earlier versions specifications:

  • TLD scanning, (Discovery of tag libraries. That is scanning Scans for Tag Library Descriptor files, META-INF/**/*.tld).

...