-
Notifications
You must be signed in to change notification settings - Fork 1
SNComponents
Thomas Schwotzer edited this page Sep 4, 2020
·
12 revisions
[root](https://./#Root components)
SN2 is a showcase, test platform and playground to implement new application components. Here are some SN2 component rules:
- No circular dependencies. Components can use others but vice-versa. There is a component hierarchy. Components with no further dependencies are called root compoments
- Components implement the ASAPApplicationComponent interface.
- There is an example that shows how it can be integrated with SharkNetApp.