Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Spring Professional Certification Exam Tutorial - Module 02
Highest Rated
Rating: 4.8 out of 5(1,428 ratings)
5,800 students

Spring Professional Certification Exam Tutorial - Module 02

Aspect Oriented Programming
Created byDominik Cebula
Last updated 7/2019
English

What you'll learn

  • Knowledge and skills required for Spring Professional Certification Exam
  • Spring Professional Certification Study Guide Explanation & Answers
  • Aspect Oriented Programming

Course content

1 section10 lectures1h 44m total length
  • Examples Download0:02
  • Question 01 - What is the concept of AOP?14:54

    What is the concept of AOP? Which problem does it solve? What is a cross cutting concern?

    • Name three typical cross cutting concerns.

    • What two problems arise if you don't solve a cross cutting concern via AOP?

  • Question 02 - What is a pointcut, a join point, an advice, an aspect, weaving?12:50

    What is a pointcut, a join point, an advice, an aspect, weaving?

  • Question 03 - How does Spring solve (implement) a cross cutting concern?11:20

    How does Spring solve (implement) a cross cutting concern?

  • Question 04 - Which are the limitations of the two proxy-types?14:49

    Which are the limitations of the two proxy-types?

    • What visibility must Spring bean methods have to be proxied using Spring AOP?

  • Question 05 - How many advice types does Spring support. Can you name each one?7:49

    How many advice types does Spring support. Can you name each one?

    • What are they used for?

    • Which two advices can you use if you would like to try and catch exceptions?

  • Question 06 - What do you have to do to enable the detection of the @Aspect?6:45

    What do you have to do to enable the detection of the @Aspect annotation?

    • What does @EnableAspectJAutoProxy do?

  • Question 07 - If shown pointcut expressions, would you understand them?26:06

    If shown pointcut expressions, would you understand them?

    • For example, in the course we matched getter methods on Spring Beans, what would be the

      correct pointcut expression to match both getter and setter methods?

  • Question 08 - What is the JoinPoint argument used for?4:05

    What is the JoinPoint argument used for?

  • Question 09 - What is a ProceedingJoinPoint? When is it used?6:01

    What is a ProceedingJoinPoint? When is it used?

Requirements

  • Java
  • Maven
  • IDE of your choice

Description

Spring Professional Exam Tutorial explains and answers all questions from Spring Professional Certification Study Guide. Each answer to exam topic is explained in detail with video tutorial, description and good example for you to get deep understanding of discussed topic. With this course you will get all required knowledge and skills to pass Spring Professional Certification Exam.

Course is divided into 8 modules:

  • Module 01 - Container, Dependency, and IoC

  • Module 02 - Aspect Oriented Programming

  • Module 03 - Data Management: JDBC, Transactions, JPA, Spring Data

  • Module 04 – Spring Boot

  • Module 05 - Spring MVC and The Web Layer

  • Module 06 – Security

  • Module 07 – REST

  • Module 08 – Testing

This course covers second module of the entire course and inside you can find answers to all topics from Spring Professional Certification Study Guide second section, which is Aspect Oriented Programming.


Who this course is for:

  • Spring Professional Exam & Certification Candidates