Archive for the ‘Uncategorized’ Category

Experiences from Rich Web Experience 2011

December 8th, 2011 by Christian Hilmersson

Just came home from a very interesting conference a couple of days ago. I still feel a bit jet lagged after the long trip over the atlantic ocean from Fort Lauderdale, Florida, but it was really worth the effort.
Fort Lauderdale was greeting us with a comfortable wintery weather with temperatures at around 25°C so it [...]

Posted in Uncategorized | No Comments »

Quick Start – Jetty’s maven plugin with SSL

November 24th, 2011 by Marcus Krantz

Speed is the key. I often need a web server in order to run a web application I developed to try things out. Setting up this infrastructure can often be quite tedious but if the only thing you need is a servlet container I often use the approach described in this article. We start out [...]

Posted in Build, Tools, Uncategorized | No Comments »

Configure your spring web application

November 17th, 2011 by Anders Asplund

This post is the first in a series of two blog posts where I will try to give some usefull tips on how to make your spring applications more configurable. Too often I see application configuration files embedded somewhere deep down in the application referenced only by its classpath location.
<context:property-placeholder location=”classpath:config.properties” />
By injecting the configurations [...]

Posted in Uncategorized | No Comments »

Getting started with git

October 26th, 2011 by Jan Västernäs

Having used subversion for a long time I wanted to learn how to use a distributed versioning system. The selling points for these products are very interesting.
For instance the possibility to separate commit from delivery seems like a nice option.
If you work on something that takes a couple of days to do, you want to [...]

Posted in Uncategorized | No Comments »

Curl, Mutual Authentication and Web Services

April 4th, 2011 by Marcus Krantz

In a recent project, I was assigned to setup monitoring of a set of web services. The idea was to call the web services every 5th minute and check whether they operated normally or not, i.e a valid SOAP response was returned. The web services used SSL Mutual Authentication to authenticate the calling client. Since I [...]

Posted in Security, Tools, Uncategorized | No Comments »

Lessons learned using DBUnit in a large project

February 13th, 2011 by Jan Västernäs

Backgroud
In my current project we have found that test using a slightly larger unit than single classes makes a lot of sense. Typically there is a service class with some methods that calls a number of entity objects to interact with the database. So our unit under test is often the service class, some entity [...]

Posted in Uncategorized | 1 Comment »

Integrating Flex, BlazeDS and Spring

March 6th, 2009 by Jan Västernäs

Suppose you have an web application with a service layer implemented by spring beans and want to get a richer user interface ? One way to do it to use Flex.
Parts of the Flex development platform has become Open Source. What you absolutely need is addition to that is the Flex Builder. It enables debugging [...]

Posted in Uncategorized | No Comments »

Maven Eclipse integration revisited

August 11th, 2008 by Björn Beskow

Integrating the Eclipse environment with Maven has always been a challenge, as we have reported upon before. I want the productivity of the Eclipse IDE and the expressive power, consistency and repeatability of Maven. But a fundamental difference in the underlying paradigms of Eclipse versus Maven have made that coexistence awkward and ugly:

Eclipse assumes all [...]

Posted in Uncategorized | No Comments »

Installation av Grails

May 25th, 2008 by Johan Eltes

Skapa biblioteksstruktur
Om du inte redan har en struktur för utvecklingsverktyg, föreslås denna:

Installera Groovy (behövs senare för IDE:n)

Ladda hem Groovy 1.5.4 från http://dist.groovy.codehaus.org/distributions/groovy-binary-1.5.4.zip till Development/Tools/
Packa upp distributionen i Tools-biblioteket. När du är klar ska Tools innehålla biblioteket groovy-1.5.4
Sätt GROOVY_HOME till katalogen groovy-1.5.4

Installera Grail (med Groovy)

Ladda hem Grails 1.0.1 här: http://dist.codehaus.org/grails/grails-bin-1.0.1.zip
Packa upp till Development/Tools/. Du ska då [...]

Posted in Uncategorized | No Comments »

Valentine’s day – have you sent your partner a message today?

February 14th, 2008 by Johannes Carlén

Today is Valentine’s day and if you haven’t yet thought about what you are doing for your loved one tonight, you’d better start now. It’s winter now (at least here in Sweden) and you don’t want to be out in the cold, do you…? Well, anyway, I think you can agree with me that one [...]

Posted in Uncategorized | No Comments »