Optimizing the Build Process for SySON EasyMod Extension #1119
Replies: 2 comments 1 reply
-
|
Do you mean you want to quickly test what you are developing? Build and launch the backendIn this way, you can use a STS Eclipse IDE. Then you import your EasyMod maven modules and you import also SysON maven module. You modify then the class SysONApplication.java to scan your EasyMod maven module Finally, you can launch your backend like a spring boot application Launch the frontendYou can launch the frontend from the frontend folder ( |
Beta Was this translation helpful? Give feedback.
-
|
What I understand is that SysML v2 can be extended using metadata and libraries. What my team and I are trying to achieve is an editor based on SySON, tailored to a specific domain, with customized components, styles, and a dedicated palette. To achieve this, would you recommend using libraries or metadata? I believe libraries might be the best choice for this purpose, but I'd be grateful to hear your opinion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m working on SySON EasyMod to extend SySON. Currently, to build each time, I need to regenerate a new JAR file. Is there an alternative method, like creating a Spring Boot project and adding SySON dependencies along with the SySON services from EasyMod?
Beta Was this translation helpful? Give feedback.
All reactions