
Dave Roberts
Dave is a Sales Engineer for XebiaLabs based in Boston, MA. He has worked on both sides of DevOps, as a web software engineer and as a WAS/DB2 administrator.
Dave Roberts's Latest Posts
Creating a Deployment Model for Scripted DB Updates

It is common for enterprises to work with hundreds of applications, each of those calling for a number of database scripts to be executed […]
Continue Reading »
5 Reasons to Deploy Daily

Gary Gruver recently released his new book: Starting and Scaling DevOps in the Enterprise. In it he promotes the practice of releasing software on a daily […]
Continue Reading »
DevOps and the DBA: Best Practices in XL Deploy

As Agile practices and the DevOps movement transform delivery pipelines throughout the world, let’s take a moment to reflect on the database administrator’s role in […]
Continue Reading »
Dropping Artifacts into XL Deploy with Dropbox

As of version 5.0.0, XL Deploy supports maven-style repositories like Artifactory and Nexus. Find the configuration instructions here. XL Deploy can also support referencing a […]
Continue Reading »
Tracking the Dev/QA Cycle with XL Release

Let’s take some inspiration from this diagram from Gene Kim, author of The Phoenix Project, and consider how DevOps tooling can help you automate […]
Continue Reading »
A Tale of Two Build Tools: Integrating XL Release with Jenkins and Bamboo

I discovered that XL Release does not have built-in support to integrate with the Bamboo build tool as it does for Jenkins. But I […]
Continue Reading »
Continuous Delivery With Bamboo And XL Deploy

One of the best things about the current generation of continuous delivery tools is their ease of integration and interoperability. Each tool offers a […]
Continue Reading »
Updating WAS Applications In XL Deploy

Some users of WebSphere Application Server prefer to upgrade their EAR/WAR applications using WAS’s “update-in-place” option instead of uninstalling it and then re-installing. The […]
Continue Reading »
Using Deployment Tags in XL Deploy

XL Deploy’s tagging mechanism provides a handy way to control the automated mapping of deployable object to their containers. When your environment has multiple […]
Continue Reading »
Deploying with Dojo and JavaScript

Using XL Deploy‘s REST API, you can embed a deployment process into a web application. JavaScript with Dojo provides a nice medium for this. […]