Using of Spring's expression language that widens the possibilities for injecting beans, adds conditional operators and allows to control properties and collections.
Small quiz to test consumed knowledge: http://bit.ly/spring-quiz-10
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 lesson10 -b lesson10
Source code with the use of annotations:
git checkout lesson10.1 -b lesson10.1
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