-
|
Hi Thanks in advance for your help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi, We provide this example to demonstrate how to develop an add-on for SysON that can be installed on an existing SysON instance without requiring you to rebuild your own SysON-based application. Whether this approach is the best fit for your needs depends on your objectives. If you want to extend SysON while keeping your changes separate and easily maintainable, using this method is recommended. However, if you need deeper integration or modifications to SysON’s core behavior, integrating it as Maven dependencies might be more appropriate. |
Beta Was this translation helpful? Give feedback.
Hi,
We provide this example to demonstrate how to develop an add-on for SysON that can be installed on an existing SysON instance without requiring you to rebuild your own SysON-based application.
Whether this approach is the best fit for your needs depends on your objectives. If you want to extend SysON while keeping your changes separate and easily maintainable, using this method is recommended. However, if you need deeper integration or modifications to SysON’s core behavior, integrating it as Maven dependencies might be more appropriate.