Theme Handling
You have two possibilities:
- For easy development:
- Put the theme JAR into the classpath
- Define a ResourceServlet in the web.xml and bind it to the URL pattern of the theme path
- For production:
- Put the theme JAR into the classpath
- Unpack the resources (no classes and no properties) of the theme into the WAR. You can use the maven-theme-plugin to achieve this.