Originally posted by Ken Pullin:
Kyle
What do you suggest is the best practice when it comes to deploying web applications to a production environment? In my case, we are doing our testing in an NT environment, but will deploy our production app on the z/OS platform with version 4.
I'm mainly looking for a "Most people use Ant to compile with and then use AAT" or "Most people do it this way ....."
Thanks
I wouldn't necessarily call it a best practice, but most of the IBM customers do end up using ANT (and possibly AAT) to build their
J2EE components. However, this is because they often have tools that aren't integrated into Eclipse for one reason or another. When your team is all using WSAD/Eclipse and a supported team programming tool, then I believe there's no reason to use ANT.
Kyle