cobigen icon indicating copy to clipboard operation
cobigen copied to clipboard

Create PoC for template-set artifact manager

Open jan-vcapgemini opened this issue 2 years ago • 1 comments

Follow up of: #1517 As a CobiGen GUI developer, I want CobiGen to store/manage the template-set artifacts so that the GUI can access this information in a timely manner.

Problems to solve:

  • Come up with a caching procedure (cache responses) in a separate file
  • Check if caching is necessary (performance wise)
  • Come up with an updating process (how to detect if template-set.xml's are outdated)
  • Find a state of CobiGen to initialize the storage process

jan-vcapgemini avatar Nov 03 '22 10:11 jan-vcapgemini

  • use mvn for resolving template-set.xml files to reuse maven behavior for caching / snapshot resolution
  • lookup on UI startup
  • parallel lookup (if needed / max. non-virtual cores)

maybeec avatar Nov 11 '22 07:11 maybeec