• Core Java
    • Core Java
    • Java 8 Certification
    • Interview Q/A
  • Spring Boot
  • Spring
    • Spring Core
    • Spring AOP
    • Spring MVC
    • Spring Security
    • Microservices
    • Spring 4
    • Spring 5
    • Spring Batch
    • Spring Mobile
    • Spring HATEOAS
  • Hibernate
    • Hibernate Search
  • Tutorials
    • Design Patterns
    • Web Services
      • WS Interview Questions
      • JAX-WS (SOAP)
      • JAX-RS (REST)
      • WSDL
      • SOAP
      • Cloud Computing
    • Struts 2 Tutorial
    • J2EE Tutorial
      • Servlet Tutorial
      • JSP Tutorial
      • JSTL Tutorial
      • JDBC Tutorial
      • JAX B Tutorial
      • Java Mail API
    • Hadoop Tutorial
    • AJAX Tutorial
    • Build Tools
      • Maven
      • Gradle
      • ANT
    • Mongo DB
    • Thymeleaf
    • Git
    • Linux
  • Interview Q/A
    • Spring Interview
    • AOP Interview
    • MVC Interview
    • Spring Boot Interview
    • Microservices Interview
    • Spring Security Interview
    • Web Service Interview
  • Training
    • Who I Am
    • Privacy Policy

Dinesh on Java

March 8, 2017
No Comments

Spring AOP AspectJ @AfterReturning Annotation Advice Example

In this spring aop after returning advice example, we will discuss how to use aspectj @AfterReturning annotation with java configuration in the application. In Spring AOP, After Returning Advice to be executed after a join …
Spring AOP Spring Framework
March 8, 2017
No Comments

Spring AOP After Advice Example using XML Config

In this spring aop after advice example based on XML configuration, we learn how to use Spring AOP after advice using <aop:after/> XML configuration. In Spring AOP, Advice to be executed regardless of the means …
Spring AOP Spring Framework
March 8, 2017
No Comments

Spring AOP AspectJ @After Annotation Advice Example

In this spring aop after advice example, we will discuss how to use aspectj @After annotation with java configuration in the application. In Spring AOP After Advice is that executes just after a join point …
Spring 4 Spring AOP Spring Framework
March 7, 2017
No Comments

Spring AOP Before Advice Example using XML Config

In this spring aop before advice example based on XML configuration, we learn how to use Spring AOP before advice using <aop:before/> XML configuration. In Spring AOP Before Advice is that executes before a join …
Spring AOP Spring Framework
March 7, 2017
No Comments

Spring AOP AspectJ @Before Annotation Advice Example

In this spring aop before advice example, we will discuss how to use aspectj @Before annotation with java configuration in the application. In Spring AOP Before Advice is that executes before a join point i.e …
Spring AOP Spring Framework
March 5, 2017
No Comments

Spring AOP Interview Questions and Answers

Spring AOP is elegant feature of Spring Framework. It provides powerful to the cross cutting concern area into application. In this article I have collect Spring AOP (Aspect Oriented Programming) interview questions and answers. In …
interview questions Spring AOP Spring Framework
February 28, 2017
No Comments

Difference between @Secured vs @RolesAllowed vs @PreAuthorize in Spring Security

@Secured and @RolesAllowed are the same the only difference is @RolesAllowed is a standard annotation (i.e. not only spring security) whereas @Secured is spring security only. @PreAuthorize is different in a way that it is …
interview questions Spring Security
  • Previous
  • Next
Learn various design patterns and best practices and use them to solve common design problems.
Spring-5-Design-Pattern
Learn Spring Boot 2.0 and Spring Cloud Application Microservices Architecture to solve common cloud native problems.
Spring-5-Design-Pattern
Designing Applications with Spring Boot 2.2 and React JS: Let us full stack development with Spring Boot and React JS.
Designing Applications with Spring Boot 2.2 and React JS
Hands-On Microservices - Monitoring and Testing: A performance engineer's guide to the continuous testing and monitoring of microservices.
Dinesh on Java Copyright © 2026.
  • Core Java
    • Core Java
    • Java 8 Certification
    • Interview Q/A
  • Spring Boot
  • Spring
    • Spring Core
    • Spring AOP
    • Spring MVC
    • Spring Security
    • Microservices
    • Spring 4
    • Spring 5
    • Spring Batch
    • Spring Mobile
    • Spring HATEOAS
  • Hibernate
    • Hibernate Search
  • Tutorials
    • Design Patterns
    • Web Services
      • WS Interview Questions
      • JAX-WS (SOAP)
      • JAX-RS (REST)
      • WSDL
      • SOAP
      • Cloud Computing
    • Struts 2 Tutorial
    • J2EE Tutorial
      • Servlet Tutorial
      • JSP Tutorial
      • JSTL Tutorial
      • JDBC Tutorial
      • JAX B Tutorial
      • Java Mail API
    • Hadoop Tutorial
    • AJAX Tutorial
    • Build Tools
      • Maven
      • Gradle
      • ANT
    • Mongo DB
    • Thymeleaf
    • Git
    • Linux
  • Interview Q/A
    • Spring Interview
    • AOP Interview
    • MVC Interview
    • Spring Boot Interview
    • Microservices Interview
    • Spring Security Interview
    • Web Service Interview
  • Training
    • Who I Am
    • Privacy Policy