Spring
-
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 » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
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 »