Replies: 5 comments
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
[josephanand16] Hi Eugen, Thanks for wiki and the tutorial.
Thanks |
Beta Was this translation helpful? Give feedback.
-
[josephanand16] Hi Eugen, |
Beta Was this translation helpful? Give feedback.
-
Hi, sorry I missed the questions. 1 The ModelServer is started from /com.eclipsesource.coffee.modelserver/src/main/com/eclipsesource/coffee/modelserver/CoffeeModelServerLauncher.java so the nsURI must be known in the JavaApplication, usually by you providing an ecore bundle. In the case of the coffee editor this is done by the maven dependency:
2 the registry is done in the ecore bundle, for the coffee model here https://github.com/eclipsesource/coffee-editor/blob/49e0822e5cd5bc48645f08b2706a95ee1f3980a2/backend/plugins/com.eclipsesource.coffee.modelserver/src/main/com/eclipsesource/coffee/modelserver/CoffeePackageConfiguration.java#L35 |
Beta Was this translation helpful? Give feedback.
-
[josephanand16] Thanks alot! |
Beta Was this translation helpful? Give feedback.
-
Coming from another discussion , I was able to add changes to the frontend to create a new component to the coffee editor model. I am able to access the model server APIs from the modelserver repo.
Is there a way I can make changes or add new components in the model.
Thanks in advance.
original thread by josephanand16
Beta Was this translation helpful? Give feedback.
All reactions