Difference between revisions of "DevelopmentPlan EclipsePlugin"
From OOModels
Jump to navigationJump to search
AndreasLeue (talk | contribs) |
AndreasLeue (talk | contribs) |
||
Line 1: | Line 1: | ||
* plugin core, with extension points for local converters | |||
Zur Zeit: in org.oomodels.converter eine eigene Converterklasse bereitstellen, z.B.: org.oomodels.converter.org.oomodels.converter.OOMConverter_RegularExpressionReplacement.java | |||
Erweitern: mittels eclipse extension points was reinpluggen können | |||
* step one: given a page url from oomodels and a target format, the online (or preferred local) converter is called | * step one: given a page url from oomodels and a target format, the online (or preferred local) converter is called | ||
* and the result inserted in project | * and the result inserted in project | ||
* step 2: browsing of oomodels content within ide and a lot more convenience stuff | * step 2: browsing of oomodels content within ide and a lot more convenience stuff | ||
* step 3: workflow engine integration (sphenon processor u.a.), model transformations integration (sphenon oov u.a.) | * step 3: workflow engine integration (sphenon processor u.a.), model transformations integration (sphenon oov u.a.) |
Revision as of 13:36, 7 August 2009
- plugin core, with extension points for local converters
Zur Zeit: in org.oomodels.converter eine eigene Converterklasse bereitstellen, z.B.: org.oomodels.converter.org.oomodels.converter.OOMConverter_RegularExpressionReplacement.java
Erweitern: mittels eclipse extension points was reinpluggen können
- step one: given a page url from oomodels and a target format, the online (or preferred local) converter is called
- and the result inserted in project
- step 2: browsing of oomodels content within ide and a lot more convenience stuff
- step 3: workflow engine integration (sphenon processor u.a.), model transformations integration (sphenon oov u.a.)