5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

Aspire     Javanista to Java Master     Javanista to Java Master Track 3: Spring Basics
The Autowiring feature in Spring enables the injection of object dependency implicitly using a setter or constructor injection. Use this course to explore complex beans with dependencies on other beans and how the autowiring feature links them together.
Examine how to create beans in reference to other beans, use the @Autowired annotation, and build a bean with multiple dependencies. You will also investigate different types of autowiring and discover how autowiring manages the linking of beans.
After completing this course, you will have the skills to construct a complex bean with 1-1 or 1-many dependencies and configure beans with Autowiring.

Objectives

Spring Framework: Configuring Beans with Autowiring

  • discover the key concepts covered in this course
  • link a bean to a dependent bean using a reference set in the XML config file
  • recognize the different ways in which bean references can be set
  • use autowiring to connect beans that are related to each other
  • apply autowiring to the beans created from a class using the Autowired annotation
  • apply the Autowired annotation to the setters and constructors of a bean class
  • outline the limitations of autowiring
  • implement autowiring using a Java-based bean configuration file
  • create a class whose beans depend on several other beans
  • set autowiring for a bean with multiple dependencies using an XML config file
  • set autowiring for a bean with multiple dependencies using a Java config file
  • summarize the key concepts covered in this course