Skip to content

Instantly share code, notes, and snippets.

@mpellegrini
Last active August 29, 2015 13:57
Show Gist options
  • Save mpellegrini/9858994 to your computer and use it in GitHub Desktop.
Save mpellegrini/9858994 to your computer and use it in GitHub Desktop.
Java EE Servlet 3.0 Web Fragments Descriptor
<?xml version="1.0" encoding="UTF-8"?>
<web-fragment version="3.0" xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-fragment_3_0.xsd">
<display-name>display-name</display-name>
<description>description</description>
</web-fragment>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment