-
Notifications
You must be signed in to change notification settings - Fork 1
SNComponents
Thomas Schwotzer edited this page Sep 4, 2020
·
12 revisions
Topics
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.
- Each Component uses its own ASAPEngine and can be distinguished from other by its format.
Contact and certificate management is implemented in package net.sharksystem.persons.
The PersonsStorage facade gives access to all relevant methods in this component. Have a look at the ASAP Certificate Component Wiki for more details.