Support of multiple models in theia frontend and backend #160
-
Hello All, We are migrating our existing emf models to emf cloud in Theia application. However, there are couple of below open questions with respective to implementation. Background: Requirement: Solution: Open questions: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @mishaltripathi , For dynamic cases this is more complex as there are some bindings that allow to be bound only once at the moment. Best, |
Beta Was this translation helpful? Give feedback.
Hi @mishaltripathi ,
Yes you can definitely handle multiple models in one backend.
Especially if you know all your models upfront and have no dynamic use case it is easy to.
You can find an example here:
https://github.com/eclipsesource/uml-glsp/blob/master/server/com.eclipsesource.uml.modelserver/src/main/java/com/eclipsesource/uml/modelserver/UmlModelServerModule.java
For dynamic cases this is more complex as there are some bindings that allow to be bound only once at the moment.
Best,
Eugen