spring framework

10
SPRING FRAMEWORK

Upload: yaroslav-hulaga

Post on 11-Jan-2017

83 views

Category:

Software


0 download

TRANSCRIPT

Page 1: Spring framework

SPRING FRAMEWORK

Page 2: Spring framework

History• JNDI• EJB before 3.0•Guice

Page 3: Spring framework

Buzzwords• Loose coupling• Dependency injection• Inversion of control• Beans• Context• Removing boilerplate code

Page 4: Spring framework

Bean example

Page 5: Spring framework

Context example

Page 6: Spring framework

JDBC Example

Page 7: Spring framework

Extending context

Page 8: Spring framework

Spring has support of:• Data: Hibernate, MyBatis, JDBC, NoSQL• Web: Spring MVC, Spring Web Flow• Security: Spring Security• Fast app creation: Spring Boot• Many other useful things: Spring AOP, Spring

Integration, Spring Batch, Spring Mobile, Spring Social etc

Page 9: Spring framework

Also Spring has:• Powerful support: official documentation

+ guides + blogs• Flexibility for context creation and

dependency injection• Java EE Specs implementation

Page 10: Spring framework

Thanks for attention!