Skip to content

Support of multiple models in theia frontend and backend #160

Discussion options

You must be logged in to vote

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

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mishaltripathi
Comment options

Answer selected by ndoschek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants