-
Feature Request
-
Resolution: Done
-
Major
-
2.6.0
-
None
In JBIDE-14744 and OSJC-65 it turns out that quickstarts unfortunately specify cartridges in an untyped fashion: it's not specified if a cartridge is standalone (web-) or embeddable (add-on). We thus need the ability to create applications and specify cartridges in a generic form:
IDomain#createApplication(name, ICartridge... cartridges)
vs the current impl:
IDomain#createApplication(name, IStandaloneCartridge applicationType, IEmbeddableCartridge... embeddableCartridges)
- blocks
-
JBIDE-14744 Allow users to choose from quickstarts/templates when creatingApplication wizard: new application
- Closed
-
OSJC-108 Should be able to add/remove cartridges from application via ICartridge
- Closed
- is related to
-
OSJC-65 openshift-java-client: allow users to list quickstarts
- Closed