java - CloudBees XML Config vs Command-Line Tool -
i see cloudbees allows apps deployed cloudbees-web.xml descriptor, on page in developer docs that describes descriptor, says:
the
cloudbees-web.xmlconsidered "legacy" - not deprecated (yet) - , don't have plan rid of - less preferred way manage environment settings.
this prompts 2 questions:
- is
cloudbees-web.xmlonly cloudbees-specific config file apps can deploy with, or there others? if so, , documentation? (for instance, gae allows deploy appscron.xml,dos.xml,queues.xml, etc...). - can cloudbees sdk accomplish everything (via configuration parameters)
cloudbees-web.xmldoes, or there functionalitycloudbees-web.xmlcan do?
thanks in advance!
cloudbees-web.xml indeed legacy configuration mechanism, , superseded resources binding , configuration parameters cloudbees-web.xml features available using sdk, later offer far more options cloudbees-web.xml.
cloudbees don't uses other vendor specific descriptor. try keep platform rely on javaee api , de-facto standards.
Comments
Post a Comment