Enterprise Java
-
Getting Started with jOOQ, H2, and Maven
This article is part of our Academy Course titled jOOQ – Type safe DB querying. jOOQ is a good choice…
Read More » -
New in JMS 2.0
This post lists ALL of the new APIs (interfaces/classes/annotations etc.) introduced in JMS 2.0 (part of the Java EE 7…
Read More » -
Rest client calls with Spring Cloud
There are a few interesting ways to make REST client calls with the Spring-Cloud project. Spring-Cloud rest support builds on…
Read More » -
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 » -
Learn Apache Camel – Indexing Tweets in Real-time
There’s a point in most software development projects when the application needs to start communicating with other applications or 3rd party components.…
Read More » -
Yet Another Report Generator?
If you have experience of business application development, then most likely you will have encountered a requirement for the application…
Read More » -
Java EE 8 MVC: Getting started with Ozark
About a year ago a new action based MVC framework, simply called MVC, was announced for Java EE 8. MVC…
Read More » -
Couchbase Java SDK with Rx-Java
A neat thing about CouchbaseJava SDK is that it is built on top of the excellent Rx-Java library, this enables a…
Read More » -
Displaying progress of Spring application startup in web browser
When you restart your enterprise application, what do your clients see when they open the web browser? They see nothing,…
Read More »