Posts Tagged ‘CMS’

Migrating content with Spring Integration – A real life example

January 13th, 2010 by Roberto van der Linden
(http://blog.jteam.nl/2010/01/13/migrating-content-with-spring-integration-a-real-life-example/)

In one of the projects we need to migrate content from multiple websites into Hippo CMS. One of the interesting parts of this migration is that one of the websites will constantly provide us with updates of the content. Therefore it makes the migration a continuous process.

In this post I will explain how we use Spring Integration to migrate content, handle errors, measure performance and deal with the fact that content could contain references to other content that is not imported yet.

Read the rest of this entry »

Automated functional testing with WebDriver

August 5th, 2009 by Roberto van der Linden
(http://blog.jteam.nl/2009/08/05/automated-functional-testing-with-webdriver/)

There is nothing nicer than having a functional test suite that checks if your application is still working as it should. It is even nicer to run these tests and see what is happening, while the tests are being executed. Two of the tools that give you this opportunity are Selenium RC and WebDriver.

In the project that I’m working on I use WebDriver to create functional tests. In this post I will try to give you an impression of why we switched from using Selenium RC to WebDriver and how we used WebDriver to test a Content Management System (CMS) and helped us making understandable tests.

Read the rest of this entry »

Project: welke.nl

July 23rd, 2009 by Allard Buijze
(http://blog.jteam.nl/2009/07/23/project-welke-nl/)

The Welke Magazine has been around for a while now and is a well-established name in the home decoration area. To follow up on the success of their paper version, MediaMij –the company publishing these magazines– decided to expand their position in the market by launching an electronic version, welke.nl. The goal of this website was to give their readers a more interactive experience and allow them to find more products that could be of interest in an intuitive manner.

In this post, I will focus on some technical and organizational topics that were addressed during the project. Read the rest of this entry »

A perspective on content management

May 19th, 2009 by Jettro Coenradie
(http://blog.jteam.nl/2009/05/19/a-perspective-on-content-management/)

DiagramsPerspectiveCMS.pngFor more than a year I am working with the Hippo CMS. I started with hippo 6. For the project OnsOranje, I created a springframework layer on top of hippo. This layer enabled us to create a website using the techniques we are familiar with (spring mvc). After the onsoranje project, my interest for content management was rising. At that moment I started using the new Hippo CMS 7. It is this version that we use at my current project as well. While using hippo for the projects, we also created our own website using magnolia. After a presentation about JackRabbit, Erik pointed me to yet another CMS called Brix. Based on these choices and some evaluations I did of other CMS systems, I wanted to make a choice for the CMS. I concluded that the best CMS does not exist, you can try to make the best choice for a CMS for your requirements. That is what this blog post is about.

Read the rest of this entry »