eclipse-emfcloud / emfcloud-modelserver

Modelserver component
Other
40 stars 21 forks source link

Support for multiple modules #230

Closed eneufeld closed 1 year ago

eneufeld commented 1 year ago

I have a use case where I want to be able multiple modelservers standalone as well as run them as one bis model server.

Currently the modelserver expects to have exactly one module that extends the ModelServerModule. Also many of the services are singletons. These services cannot be overriden then and need to be unified manually.

I currently see 2 ways of doing it: