Difference between revisions of "EdgeServerCore"
From RifidiWiki
(→Overview) |
|||
Line 2: | Line 2: | ||
< A paragraph about what the core does and basic structure > | < A paragraph about what the core does and basic structure > | ||
;[[Configuration Framework]] | ;[[Configuration Framework]] | ||
− | : | + | :The Configuration Framework handles persisting certain services, exposing them via JMX, and making them available in the OSGi registry |
;[[Reader Framework]] | ;[[Reader Framework]] | ||
: < Reader Framework > | : < Reader Framework > | ||
Line 9: | Line 9: | ||
;[[RMI Interface]] | ;[[RMI Interface]] | ||
:The interface for programmatically interacting with the Edge Server | :The interface for programmatically interacting with the Edge Server | ||
+ | |||
=Architecture Overview= | =Architecture Overview= | ||
<Explain some basic terms & relationships: how readers, sessions, and commands interact> | <Explain some basic terms & relationships: how readers, sessions, and commands interact> |
Revision as of 16:27, 18 May 2009
Contents
Overview
< A paragraph about what the core does and basic structure >
- Configuration Framework
- The Configuration Framework handles persisting certain services, exposing them via JMX, and making them available in the OSGi registry
- Reader Framework
- < Reader Framework >
- Command Framework
- <Description of Command Framework>
- RMI Interface
- The interface for programmatically interacting with the Edge Server
Architecture Overview
<Explain some basic terms & relationships: how readers, sessions, and commands interact>
OSGi
Services
<Services that are available for use, for example, DAOs>
Bundle Dependencies
< Graph displaying which bundles depend on each other > <TODO: Jochen>
ALE & ESPER
<TODO: Jochen>