• 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

December 5, 2012
1 Comment

Spring JDBC Framework Tutorial

In this Spring JDBC Framework tutorial we will discuss about the Spring JDBC Framework. In old JDBC API, when we working with database using old JDBC framework then we have to take care lots of …
Spring Framework Spring JDBC
December 2, 2012
1 Comment

Introduction to Spring AOP Proxy

In this Spring AOP Proxy article, we will explain the Spring AOP proxy and proxy pattern. How Spring AOP module use this AOP proxy implement the function of cross cutting concern. Aspect-Oriented Programming(AOP) complements Object-Oriented …
Spring AOP Spring Framework
December 2, 2012
No Comments

Spring AOP XML Based Configuration

In this article, we will explore Spring AOP XML configuration. How to use pure XML configuration without any annotations. I have used aop namespaces. We’ll learn how to configure aspects, advice and pointcuts using the …
Spring AOP Spring Framework
December 2, 2012
No Comments

Spring AOP After and Around Advice Type

Advice: Action taken by an aspect at a particular join point. Different types of advice include “around,” “before” and “after” advice. Advice types are discussed below. Many AOP frameworks, including Spring, model an advice as …
Spring AOP Spring Framework
December 1, 2012
No Comments

Spring AOP JoinPoint and Advice Arguments

Spring JoinPoint and Advice Arguments Join point: A point during the execution of a program, such as the execution of a method or the handling of an exception. In Spring AOP, a join point always …
Spring AOP Spring Framework
November 25, 2012
No Comments

Declaring Pointcut Expressions with Examples

In this tutorial, I will explain how to declare pointcut expressions to matching any kind of method for join points for Spring beans in the spring application. As we know Spring AOP only supports method …
Spring AOP Spring Framework
October 29, 2012
3 Comments

Interview Questions on Spring

1) What is Spring Framework? Spring is a lightweight inversion of control and aspect-oriented container framework. Spring Framework’s contribution towards java community is immense and spring community is the largest and most innovative community by …
interview questions Spring Framework
  • 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 © 2025.
  • 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