Struts DataSource Manager |
|
Building from sourcePrerequisitesTo build Struts DataSource Manager from source, you need Ant: To compile the library (i.e. the JAR that you will put in the "lib" directory of you web-app), you need to put these packages in the "prerequisites" subdirectory:
If you want to compile the example, you need to put also these packages in the "prerequisites" directory:
CompilationTo compile the library, go in the distribution directory and type: ant The file "sdsmanager.jar" will be created under the "dist" directory. To build the example web application, go in the distribution directory and type: ant dist-example InstallationSimply copy the "sdsmanager.jar" in the "WEB-INF/lib" subdirectory of your Struts-based web application. Executing the exampleTo execute correctly the example you have to follow these steps:
|