|
Loading... Pragmatic Project Automation: How to Build, Deploy, and Monitor Java Appsby Mike Clark
LibraryThing recommendationsMember recommendationsLoading...
won't like
will probably not like
will probably like
will like
will love Sign up for LibraryThing to find out whether you'll like this book. The biggest value this book had for me was being able to show it to other people and say "see! it's not just me! this really is an established practice." Not any of the java bits, of course - the concepts are much broader - but the general idea that it doesn't take *much* automation to greatly improve your ability to successfully produce working software, and that it improves so many things by side-effect. Also the whole idea that you don't want to make your engineers jump through hoops when the hoops can jump through themselves perfectly well. no reviews | add a review
Amazon.com Product Description (ISBN 0974514039, Paperback)Forget wizards, you need a slave--someone to do your repetitive, tedious and boring tasks, without complaint and without pay, so you'll have more time to design and write exciting code. Indeed, that's what computers are for. You can enlist your own computer to automate all of your project's repetitive tasks, ranging from individual builds and running unit tests through to full product release, customer deployment, and monitoring the system. Many teams try to do these tasks by hand. That's usually a really bad idea: people just aren't as good at repetitive tasks as machines. You run the risk of doing it differently the one time it matters, on one machine but not another, or doing it just plain wrong. But the computer can do these tasks for you the same way, time after time, without bothering you. You can transform these labor-intensive, boring and potentially risky chores into automatic, background processes that just work. In this eagerly anticipated book, you'll find a variety of popular, open-source tools to help automate your project. With this book, you will learn: How to make your build processes accurate, reliable, fast, and easy. How to build complex systems at the touch of a button. How to build, test, and release software automatically, with no human intervention. Technologies and tools available for automation: which to use and when. Tricks and tips from the masters (do you know how to have your cell phone tell you that your build just failed?) You'll find easy-to-implement recipes to automate your Java project, using the same popular style as the rest of our Jolt Productivity Award-winning Starter Kit books. Armed with plenty of examples and concrete, pragmatic advice, you'll find it's easy to get started and reap the benefits of modern software development. You can begin to enjoy pragmatic, automatic, unattended software production that's reliable and accurate every time.(retrieved from Amazon Fri, 24 Apr 2009 07:58:12 -0400) The first test round has been closed. Visit the Open Shelves Classification group for details. |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
I love some automation, but (so far) I haven't found a standard build system for Perl/PHP. (Autobuild looks promising I suppose) (