Posts Tagged programming
Continuous testing: using Hudson for Maven projects
I experimented a bit with Continuous Integration a while ago. I found some great freely available tools which facilitate the automatic building and testing of (web) applications. In this post I’ll discuss the setup of a system that uses Hudson to automate the build and testing process. I intend to write some follow up posts that digg further into testing a web application using Selenium.
In this post I assume you have already set up a Maven project, and that you use Subversion as version control system (check out my other post if you are unsure about this).
Continue Reading 3 comments December 27, 2008
Using Eclipse for multi-module Maven2 projects (part 2)
In the first post we installed Eclipse and some plugins. Now we will start using the m2eclipse plugin to open and create Maven projects. This post will show how to create a Maven webapplication in Eclipse.
Continue Reading Add comment December 23, 2008
Using Eclipse for multi-module Maven2 projects
I have been diving into a lot of Java and Eclipse recently. We’re setting up a Continuous Integration system at work, using Hudson as the engine. Because sometimes things didn’t went as smooth as I would have liked them to go I decided to write some posts about setting up the system. In this first post we’ll be setting up Eclipse with the necessary plugins.
Continue Reading 1 comment November 1, 2008
Switch from ASP to PHP
We’re going to switch from asp (with MS Access databases) to php (with a mySQL database) as quick as possible in this tutorial. This file ain’t a full blown PHP tutorial, it just focusses on the important differences between ASP and PHP that might get you stuck for a while.
Continue Reading Add comment July 1, 2007