Menu

Installation

Chester (Carlos D. Nascimento)

To add this library to your project just follow these steps:

  • Download the latest version (
    simpleyql-
    

<version>

    .jar

);

  • Add it to your classpath (and/or
    WEB-INF/lib
    

);

  • Map the callback servlet by adding the following lines to your
    web.xml
    

file:

    &lt;servlet&gt;
        &lt;servlet-name&gt;simpleyqlcallback&lt;/servlet-name&gt;
        &lt;servlet-class&gt;com.simpleyql.CallbackServlet&lt;/servlet-class&gt;
    &lt;/servlet&gt;
    &lt;servlet-mapping&gt;
        &lt;servlet-name&gt;simpleyqlcallback&lt;/servlet-name&gt;
        &lt;url-pattern&gt;/simpleyqlcallback&lt;/url-pattern&gt;
    &lt;/servlet-mapping&gt;

That's it - now you are ready to use it in your application!

  • Optional step for Eclipse users: download the
    simpleyql-
    

<version>

    -sources.jar

and enjoy context-sensitive help straight from the Javadoc.

Coming soon: Maven artifact, acessible from the central repository (so you can skip the two first steps).


Related

Wiki: Main_Page
Wiki: Simpleyql
Wiki: Usage
Wiki: Home