-
Core Java

API Updates in Java SE 11 (18.9)
Java SE 11, which is also named as 18.9 (based on the new naming scheme which uses the year and…
Read More » -
Core Java

Java 10 – JEP 286: Local-Variable Type Inference
Java 10 is around the corner with RC Build available here. The features targetted for this release can be found…
Read More » -
Enterprise Java

Sample Logback Configuration for Spring Boot Profile Based Logging
We would want different logging configurations for different profiles in Spring Boot, like in local running we would just want…
Read More » -
Enterprise Java

Configure Embedded H2 Console With Spring MVC Application
In our previous post we deployed a Spring MVC app using embedded H2 database to Tomcat. Browsing the data in…
Read More » -
Core Java

Java Interface – Journey Over the Years to Java 9 – Default and Private Methods
Introduction Interface in Java has evolved over the Java releases more so in Java 8 and Java 9. In this…
Read More » -
Enterprise Java

Spring Boot: Thymeleaf Template Decorator Using Thymeleaf Layout Dialect
Introduction The question on reusing header and footer on all Thymeleaf templates has been often been asked on StackOverflow. In…
Read More » -
Enterprise Java

How to Deploy Spring Application Without web.xml to Tomcat
Introduction Since the Servlet 3 specification web.xml is no longer needed for configuring your web application and has been replaced…
Read More » -
Enterprise Java

Using Google reCaptcha with Spring Boot application
Introduction reCaptcha by Google is a library used to prevent bots from submitting data to your public forms or accessing…
Read More » -
Enterprise Java

Aggregate and Index Data into Elasticsearch using Logstash, JDBC
Introduction In my previous posts here and here I showed you how to index data into Elasticsearch from a SQL…
Read More »


