Class FileAssembly

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.isomorphic.servlet.BaseServlet
com.isomorphic.servlet.FileAssembly
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

public class FileAssembly extends BaseServlet
The FileAssembly servlet is part of the optional Network Performance package. The servlet portion of the FileAssembler aids rapid development by providing virtual URLs backed by a concatenation of an arbitrary set of files.

There is also a command-line fileAssembler tool used for production assembly, obfuscation, and compression of deployable code.

This servlet requires isomorphic_assembly.jar to be present in your WEB-INF/lib to work properly. Obfuscation further requires isomorphic_obfuscation.jar.

Please contact Isomorphic (http://forums.smartclient.com) to learn more about the Network Performance package.

See Also:
  • Field Details

    • configFile

      public String configFile
      Sets the configuration file for this servlet instance. This is a webRoot-relative path to the configuration file. The default is "/isomorphicConfig/fileAssembly.xml".