Changes between Version 25 and Version 26 of PluginDevelopmentGuide
- Timestamp:
- 06.05.2013 14:46:50 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PluginDevelopmentGuide
v25 v26 9 9 Plugins play a central role in the DeepaMehta architectural picture. The sole DeepaMehta Core is quite small and contains no domain-specific logic at all. The main responsibility of the DeepaMehta Core is a) to be a runtime environment for DeepaMehta plugins, and b) to coordinate the access to the DeepaMehta database. All domain-specific data models and application logic is contained in plugins. In the diagram below you can see that a DeepaMehta plugin (colored green) can have both, a server-side portion and a client-side portion. 10 10 11 [[Image( Architecture.png)]]11 [[Image(wiki:ArchitectureOverview:Architecture.png)]] 12 12 13 13 A DeepaMehta plugin can have several parts: