Thanks for sharing what you could! Very much appreciated!
Alas, it somewhat confirms my fears – a focus on source code repositories and reliance on scripts. Both are steps backwards, IMO. We don’t use local dev, we use central dev. We don’t use a VCS (that will strike many as strange). With the central dev server(s) model, doesn’t add value (a discussion of that can be separate topic).
Package-focused deployments is what we do. We rarely have a Deployer project that has more than one package in it. We’ve long used packages as the smallest deployment artifact (we never use package patches). The automated dependency checking is great for: 1) making sure copy/paste of services or steps isn’t resulting in a reference to a wrong package; 2) helps verifies that the common utility package has been deployed first (without me needing to manually define that in some way ahead of time).
I’ll be very interested in seeing what the replacement tooling will do along these lines.
I’m having flashbacks to the “fun” of managing header file includes in C/C++ code.
“Easier” might be debatable.
Looking forward to learning the details as they become available.
#webMethods