com.isomorphic.servlet
Class FileAssembly

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--com.isomorphic.servlet.BaseServlet
                    |
                    +--com.isomorphic.servlet.FileAssembly
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class FileAssembly
extends com.isomorphic.servlet.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:
Serialized Form

Field Summary
 java.lang.String configFile
          Sets the configuration file for this servlet instance.
 

Field Detail

configFile

public java.lang.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".