0.3.4 • Published 8 years ago

mosaic-app v0.3.4

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

# mosaic-app

This project contains common (non-UI) application classes. It allows to manage the following application aspects:

  • Application modules management - application can register multiple modules and manage their lifecycle. Each module can be activated/deactivated or updated. Each application can have one active module at once.
  • Application state management - the whole runtime application state can be defined using a serializable state object. Changing application state leads to module updates.
  • URL management - it is possible to define a URL mask which reflects (fully or partially) the application state. URL changes leads to changes in the application state and application state modifications refreshes URLs. The application core does not manage mapping of this virtual URL to the browser navigation bar.
  • Localization (l10n) / internationalization (i18n)
0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.1

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.0.1

9 years ago

0.1.0

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago