Spring Flashcards

1
Q

Spring framework

A
  • an open source lightweight framework that allows Java EE developers to build simple, reliable, and scalable enterprise applications.
  • it can be considered as a collection of sub-frameworks, also called layers or modules, such as Spring AOP, Spring ORM, Spring Web Flow, Spring Web MVC
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Spring Data JPA

A
  • this module deals with enhanced support for JPA based data access layer
  • it makes it easier to build Spring-powered applications that use data access technologies
  • an abstraction on top of JPA and Hibernate
How well did you know this?
1
Not at all
2
3
4
5
Perfectly