Spring Security Guide
Spring Security Spring Security provides ways to perform authentication and authorization in a web application. We can use spring security in any servlet based web application. Content1 Benefits of Using…
Spring Security Role Based Access Authorization Guide
Spring Security Role Based Access and Authorization Guide Today we will look into spring security role based access and authorization example. Content1 Spring Security Role Based Access Authorization2 Spring Security…
Spring RestController: How to use it?
Spring RestController: How to use it? Spring RestController annotation is a convenience annotation that is itself annotated with @Controller and @ResponseBody. This annotation is applied to a class to mark…
Spring RestTemplate Example
Spring RestTemplate Example Spring RestTemplate provides a convenient way to test RESTful web services. Content1 Introduction to Spring RestTemplate2 Spring RestTemplate Example3 This is custom heading element4 This is custom…
What is the Spring Dependency Injection?
What is the Spring Dependency Injection? Today we will look into Spring Dependency Injection. Spring Framework core concepts are “Dependency Injection” and “Aspect Oriented Programming”. Content1 Spring Dependency Injection2 Spring…
Secured Socket Layer (SSL) Configuration for Tomcat
Secured Socket Layer (SSL) Configuration for Tomcat Content1 Introduction2 Creating SSL Certificate3 Tomcat HTTPS Configuration4 Tomcat Redirect HTTP to HTTPS Introduction Secured Socket Layer (SSL) is the cryptography protocol to…
Technical Recommendations and Best Practices for Centron’s Tutorials
Technical Recommendations and Best Practices for Centron’s Tutorials Content1 Introduction2 Software Sources and Installation3 Software and System Maintenance4 Service Management5 Bootstrapping systems6 Logging and Troubleshooting7 User and Group Management8 Preferred…
Why String is immutable in Java
Why String is Immutable in Java? Why String is immutable in Java is one of the popular interview questions. The string is one of the most used classes in any…
An Introduction to Proxies
An Introduction to Proxies: Forward and Reverse Proxies A proxy, also known as a proxy server, is software that acts as an intermediary between a client and a server on the internet.…