Project Documentation

Theme Handling

You have two possibilities:

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