Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect Ecore-Creation service via socket #117

Open
CamilleLetavernier opened this issue Dec 7, 2021 · 0 comments
Open

Connect Ecore-Creation service via socket #117

CamilleLetavernier opened this issue Dec 7, 2021 · 0 comments

Comments

@CamilleLetavernier
Copy link
Member

Original issue from the archived repo: eclipsesource/ecore-glsp#78

Like mentioned in eclipsesource/ecore-glsp/issues/64 it would be nice if the ecore-file generation service would be called via socket from the theia backend.

Additionally there could be a better solution for finding the jarPath. Right now it checks wheter or not the current OS is Windows and then cuts the first char of the path string to enable the feature

More generally, we should provide an "Ecore Backend" Java plug-in, that should expose a JSON RPC endpoint (Similar to what already exists for the Ecore GLSP Server). The Ecore Backend will provide the following actions:

Create a new model (Ecore File)
Create a new GenModel
Generate code from the GenModel
...
Then we don't have to worry about the jarPath anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant