Archive for the ‘Maven’ Category

Running Roo Applications in Tomcat 5.5

Monday, April 19th, 2010

I used Spring Roo for a small, public web application recently, and all went well until I attempted to deploy it on a hosted VPS. The application didn't deploy, and I got the dreaded error message: java.lang.NoClassDefFoundError: javax/el/ValueExpression A little poking around led me to this Roo bug report that details the problem. ...

JavaOne 2009 – Wed, 6/3 – Morning

Wednesday, June 3rd, 2009

First, an observation - today, I decided to stop lugging my laptop around, and left it at the hotel - I'm fully dependent on the SunRay terminals today - the wireless connectivity left a lot to be desired yesterday, anyway I'm sure that the virtualization network is under maximum load right ...

Maven pom file for Spring 2.5 Web Project

Thursday, January 15th, 2009

I recently converted a Java/Spring webapp from Ant to Maven. The webapp uses many of the Spring modules, including Spring Security, MVC, Web Flow, AOP, and Hibernate. Since it took me hours to sort out all of the Maven dependencies, I figured that I'd post the working pom.xml here, so that ...