maven

Dojo Toolkit Maven Repository

Using maven to build your project is a fantastic for managing your dependencies andavoiding having dependencies (and their dependencies) checked into yourown...

0 replies - 3299 views - 12/10/08 by gregwilkins in News

Setup Web Application Using JBoss Seam NetBeans Tomcat And Maven

In this post let us discuss how we can configure a web application using JBoss-Seam framework in Tomcat. Maven is used for build management and NetBeans 6.1 or...

2 replies - 12638 views - 12/02/08 by karthikeyan Cho... in News

Rapid Web Application Prototyping with Maven and Groovy

Utilizing both Maven and Groovy you can rapidly prototype web apps, and in this blog I'll walk you through exactly how to do that. First we are going to create...

1 replies - 8018 views - 08/14/08 by Schalk Neethling in News

How-To: Auto Deploy A Web Application In Tomcat Using The Maven Cargo Plugin

In the previous section we copied the WAR file manually under TOMCAT_HOME/webapps folder. Here we will automate the deployment using cargo plugin. Include the...

1 replies - 6809 views - 07/18/08 by karthikeyan Cho... in Tips and Tricks