Enterprise Java
-

Spring Boot and Thymeleaf: Reload templates and static resources without restarting the application
Thymeleaf was designed around the concept of Natural Templates that allows static prototyping: template logic doesnât affect the template from…
Read More » -

Making Spring Boot application run serverless with AWS
In several previous posts I described how to setup your Spring Boot application and run it on AWS Elastic Beanstalk.…
Read More » -

Free eBook: The Complete Guide to Java Application Performance Management
Meet the most useful application monitoring tools for Java developers Monitoring our application is an essential function in production environments…
Read More » -

Spring Environment is for initialization code only
Since version 3.1, the Spring framework offers an abstraction towards several different sources through which you can easily configure your…
Read More » -

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 »




