• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/32

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

32 Cards in this Set

  • Front
  • Back
How Spring Works
Creating and Using the Application
The application classes
The application classes
Configuration Instructions
Configuration Instructions
Inside the Spring Application Context
Quick Time Summary
Basic Bean XML definition
Simplest possible bean definition
Constructor dependancy injection
Setter dependancy injection
Constructor vs Setters: case for Constructors
Constructor vs Setters: case for Setters
Constructor vs Setters: General Recomendations
Combinning Setter and Constructor
Injecting Scalar Values
Automatic Value Type Conversion
Injecting Lists
Injecting other types of beans
The Factory-Method attribute
POJO's as Factory Beans
The FactoryBean interface
Why using the FactoryBean interface?
FactoryBeans in Spring
Where the aplliccation context can be bootstrapped?
Example : using ApllicatiionContext inside JUnit test
Spring's resource loading mechanism
Creating a Spring Application context from multiple files
Boostrapping in each environment
Working with prefixes
Using Wildcards
Accessing beans in Spring 3 - two things to remmember
Benefits of dependancy injection