Apache Maven
-
Enterprise Java
Creating JSF/CDI Maven project on Eclipse
While I was working on a JSF and CDI example, I thought it would be useful to mention the steps…
Read More » -
Enterprise Java
Spring MVC 4 Quickstart Maven Archetype Improved – More Java 8 Features
For all those developers interested in bootstrapping Spring 4 application quickly without Spring Boot, please check my Spring MVC 4…
Read More » -
Enterprise Java
Adding JAR Dependencies to an Eclipse Plugin Maven Tycho Build
Something that is constantly bothering me when developing the OPP project is the use of hard-coded Java library dependencies. I…
Read More » -
Scala
For Java Developers – Akka HTTP In The Cloud With Maven and Docker
From time to time it is necessary to just take the little effort to think outside the box. This is…
Read More » -
Enterprise Java
JMS Sender application with ActiveMQ and Maven
We have already seen how to create a JMS Receiver application with ActiveMQ and Maven. Let’s check out how we can…
Read More » -
Enterprise Java
Deploy to Maven Central using API key (aka auth token)
How to communicate with Maven Central/Nexus without using the password kept locally unencrypted (especially with Gradle, but not limited to…
Read More » -
Enterprise Java
How to create a Web Application Project with Java, Maven, Jetty
In this article, we create a simple web application with the Maven Archetype plugin. We’ll run this web application in…
Read More » -
Enterprise Java
Truly Unleashing the Power of Maven and Java EE
Ambition and vision can be the undoing of great solutions, if they are too complex to use. While Maven and…
Read More » -
Enterprise Java
Run java web apps in embedded containers with Maven, Jetty and Tomcat
While developing java web applications is very practical to have quick feedback from a “real” environment. In this post I’ll…
Read More »