Examples of creating simple aspects with different advices (afterReturning, aroungs, etc.), connecting then in Spring with the help of annotations and XML.
Small quiz to test consumed knowledge: http://bit.ly/spring-quiz-12
Source code for the learning project on GitHub for this video-lesson (just copy and execute the below line in console):
git clone [email protected]:yuriytkach/spring-basics-course-project.git; cd spring-basics-course-project; git checkout lesson12 -b lesson12
Source code with the use of annotation configuration:
git checkout lesson12.1 -b lesson12.1
AspectJ Guide:
https://eclipse.org/aspectj/doc/relea...
The Spring Framework is one of the most popular application development framework in Java programming language. It provides comprehensive infrastructure support when creating applications and is used by millions of developers around the world. Knowledge of Spring is beneficial for understanding the dependency injection concepts and entity management routines in any application.
This course introduces the basic concepts of Spring Framework and its main modules: Core, AOP, JDBC. With the help of practical examples it explains dependency injection, definition of beans, their wiring. The course teaches different ways of Spring configuration, and shows basic use of database and aspects, expression language and annotations.
Subscribe to the channel:
http://www.youtube.com/subscription_c...
Channel "Yuriy Tkach" - Java programming lessons: / ytkach