Enterprise Java
-
Keep your promises: contract-based testing for JAX-RS APIs
It’s been a while since we talked about testing and applying effective TDD practices, particularly related to REST(ful) web services…
Read More » -
Spring Integration MongoDB adapters with Java DSL
1 Introduction This post explains how to save and retrieve entities from a MongoDB database using Spring Integration. In order…
Read More » -
Recipe for getting started with Spring Boot and Angular 2
I am primarily a service developer who has to create some passable UI’s once in a while. I was adept…
Read More » -
Building a horizontal JMS Bridge between two WildFly Servers using ActiveMQ Artemis
Sometimes it’s necessary to connect different Message Brokers together. In Enterprise Messaging this scenario is known as Bridging. It can…
Read More » -
Understanding Connection Pooling
1. Introduction Connection Pooling is a technique to boost application’s performance where N connections to the database are opened and managed…
Read More » -
Spring Kafka Producer/Consumer sample
My objective here is to show how Spring Kafka provides an abstraction to raw Kafka Producer and Consumer API’s that is…
Read More » -
Create JNDI resources for JUnit testing using Spring
Until recently, I had static methods setting up my in memory database (HSQLDB). I called these methods in setUp/tearDown of…
Read More » -
OAuth 2.0 Token Management with Stormpath and Spring Boot
Building Identity Management, including authentication and authorization? Try Stormpath! Our REST API and robust Java SDK support can eliminate your…
Read More » -
Getting Started with SpringBoot in Intellij IDEA Community Edition
We can use Intellij IDEA Community Edition for working with SpringBoot applications as we don’t need support for configuring servers…
Read More »