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 » -
Serverless: a no-brainer!
Few years ago, containers swept through the dev and devops lands like a category-6 hurricane. Docker. Rkt. others. Docker Swarm.…
Read More » -
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 » -
Get to Know JSON Binding: Overview Series
The Java API for JSON Binding (JSON-B) 1.0 strengthens the Java EE platform’s overall support for the JSON data interchange…
Read More » -
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 » -
jwt-cli: A Shell Library to Decode JSON Web Tokens (JWT Tokens)
When I started having the need of decoding JSON Web Tokens quite often, I felt the urge of writing a…
Read More » -
Get to Know JSON Merge Patch: JSON-P 1.1 Overview Series
Java EE 8 includes an update to the JSON Processing API and brings it up to date with the latest…
Read More » -
Jdbi for SaaS & NoSQL
A natural interface for Java-based data integration with CRM, ERP, Accounting, Marketing Automation, NoSQL, flat files and more Jdbi is…
Read More » -
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 »