Enterprise Java
-
Quick Tip To Prevent Your Caches From Exploding
There are many scenarios when you can benefit from caching commonly used objects in your application, especially in web and…
Read More » -
Spring Boot and Application Context Hierarchy
Spring Boot supports a simple way of specifying a Spring application context hierarchy. This post is simply demonstrating this feature, I…
Read More » -
Kafka Connect on MapR
In this week’s Whiteboard Walkthrough, Ankur Desai, Senior Product Marketing Manager at MapR, describes how Apache Kafka Connect and a…
Read More » -
Build a CRUD Application with React, Spring Boot, and User Authentication
Building Identity Management, including authentication and authorization? Try Stormpath! Our REST API and robust Java SDK support can eliminate your…
Read More » -
Creating a REST API with Speedment and Spring
With the 4th release of Spring Boot, developing enterprise applications for the web have become so much easier. Something that…
Read More » -
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 »