Sei sulla pagina 1di 6

4/19/2020 Design philosophy of Spring Framework

SIMPLIFYING SEARCH

THE
PROGRAMMING
CONCEPTS
Pages

Home

Design
philosophy of
Spring
Framew k

April 11, 2020

S
pring helps
to defer
design
decision as
late as possible. For
example using IOC

https://www.consciousprogramming.com/2020/04/design-philosophy-of-spring-framework.html 1/6
4/19/2020 Design philosophy of Spring Framework

and Dependency
injection you can
switch persistence
providers through
configuration without
changing your code.
The same is true for
many other
infrastructure
concerns and
integration with third-
party APIs.

Spring provides
flexibility and
provides wide range
of support for
different application
needs.

Maintain strong
backward
compatibility with
JDB and other third
party libraries which
depend on Spring.

Beautiful crafted API


which are intuitive
and that hold up
across many
versions and many
years.

Set high standards


for code quality. The
Spring Framework
puts a strong
emphasis on
meaningful, current,
and accurate
javadoc. It is one of
very few projects that
can claim clean code
https://www.consciousprogramming.com/2020/04/design-philosophy-of-spring-framework.html 2/6
4/19/2020 Design philosophy of Spring Framework

structure with no
circular
dependencies
between packages.

SHARE
Comments

Enter your comm

Popular posts from this blog

Java
SE 8
Progra
mmer
1
Certi
cation
Exam
topics(
https://www.consciousprogramming.com/2020/04/design-philosophy-of-spring-framework.html 3/6
4/19/2020 Design philosophy of Spring Framework

OCA
Java
8)
December 14,
2019

Java

Basics De n
e the scope
of …

SHARE
POST A
COMMENT
READ MORE

What
is
depend
ency
injectio
n and
what
https://www.consciousprogramming.com/2020/04/design-philosophy-of-spring-framework.html 4/6
4/19/2020 Design philosophy of Spring Framework

are e
advan
tages?
March 28,
2020

Dependenc
y injection is

a design
pattern that

SHARE
POST A
COMMENT
READ MORE

Archive

Labels

Report Abuse

Powered by Blogger

https://www.consciousprogramming.com/2020/04/design-philosophy-of-spring-framework.html 5/6
4/19/2020 Design philosophy of Spring Framework

https://www.consciousprogramming.com/2020/04/design-philosophy-of-spring-framework.html 6/6

Potrebbero piacerti anche