-
Notifications
You must be signed in to change notification settings - Fork 15
Initial version of a Webprotocol based EngineAddon server #220
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
Merged
dvojtise
merged 50 commits into
eclipse-gemoc:master
from
gemoc:engineaddon_protocol_jetty10
Apr 27, 2022
Merged
Initial version of a Webprotocol based EngineAddon server #220
dvojtise
merged 50 commits into
eclipse-gemoc:master
from
gemoc:engineaddon_protocol_jetty10
Apr 27, 2022
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Didier Vojtisek <[email protected]>
generates typescript interface generates java (+ xtend) client and server interfaces + data generates plantml documentation Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
simplification of the root pom.xml Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
required to fulfill jetty requirements Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
Signed-off-by: Didier Vojtisek <[email protected]>
This was referenced Apr 8, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
org.eclipse.gemoc.executionframework.addon.eaop.server
)org.eclipse.gemoc.ws.server
andorg.eclipse.gemoc.commons.utils
)protocols/generators/ts/JSONSchema2APIProtocolGenerator
) it is able to generate java API, Typescript API, plantuml description from the schema.protocols/engine_addon_protocol
)Current limitations:
Current protocol:

Changes
.targetplatform
file (and using 0.0.0 versions in it ) This is required to use the new support of maven central artefact in targetplatform files (cf. https://www.modumind.com/2021/01/11/including-maven-artifacts-in-an-eclipse-rcp-target-platform/) (if tdp tooling receive an update we will consider reusing it)org.eclipse.gemoc.gemoc_studio.targetplatform/gemoc_studio_dev.target
for convenient development : it allows developing the GEMOC studio on any eclipse by using latest GEMOC studio update site as a base and without having to import all gemoc projects in the workspace. The other filegemoc_studio_dev.target
on the other hand is dedicated to the build. ie. it only imports external dependencies.Contribution to issues
Some content in this PR actually comes from earlier works that wasn't ready for deployment (cf. #169) (for example the
org.eclipse.gemoc.ws.server
and some other componentCompanion Pull Requests