Defensive Driving Simulator

  Home

  Demo

  About

  Documentation

  Development

  Contact us

 

Configuration Instructions

All build-time configuration of this application should be done withing the 
product.properties file.  This file is in the standard Java properties file 
format, which means that one property can be defined on each line of the file. 
The definition starts with the property name followed by and equals sign and 
then the value of the property.  The following is a description of the standard
properties for this application stored in the product.properties file.

product.name - The name to use for the product.  This is used in titles and on 
               the web page.
               
product.vendor - The name of the people or organization that is responsible for 
                 the configuration and building.
                 
product.description - A short description of the product itself.

product.width - The default width for the applet. In the future this may also 
                be for the application.
                
product.height - The default height for the applet. In the future this may also 
                 be for the application.
                 
product.version - The name of the version or build.

contact.email - The email address for contacting the developers/providers of 
                this build.  It is put on the website.

exportfolder - The destination folder to store all of the exported files.

applet.jar - The name of the applet's JAR file.

application.jar - The name of the Java Web Start JAR

application.jnlp - The name of the JNLP file, which contains the information 
                   used to run the Java Web Start version.

application.jnlp.codebase - The URL for the folder where the Java Web Start 
                            application will reside.

source.zip - The name of the ZIP file, which contains all of the source code
             used to build the application.

Properties used for this build:

product.name=Defensive Driving Simulator
product.vendor=CS4911 Team 26
product.description=An online easy-to-use defensive driving simulator.
product.width=600
product.height=450
product.version=Cobra
product.copyright=2006

contact.email=cs4911-team@krystian.net

exportfolder=applet

applet.jar=applet.jar
applet.class=dds.control.DDSApplet

application.jar=application.jar
application.class=dds.control.DDSLauncher
application.jnlp=dds.jnlp
application.jnlp.codebase=http://www.cc.gatech.edu/~gte189u/applet

source.zip=source.zip
applet.zip=applet.zip

Build Instructions
Click here to learn about building your own copy of Defensive Driving Simulator.

Web site and all contents Copyright © 2006 CS4911 Team 26, All rights reserved.
Free website templates