Changes between Version 14 and Version 15 of Malted/PluginDevelopmentNotes


Ignore:
Timestamp:
29.05.2014 12:55:50 (11 years ago)
Author:
Malte
Comment:

Changed section on exposed core-methods

Legend:

Unmodified
Added
Removed
Modified
  • Malted/PluginDevelopmentNotes

    v14 v15  
    11A 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. 
    62 
    73== DeepaMehta Webclient Development == 
     
    5248 
    5349== Working on DeepaMehta's server-side, resp. on your model == 
     50 
     51== DeepaMehta Core-Service exposed via REST == 
     52 
     53Have 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. 
    5454 
    5555=== Building plugins from source / maven usage ===