Spring Essential Overview Flashcards

1
Q

What is the Spring Framework?

A

An open source, lightweight, Dependency Injection Framework for building Java (enterprise) applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What makes the Spring framework light weight?

A
  • Doesn’t require a Java EE App server
  • Spring is not Invasive
  • low overhead (jars < 8mb)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does it mean that the Spring Framework provides a Dependency inversion (DI) container

A
  • Object don’t need to worry about finding and connecting to each other
  • Spring instantiates and injects dependencies into your objects
  • Spring also serves as a lifecycle manager
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When was the first release of Spring?

A

2003

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly