Completed
Configuration Classes with Autowired Constructors
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Modern Java Component Design with Spring 4.3
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 The State of the Art: Component Classes
- 3 Composable Annotations with Overridable Attributes
- 4 Convenient Scoping Annotations out of the box
- 5 The State of the Art: Configuration Classes
- 6 Configuration Classes with Autowired Bean Methods
- 7 Configuration Classes with Autowired Constructors
- 8 Configuration Classes with Base Classes
- 9 Configuration Classes with Java & Default Methods
- 10 Generics-based Injection Matching
- 11 Injection of Collection Beans
- 12 Annotated NVC Controllers
- 13 Precomposed Annotation for MVC Controllers
- 14 Annotated JMS Endpoints
- 15 Annotated EventListeners