https://github.com/eclipsesource/train-dashboard
A RAP mobile train dashboard demo
https://github.com/eclipsesource/train-dashboard
Last synced: about 1 year ago
JSON representation
A RAP mobile train dashboard demo
- Host: GitHub
- URL: https://github.com/eclipsesource/train-dashboard
- Owner: eclipsesource
- Created: 2012-03-15T14:48:38.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-10T10:57:58.000Z (almost 14 years ago)
- Last Synced: 2025-01-13T19:50:01.847Z (over 1 year ago)
- Language: Java
- Homepage: http://rapmobile.eclipsesource.com
- Size: 1 MB
- Stars: 1
- Watchers: 20
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**RAP mobile Train Dashboard**
An open source demo for [RAP mobile](http://rapmobile.eclipsesource.com). The dashboard shows german train information for given dates. The information used comes from the [OpenDataCity "Zugmonitor API"](http://www.opendatacity.de/zugmonitor-api/).
**How to run it**
After cloning this repository and importing the project into your Eclipse workspace, there are two things you have to do to run the demo. The first thing is to set the right target platform. For this you can used the *rap-mobile-dashboard.target* target definition file located in the *com.eclipsesource.train.dashboard.ui* project. The second thing is to configure the application with two system properties:
* **com.eclipsesource.train.dashboard.data.location** (String) Needs to be a writable folder location to store the train data in.
* **com.eclipsesource.train.dashboard.max.age** (int) Defines the maximum age of today's data because it can change during the day.
After this you can launch the application busing the *RAP Mobile Dashboard.launch* launch configuration file located in the *com.eclipsesource.train.dashboard.ui* project.
**Download the nightly build**
A nightly build of the train dashboard demo can be downloaded as war file from [here](http://download.eclipsesource.com/build/rap-mobile/train.war).
**License**
All files are licensed under the [Eclipse Public License - v 1.0](http://www.eclipse.org/legal/epl-v10.html)