Spring
-
Enterprise Java
Running code on Spring Boot startup
Spring Boot does a lot of configuration automatically for us but sooner or later you’ll have to do some custom…
Read More » -
Enterprise Java
Understanding H2 InMemory Database with Spring Boot
Introduction Basically the database setup involves several steps before we can use it through configured datasource in our application. This…
Read More » -
Core Java
In any incomprehensible situation go scripting
Scripting is one of the most popular ways to make your application adjustable for client needs right at runtime. As…
Read More » -
Enterprise Java
Build a Mobile App with React Native and Spring Boot
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Enterprise Java
Building Enterprise Java applications, the Spring way
I think it is fair to say that Java EE has gained pretty bad reputation among Java developers. Despite the…
Read More » -
Enterprise Java
HTTP cache with Spring examples
Caching is a powerful feature of the HTTP protocol but for some reason, it’s mainly considered for static resources like…
Read More » -
Enterprise Java
Cached Prepared Statements with Spring Data Cassandra
Today I have a short post on using Prepared Statements in Spring Data Cassandra. Spring provides you with some utilities…
Read More » -
Enterprise Java
How to bind @RequestParam to object in Spring
Do you have multiple parameters annotated with @RequestParam in a request mapping method and feel it isn’t readable? The annotation…
Read More » -
Enterprise Java
Knative serving – using Ambassador gateway
This is a continuation of my experimentation with Knative serving, this time around building a gateway on top of a…
Read More »