You can also place static resources in there.
In example:
META-INF/resources/button.jpg
and get them in web3.0-container via
http://localhost/myapp/button.jpg
The /META-INF/MANIFEST.MF has a special meaning:
java -jar myjar.jar org.myserver.MyMainClass
you can move the main class definition into the jar so you can shrink the call into java -jar myjar.jar
.java.lang.Package.getPackage("org.myserver").getImplementationTitle()
.