Enterprise Java
-
Riding Camel on Java EE 7 – REST Services with Swagger Documentation
Camel comes with a bunch of features out of the box. One of them is the Swagger integration. Unfortunately, most…
Read More » -
Exposing HTTP Restful API with Inbound Adapters. Part 1 (XML)
1. Introduction The purpose of this post is to implement an HTTP Restful API using Spring Integration HTTP inbound adapters.…
Read More » -
Patching Weld 3 in WildFly 8.2 – First Experimental RI of Java EE 8
Java EE 8 is moving along and several new component JSRs have been filed. JSR 365 will define the specification for CDI 2.0.…
Read More » -
Message Processing with Spring Integration
Spring Integration provides an extension of the Spring framework to support the well-known Enterprise Integration Patterns. It enables lightweight messaging…
Read More » -
Accessing Meetup’s streaming API with RxNetty
This article will touch upon multiple subjects: reactive programming, HTTP, parsing JSON and integrating with social API. All in one…
Read More » -
Creating a REST API with Spring Boot and MongoDB
Spring Boot is an opinionated framework that simplifies the development of Spring applications. It frees us from the slavery of…
Read More » -
Java EE 7 Hands-on Lab on WildFly and Docker
Java EE 7 Hands-on Lab has been delivered all around the world and is a pretty standard application that shows…
Read More » -
Hazelcast member discovery using Curator and ZooKeeper
At one project I was setting up Hazelcast cluster in a private cloud. Within cluster all nodes must see each…
Read More »