I’ve long been an Ant enthusiast and advocate for its use beyond simple Java compilation tasks. A while back, I wrote a post, available in my InstantSpot archive, describing how I employ Ant to build and deploy web applications. It was intended to be the first in a series, but additional posts just never materialized for a number of reasons.....
Confidently unit testing code that relies on a database is troublesome. There are many different approaches and many opinions on the matter. I've previously written about using transactions to safely rollback the database after every test. This worked well for me at the time, but.....
I have been bugging Ryan Stille, Nebraska ColdFusion User Group Manager, about letting other user groups in the Omaha community (mostly Omaha Rails and Dynamic Language User Group) use his free NECFUG Adobe Connect account to record their meetings. Today he asked Adobe and was pointed to an existing FREE Adobe Connect registration for.....
Selenium is an open source, simple web site testing and automation platform. I say it's a "platform" because it can't really be classified as just a tool, a language, API or a full application, but rather to a degree, all of these.......
A lot of development teams use Subversion for source control management. With Distributed Version Control Systems (DCVS) like Git, Mercurial and Bazaar gaining greater popularity, teams need to consider some what does it mean to migrate their existing centralized version control system to a decentralized one. This blog touches upon a few of those considerations.