This project is a sample application created along with an article for the German Eclipse Magazin 6.2012. Its title was "Abhängen á la OSGi - Teil 2: Schnittstellen und Abhängigkeiten in OSGi-basierten Systemen". It is a simple contact manager with either local storage (file system) or remote storage (Google App Engine).
- Install Eclipse 3.7 (Indigo) for RCP Developers
- Download all projects of this repository to an arbitrary location
- Import all projects into a new workspace
- Make sure a Java 1.6 Runtime Environment is configured
- Activate target platform
Configuration\rcp-contacts-sample.target
- Start either
Configuration\rcp-contacts-sample-local.launch
(local storage) orConfiguration\rcp-contacts-sample-remote.launch
(shared Google App Engine storage)
- Pascal Alich, Software Engineer
- Stefan Reichert, Software Engineer