Scopes and Inner Beans - 4 - The Basics of Spring Framework

Опубликовано: 31 Октябрь 2016
на канале: Java Online Lessons
39,041
780

How does container create beans, their scope, what beans can't be accessed, and how can one create a bean with the help of static method?

Small quiz to test consumed knowledge: http://bit.ly/spring-quiz-4

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 lesson4 -b lesson4

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