Changes between Version 3 and Version 4 of Malted/PluginDevelopmentNotes
- Timestamp:
- 26.06.2013 18:39:20 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Malted/PluginDevelopmentNotes
v3 v4 22 22 Addendum: Since the "importModels=" property influences the starting order of all plugins, a rule of thumb was identified in Ticket #465: "If your plugin introduces new types, you have to import the "de.deepamehta.accesscontrol" model". Otherwise ACL-Entries may not be set correct during installation of your plugin since the ACL-Plugin is not there to do it's job. 23 23 24 === Referencing topic instances in a declarative migration === 25 26 "composite": { "my.topic.type.uri" : "ref_uri:my.awesome.topic.instance.uri" } see https://github.com/jri/deepamehta/blob/master/modules/dm4-core/src/main/java/de/deepamehta/core/model/CompositeValueModel.java 24 27 25 28 === Working on server-side with dms (Application Service) ===