... | ... | @@ -8,11 +8,11 @@ the final implementation of the data exchange remains for applications leveragin |
|
|
## Features
|
|
|
|
|
|
The IDS Framework consists of multiple modules which are briefly described on this page:
|
|
|
- [base](./Module:-Base): Basic Utility Classes for Communication within the IDS.
|
|
|
- [configurationmanager](./Module:-Configurationmanager): Utility for Connecting to a Configurationmanager, for modifying the configuration of you connector via webapp (currently an unreleased WIP project).
|
|
|
- [messaging-core](./Module:-Messaging-Core): Provides core components for the IDS Frameworks messagehandling. Handlers, Controllers and Resolvers have to be implemented by the user of this module.
|
|
|
- [messaging-spring](./Module:-Messaging-Spring): Implementation of the messaging-core module using the Spring framework. Users of this module only have to implement MessageHandlers (because their implementation has to be application specific).
|
|
|
- [spring-starter](./Module:-Spring-Starter): Starter Module for Spring Applications that includes default Spring components for quick development of an IDS Connector.
|
|
|
- [base](./Modules/Base): Basic Utility Classes for Communication within the IDS.
|
|
|
- [configurationmanager](./Modules/Configurationmanager): Utility for Connecting to a Configurationmanager, for modifying the configuration of you connector via webapp (currently an unreleased WIP project).
|
|
|
- [messaging-core](./Modules/Messaging-Core): Provides core components for the IDS Frameworks messagehandling. Handlers, Controllers and Resolvers have to be implemented by the user of this module.
|
|
|
- [messaging-spring](./Modules/Messaging-Spring): Implementation of the messaging-core module using the Spring framework. Users of this module only have to implement MessageHandlers (because their implementation has to be application specific).
|
|
|
- [spring-starter](./Modules/Spring-Starter): Starter Module for Spring Applications that includes default Spring components for quick development of an IDS Connector.
|
|
|
|
|
|
For detailed information about the modules and how to use them take a look at their respective pages.
|
|
|
|
... | ... | |