Changes between Version 14 and Version 15 of Malted/PluginDevelopmentNotes
- Timestamp:
- 29.05.2014 12:55:50 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Malted/PluginDevelopmentNotes
v14 v15 1 1 A page for taking my notes on server- and client-side plugin development with DeepaMehta 4. 2 3 == Using DeepaMehta REST-Service ==4 5 Have a look at all annotated service methods in ''de.deepamehta.plugins.webservice.WebservicePlugin'' which is available with the DeepaMehta SourceCode and to find in the ''modules/dm4-webservice'' module.6 2 7 3 == DeepaMehta Webclient Development == … … 52 48 53 49 == Working on DeepaMehta's server-side, resp. on your model == 50 51 == DeepaMehta Core-Service exposed via REST == 52 53 Have a look at all annotated core-service methods in ''de.deepamehta.plugins.webservice.WebservicePlugin'' which is available with the DeepaMehta SourceCode and to find in the ''modules/dm4-webservice'' module. 54 54 55 55 === Building plugins from source / maven usage ===