Demo Project Dependencies
The JavaRosa reference implementation is held in the org.javarosa.demo project. This document explains what projects are necessary to build the javarosa reference implementation.
Note: All of the following projects are in /branches/dev/
- org.javarosa.demo
- The actual demo project itself
- org.javarosa.core
- JavaRosa core architecture. JavaRosaPlatform, Service Providers, Shell and Module interface, etc
- org.javarosa.core.util
- Core utility components, Stack management, Persistent storage utilities
- org.javarosa.core.model
- Core definition of Models and Data storage elements
- org.javarosa.formmanager
- Modules and Components for Form and Data listing interfaces, as well as transport code for Forms
- org.javarosa.communication
- TransportMethods for file and http communication
- org.javarosa.xform
- utilities and definitions for XForm specific code
- org.javarosa
- Note: Temporary inclusion only while Form Entry methods are refactored. will be removed ASAP
Check all of these directories out into your workspace, and then modify the build.properties file in the org.javarosa.demo project if necessary to update non-default locations for j2mepolish and WTK. Then simply run the build.xml file in org.javarosa.demo.
