Xebia Blog

Syndicate content
Updated: 20 min 7 sec ago

Implementing Deployit, part 2: technical considerations

Mon, 03/08/2010 - 13:18
In a recent post, XebiaLabs' CTO Vincent Partington discussed some important organizational topics you will want to address while introducing deployment automation using Deployit. Preparing your organization is, of course, crucial to getting maximum possible benefits from deployment automation. A few technical considerations also apply when introducing Deployit, and here we'd like to go into these [...]

Implementing Deployit, part 1: organizational aspects

Thu, 02/25/2010 - 08:36
Last month XebiaLabs released the Personal Edition of Deployit. Now that people have been able to experience in a simple environment how Deployit can work for them, you might wonder how to start using Deployit for real in your development and operations environments. In this blog and its sequel we will go over the things [...]

Deployit!

Wed, 02/10/2010 - 10:04
We've already been talking about Deployit, XebiaLabs' deployment automation product, for some time. Now we are proud to announce that you can try Deployit for yourself by downloading the Personal Edition of Deployit! If you don't know what Deployit is yet, have a look at the movie below! To summarize; Deployit will automate your Java EE application [...]

Middleware integration testing with JUnit, Maven and VMware, part 3 (of 3)

Thu, 01/07/2010 - 00:00
Last year, before the Christmas holidays , I described how we do middleware integration testing at XebiaLabs and I described the way we deploy test servlets by wrapping them in WAR and EAR files that get generated on the fly. There is only one thing left to explain; how do we integrate these tests [...]

Future of deployment: Part 1 – Monuments vs Cheap housing

Mon, 12/21/2009 - 18:18
I'm going to start a series on the future of deployment. How and what do we deploy in, say 5 years or so. Of-course this is my opinion and please add your own ideas in the comments below. To start this series off i'm going to talk about the current state of things, or at least [...]

Middleware integration testing with JUnit, Maven and VMware, part 2 (of 3)

Mon, 12/14/2009 - 21:21
Last week I wrote about the approach we use at XebiaLabs to test the integrations with the different middleware products our Java EE deployment automation product Deployit supports. The blog finished with the promise that I would discuss how to test that an application can really use the configurations that our middleware integrations (a.k.a. steps) create. [...]

Middleware integration testing with JUnit, Maven and VMware, part 1 (of 3)

Mon, 12/07/2009 - 21:29
For Deployit, XebiaLabs' automated deployment product for Java EE applications, we are always building and modifying integrations with middleware systems such as IBM WebSphere, Oracle WebLogic and the JBoss application server. These integrations are small enough so that they can be rearranged to get many different deployment scenarios. A typical step, as we call these [...]

IBM WebSphere scripting with wsadmin: containment paths, configuration IDs and object names

Mon, 11/23/2009 - 18:39
In my previous blog on the deployment capabilities of the major application servers, I asked, as a joke, whether anybody knew the difference between containment paths, configuration IDs and object names in WebSphere's scripting interface wsadmin. I didn't get (nor expect ) an answer. But instead of keeping you in the dark, this [...]