Quick Start

To integrate the module you need to:

  • configure struts actions adding the following configurations into the web.xml web application descriptor
    <servlet>
        <servlet-name>action</servlet-name>
        <servlet-class>net.smartlab.web.ActionServlet</servlet-class>
        <init-param>
          <param-name>config</param-name>
          <param-value>/WEB-INF/struts.xml</param-value>
        </init-param>
            .
            .
            .
    </servlet>      
    
  • add the smartweb-registry.jar library to the application classpath;
  • create a registry schema and the needed tables;

Please verify the resulting file is still conformant to the web application descriptor DTD.

Here you can have a look at a simple preconfigured example.

Learn more

If you want more informations on the module design and features please refer to the overview page.

For more detailed informations on module usage and configuration please refer to the user guide page.