Differences
This shows you the differences between two versions of the page.
configuration [2011/06/27 17:05] predrag.radenkovic |
configuration [2011/06/29 14:04] (current) milorad.poptosic |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Configuration ====== | ====== Configuration ====== | ||
- | Configuring SOLoist project requires configuration of files: | + | This article explains how to configure a SOLoist project, in the Eclipse IDE. SOLoist project is a Java Dynamic Web Project which contains SOLoist libraries on its build path and some configuration files. |
- | * [[soloist-config|soloist-config.xml]] | + | |
- | * [[dbprop|db.properties]] | + | SOLoist project is configured in four steps: |
- | * [[log4j|log4j.xml]] | + | * [[SoloistConfiguration|soloist-config.xml]] |
- | * [[projectgwt|project.gwt.xml]] | + | * [[DatabaseConfiguration|Database Configuration]] |
+ | * [[Log4jConfiguration|Logging Configuration]] | ||
+ | * [[GWTConfiguration|GWT Configuration]] | ||
+ | |||
+ | Also, [[SOLoistConfigurationAPI|SOLoist Configuration API]] can be used for configuration/mode switches. | ||