Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Why is Spring Data REST not recommended in real-world applications?

Pragya Keshap answered on February 23, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • Project structure for spring boot rest projects
  • spring boot rest api
  • spring boot rest api
  • how to implement hateoas in rest spring boot
  • how to make a rest api in spring
  • sql server and spring boot api
  • How to implement RESTful Web Services with Spring and Spring Boot?
  • spring boot rest api
  • spring data rest id missing
  • @api operation spring boot
  • develop an api without spring boot
  • Java classes required to call a RESTful Web Service from Java Program using Spring and RestTemplate utility: Read more: https://javarevisited.blogspot.com/2017/02/how-to-consume-json-from-restful-web-services-Spring-RESTTemplate
  • Spring Data Rest features
  • Can you use Spring Boot with applications which are not using Spring?
  • Build REST API's using Spring Boot - Important Spring MVC Annotations
  • The importance of SpringMVC in RESTful web services #
  • advantages of spring webflux
  • What are the main differences between the older Spring component for developing REST services, Spring Web MVC, and the new Spring WebFlux?
  • How does SpringFox help a developer document REST APIs?
  • Why you need to secure Spring Boot Actuator's endpoints?
  • What is Spring Boot and mention the need for it?
  • Can you show the code for an example Get Resource method with Spring REST?
  • Why is Spring Popular?
  • What is the need for Spring Data?
  • How to call Spring Boot Rest API’s Concurrently
  • What do you understand by Spring Data REST?
  • spring boot rest annotations

  • Why is Spring Data REST not recommended in real-world applications?

    0

    Spring Data REST is not recommended in real-world applications as you are exposing your database entities directly as REST Services. While designing RESTful services, the two most important things that we consider is the domain model and the consumers. But, while using Spring Data REST, none of these parameters are considered. The entities are directly exposed. So, I would just say, you can use Spring Data REST, for the initial evolution of the project.

    https://www.cybersuccess.biz/spring-boot-interview-questions-and-answers/#:~:text=It%20is%20not%20recommended%20in,of%20these%20parameters%20are%20considered.

    Popularity 1/10 Helpfulness 1/10 Language java
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 23 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.