maven

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 - 4654 views - 08/14/08 by Schalk Neethling in News

Harder Than it Should be - Hibernate Maven POM Dependencies

In preparation for my upcoming No Fluff Just Stuff session in Cincinnati, I decided to finally rework the code example to use Hibernate as the JPA provider -...

1 replies - 2990 views - 08/11/08 by Pratik Patel in Articles

Scala OSGi Bundle With Spring DM

Today, the OSGi bundles concept with SSAP as the application server is one of the most interesting things that developer should know. In addition, Scala is...

1 replies - 2540 views - 08/05/08 by slim.ouertani in Articles

Session on Gant, the Groovy Way of Scripting Ant Tasks

I will be doing an "In the Brain" session on Gant (The Groovy way of scripting Ant tasks) on Thursday 2008-08-21 18:30. This will happen at Skills...

0 replies - 875 views - 07/22/08 by Russel Winder in Announcements

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 - 3232 views - 07/18/08 by karthikeyan Cho... in Tips and Tricks

Debugging Spring OSGi with NetBeans IDE

NetBeans is my favorite IDE but it suffers from lack of OSGi support. Eclipse with Equinox and plug-ins wins in terms of fast build, test, and deploy.I try...

7 replies - 2581 views - 07/05/08 by slim.ouertani in Tips and Tricks

swingx-ws Maven Repository

SwingLabs is a great resource for anyone who wants to make their Java applications look as nice as possible. The main swingx-package is available in the main...

0 replies - 1492 views - 06/06/08 by Bodo in News

Book Review: Java Power Tools

This book is intended for Java developers. I should however say that Java is not actually the main focus of the book, and I believe this book would be of great interest to anyone concerned in...

5 replies - 6624 views - 05/27/08 by Meera Subbarao in Book Reviews

Maven support 3.1 for NetBeans

This new major release includes:

0 replies - 1137 views - 05/07/08 by Milos Kleint in Announcements

Running Spring MVC Web Applications in OSGi

For the past couple of weeks, I've been developing a web application that deploys into an OSGi container (Equinox) and uses Spring DM's Spring MVC support. The...

1 replies - 3650 views - 04/30/08 by Matt Raible in News

Maven License Plugin 1.3.0

Maven license plugin allows you to update, remove, add license headers in one simple command line. You can also use it to check in the verify phase that your...

0 replies - 965 views - 04/29/08 by Mathieu Carbou in Announcements

IntelliJ IDEA 7.0.3 Is Already Available

We are glad to announce the availability of IntelliJ IDEA version 7.0.3With this release you will find:

6 replies - 2664 views - 03/19/08 by Irina Megorskaya in News

Updated Maven Integration for Eclipse

If you're a Maven user that prefers Eclipse, you might want to checkout the new Maven Integration Plugin for Eclipse 0.9.0. Euxx has a couple blog posts...

0 replies - 4171 views - 03/12/08 by Matt Raible in News

Maven 2 License Plugin: Easily Manage License Headers

When you are developing Java projects (using Maven 2) you can be faced to either put your whole project Open Source or just a part of it. But when the time...

1 replies - 1720 views - 02/25/08 by Mathieu Carbou in Announcements

Maven Repository Managers - why we chose Archiva

It looks like the Maven folk have updated the Archiva web site home page (http://maven.apache.org/archiva/), possibly to correspond with the recent 1.0.1...

6 replies - 4392 views - 02/19/08 by John Ferguson Smart in Blogs