Java spring Flashcards

1
Q

Spring Data

Spring Data

A
  • provide a familiar and consistent, Spring-based programming model for data access
  • easy to use data access technologies, relational and non-relational databases,
  • map-reduce frameworks
  • cloud-based data services.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

RestClient vs WebClient vs RestTemplate vs Http Interface

A
  • RestClient - synchronous client with a fluent API.
  • WebClient - non-blocking, reactive client with fluent API.
  • RestTemplate - synchronous client with template method API.
  • HTTP Interface - annotated interface with generated, dynamic proxy implementation.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly