Your help is currently needed to:
This site is hosted by Google Sites, making it cheap and easy to collaborate on the content of this site, including adding screen snapshots. You can even post YouTube instructional videos.
To participate, please contact Thierry Danard at tdanard@yahoo.com.
Customizing Corendal applications
All applications have numerous configuration options, including a bunch of xml files in the setups folder that you can edit with Notepad. If you want to make advanced modifications and customize the Java code itself, here are the steps to follow:
- Follow the installation instructions to setup Apache Tomcat and MySQL
- Download Eclipse with WTP (Web Tools Project). Any version of Eclipse 3.1 or greater will work
- Open Eclipse
- Reference your Apache Tomcat server
- Create a new project
- Click the green arrow in the Server view to start the web application. The address of the site will be http://localhost:8080/directory/
- Develop away. |