Forum Controls
Spotlight Features

The Rich Engineering Heritage Behind Dependency Injection

Andrew McVeigh takes us on a tour of the rich heritage behind dependency injection, what it represents, and tells us why its here to stay.

NetBeans 6: Matisse Updates

NetBeans 6 delivers great updates to the Matisse GUI builder. Spend a few minutes with Roman Strobl and get an expert briefing on what's new and what has changed.

Introduction to Groovy Part 3

In this, the third and final installation of Andres' Introduction to Groovy series, you learn about how Groovy handles variable numbers of arguments, named parameters, currying, and more about Groovy operators. Including, some new operators.

Easier Custom Components with Swing Fuse

Swing Fuse (actually just Fuse), is a framework designed to make it easier to create your own custom desktop components. In this article, Daniel Spiewak shows you how to get started and provides sample source code you can download.

Benchmark Analysis: Guice vs Spring

Willam Louth shows how he uses JXInsight Probes to investigate probable performance issues with code bases that he is not familiar with. He also highlights possible pitfalls in creating a benchmark, as well as in the analysis of results.
Replies: 3 - Pages: 1  
Threads: [ Previous | Next ]
  Click to reply to this thread Reply

"Pragmatic Project Automation" Review

At 1:41 PM on Apr 18, 2005, Matthew Schmidt wrote:

Javalobby's own, Matthew Schmidt, recently read the latest addition to the Pragmatic Starter Kit, Pragmatic Project Automation. Read on for his thoughts on this well-written book about an important topic.

Read the full review now!
1 . At 11:50 PM on Apr 18, 2005, Pete Eakle wrote:
  Click to reply to this thread Reply

Re: "Pragmatic Project Automation" Review

I agree with Matthew, this is a great little book. In addition to what Matthew said, I also liked the book's coverage of system monitoring. The author describes a simple technique for monitoring a website so you can be notified almost immediately if it stops responding. He also describes how to use logging to monitor an application or server for SEVERE errors (e.g. database not responding); you create a logger in your application and simple cron job that runs a script that watches for any content in the log file that SEVERE-errors-logger writes to; if it finds content then it sends you an email.
-Pete
2 . At 6:06 AM on Apr 19, 2005, Leo de Blaauw wrote:
  Click to reply to this thread Reply

Re: "Pragmatic Project Automation" Review

Hi,

Is there anything in this book about howto automate the deployments of the builds ? what if it fails midway trough etc etc ? To me thats one of the issues still to resolve and so far i havent found much answers...

Greetz
Leo
3 . At 9:34 AM on Apr 19, 2005, Matthew Schmidt wrote:
  Click to reply to this thread Reply

Re: "Pragmatic Project Automation" Review

Hi Leo. I believe that the book briefly touches on how to use the Tomcat tasks in ant to hot deploy a new version of your war. There is also a little story in there about deploying to websphere. As far as I know, there isn't too much about what to do if it fails midway through. You may want to go to http://www.pragmaticprogrammers.com and contact Mike Clark about that, as I imagine he may have an answer.
www.dzone.com - fresh links for developers
bestuff.com - the best stuff in the world

thread.rss_message