Maven pom for Spring Integration samples
How many poor suckers have wasted time configuring Maven to run the examples for the Spring Integration project? The sources are in a jar included in the download. I’d post a complete maven project but...
View ArticleMaven profiles : filtering for hsqldb and MySQL
Many developers like to use a lightweight embedded database such as Hsqldb or Derby in their development environment. But usually the application is deployed using another database such as MySQL – or...
View ArticleJSF 2.0
JSF 2.0 is out. But there is still no maven love here: https://maven-repository.dev.java.net/nonav/repository/javax.faces/jars/ But over at JBoss we have something close:...
View Articlejetty maven version 7 beta woes
So I gave the beta of the jetty maven plugin a try. What I had was this: [crayon-658ad59a63470814849897/] I changed it to this which is the most current available version in the repos:...
View ArticleApache Wink
Apache Wink is an incubating project that will allow you to write RESTful JAX-RS (JSR-311) web apps – like Jersey. Read what Dr. Fielding has to say about what is REST and what’s not. DeveloperWorks...
View Article