Enterprise Java
-

Big Data Ingestion: Flume, Kafka and NiFi
Preliminaries When building Big Data pipelines, we need to think on how to ingest the Volume, Variety and Velocity of…
Read More » -

Vaadin Tip: building UIs declaratively
If you have used GWT, then you would have probably found UiBinder quite useful to design complex UIs. In our…
Read More » -

Simple Spring Boot Admin Setup
Spring Boot Admin is a cool dashboard for monitoring your spring boot applications. However, setting it up is not that…
Read More » -

OAuth2, JWT, Open-ID Connect and other confusing things
Disclaimer If feel I have to start this post with an important disclaimer: donât trust too much what Iâm about…
Read More » -

Test AWS cloud stack offline with Arquillian and LocalStack
When you are building your applications on AWS cloud stack (such as DynamoDB, S3, …), you need to write tests against…
Read More » -

Remote debugging Wildfly application in IntelliJ
Remote debugging a Java application means connecting to the remotely running application using your local development environment. Java supports remote…
Read More » -

Spring Boot Admin â Admin UI for administration of spring boot applications
As part of micro services development many of us are using Spring Boot along with Spring Cloud features. In micro…
Read More » -

High Availability (HA), Session Replicated, Multi-VM Payara Cluster
Abstract While researching how to create a high availability (HA), session replicated, multi-machined Payara/GlassFish cluster I discovered I couldnât find…
Read More » -

Jersey Web Service Hello World Example in Java
After Restlet, Jersey is another popular open source framework to create RESTful web services in Java. Jersey conforms JAX-RS specification and actually…
Read More »




