Configuration with Annotations - 9 - The Basics of Spring Framework

Опубликовано: 05 Ноябрь 2016
на канале: Java Online Lessons
24,884
584

Configuration of Spring context with annotations or how to ditch XML completely :)

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

Code snippet for namespace 'context' that is mentioned in video on 0:43 : https://github.com/yuriytkach/spring-...

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

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