Replies: 2 comments 1 reply
-
In my case I need to include shared library into multiple containers. So I just wrote a fabric method:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I believe this may work.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have
include
tag in DSL that allows to create shared components and use it elsewhere. However using Java library, any software system can be created only with workspace which makes it impossible to create shared components.I am thinking of creating a wrapper that exposes function to take a software system as an input in the model class.
Please let me know if there is an out of box option available for creating and using shared components using Java library.
Beta Was this translation helpful? Give feedback.
All reactions