Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When Odysseus Studio (the GUI) comes up, you have to insert some credentials. A default user is "System" and his password is "manager". Now Odysseus should have been started.

5. Logging

Odysseus comes with the Simple Logging Facade for Java (SLF4J). To use logging add the de.uniol.inf.is.odysseus.slf4j bundle. In this bundle you can find the log4j.properties to configure the logging behaviour.

6. Features

Since Odysseus is an OSGi based application it is devided into several bundles (the bunch of projects you checked out and imported before). To keep the overview of all bundles, they are combined to features. Each feature reflects a special functionality of Odysseus. thus, we have a core.feature that encapsulate all minimal needed bundles or the studio.feature that contains all bundles for the RCP aka GUI of Odysseus (what we call Studio).

...