maven

  • submit to reddit

Software Development Macro and Micro Process

If you think that in year 2012 all companies which produce software and IT divisions in our world have already their optimized software development process,...

0 replies - 2356 views - 05/03/13 by Lofi Dewanto in Articles

Maven Deploy to Nexus

1. Overview In a previous article, I discussed how a Maven project can locally install a third party jar that has not yet been deployed on Maven...

0 replies - 1937 views - 04/23/13 by Eugen Paraschiv in Articles

Java EE 7 Maven Archetype

For those of us doing Java EE development with Maven (which by my own account as a former consultant is pretty...

0 replies - 2371 views - 04/18/13 by Reza Rahman in Articles

Project Configuration with Spring

Table of Contents1. Overview of the problem2. The .properties files3. Spring configuration4. Setting the Property in each environment5. Maven and testing6....

1 replies - 2759 views - 04/16/13 by Eugen Paraschiv in Articles

Deploying the WSO2 CAR File with Maven

To deploy my WSO2 Carbon Application aRchive (CAR) file to my WSO2 ESB instance I use this Maven plugin. I couldn’t find a lot of documentation...

0 replies - 567 views - 04/09/13 by Pascal Alma in Articles

GWT Compiler Is Running Out of Memory

As part of evaluating an open-source framework which uses Google Web Toolkit I ran into some of the familiar issues I already had a few times earlier with the...

0 replies - 2442 views - 03/22/13 by Ted Vinke in Articles

Spring Integration Feed Adapter: How to receive RSS feeds using Spring?

Spring Integration provides a feed adapter for Web Syndication to subscribe to an RSS or an ATOM feed. Maven Dependency The following Maven dependency is...

0 replies - 1743 views - 03/14/13 by Jagadeesh Motamarri in Articles

Java EE 7 Maven Repository Coordinates

For those of us doing Java EE development with Maven (which by my own account as a former consultant is pretty much all Java EE/GlassFish adopters), getting...

0 replies - 1791 views - 02/20/13 by Reza Rahman in Articles

Calling a Web Service from Java Using Maven

For people in hurry get the latest code @ github and run “mvn test” Introduction Typically, when you call a Webservice from Java, you need to create a...

0 replies - 1371 views - 02/18/13 by Krishna Prasad in Articles

How Do You Organise Maven Sub-Modules?

Being an itinerant programmer one of the things I've noticed over the years is that every project you come across seems to have a slightly different way...

0 replies - 3646 views - 02/08/13 by Roger Hughes in Articles

How to write a custom dispatcher for WSO2 ESB

Create a maven project and add the following dependencies to the pom.xml <?xml version="1.0" encoding="UTF-8"?> <project...

0 replies - 1013 views - 02/01/13 by Achala Chathura... in Articles

Configuring CAS Externally Using Spring Import

Over the past few months, my team has been working on integrating the Jasig CAS (Central Authentication Service) framework with our application. CAS is a...

0 replies - 1771 views - 01/07/13 by James Lorenzen in Articles

7 Habits of Highly Effective Maven Users

One of the biggest leaps forward in my productivity and satisfaction as a developer was experienced when I learnt about and adopted Maven for my Java projects....

0 replies - 6517 views - 01/03/13 by Ben Wootton in Articles

More Java and Python Support in Google App Engine 1.7.4

Last week, Google announced the last update for Google App Engine in 2012.  GAE 1.7.4 provides expanded EU support, as well as a new Maven plugin for Java...

0 replies - 2116 views - 12/18/12 by Eric Genesky in Articles

Jumpstart with Eclipse, Maven and Tomcat (web/app server)

Q:What is the quick way to setup Eclipse war (possibly ear) project built with maven?  A: In short: Eclipse + wtp + m2e +m2e-wtp Sometimes from...

0 replies - 2213 views - 12/17/12 by Peter Butkovic in Articles