Spring
-
Enterprise Java
Spring Hibernate Tutorial
1. Introduction In this post, we shall demonstrate how to leverage the power of one of the most popular ORM…
Read More » -
Enterprise Java
Mocking files for JUnit testing a Spring Boot web application on Synology NAS
For a Spring Boot application which will check backup files on a Synology RS815+ NAS, we wanted to be able…
Read More » -
Enterprise Java
2 Ways to Setup LDAP Active Directory Authentication in Java Spring Security Example Tutorial
LDAP authentication is one of the most popular authentication mechanism around the world for enterprise application and Active directory (an…
Read More » -
Enterprise Java
Spring Security Concurrent Session Control Example Tutorial – How to limit number of User Session in Java JEE Web Application
If you don’t know, Spring security can limit the number of sessions a user can have. If you are developing a…
Read More » -
Enterprise Java
How to setup JNDI Database Connection pool in Tomcat – Spring Tutorial Example
Setting the JNDI Database Connection pool in Spring and Tomcat is pretty easy. Tomcat server documentation gives enough information on…
Read More » -
Enterprise Java
Spring MVC Tutorial
1. Introduction As an Enterprise Java Developer, one of the main focus in the job is developing web applications. With…
Read More » -
Enterprise Java
Spring Boot & JPA & Hibernate & Oracle
In this tutorial we show how to create a Spring Boot application that communicates with an Oracle data source through…
Read More » -
Enterprise Java
Interacting with Cassandra using the Datastax Java driver
I’m back with more Cassandra and Java integration today this time focusing on using the Datastax Java driver rather than…
Read More » -
Enterprise Java
Spring Cloud Gateway – Configuring a simple route
Spring Cloud Gateway can be considered a successor to the Spring Cloud Netflix Zuul project and helps in implementing a Gateway pattern…
Read More »