Spring Tips: @Controllers: give HTTP a REST

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • Hi, Spring fans! In this installment, we'll continue our exploration of @Controllers, and look at HTTP APIs and SSE with Spring. This time, we'll use Spring Webflux.
    code: github.com/spring-tips/

Komentáře • 12

  • @JentaroYusong
    @JentaroYusong Před 2 lety +11

    Please make a video about a more domain-centric API design, maybe with CQ(R)S.
    In my experience, level 2 "REST" APIs are oftentimes just "database CRUD over HTTP", leading to leakage of implementation details into the public API of the service, which results between high coupling between a client and the server implementation, which is a malpractice in my opinion.
    Despite that you loose semantic information about the actions performed in your system early on, as you push the usecases of the domain upwards, basically to the clients.
    For example, what does a "PATCH /api/todo-items/3" mean? Has the TODOs title been changed? Has it been ticked of? Marked as irrelevant? Has someone been assigned to the task? A combination of these actions? Compare this with a more domain-centric command based API design, e.g. "POST /api/commands/tick-todo-item { id: 3 }".
    I personally think the latter one is far more descriptive and does not loose the domain semantics early on.
    Don't get me wrong here. I think a more resource based approach can be useful, e.g. for more "backing services", but the more an API is designed for a specific domain problem, that being "closer to the end users", the less REST is helpful in my opinion.

    • @rebelsdeveloper367
      @rebelsdeveloper367 Před 2 lety

      big word there . why limit rest or url ? the old way you dont have think one endpoint is enough . you dont need /api/read / api/update/id. This style of routing much better for web crawling but no point on intranet application.

  • @chrizzking
    @chrizzking Před 2 lety +2

    Nerd tv at its best 👌

  • @30harshal
    @30harshal Před 2 lety +4

    rest in peace

  • @nmdollarl8798
    @nmdollarl8798 Před 2 lety +1

    Dr Strange? magic

  • @RajeshKumar5
    @RajeshKumar5 Před 2 lety

    Good

  • @zickzack987
    @zickzack987 Před 2 lety +1

    Umm... Sudden end. Where is the rest part?

  • @wazeeharaa8100
    @wazeeharaa8100 Před 2 lety +2

    Man what are you coming to say

  • @mrrishiraj88
    @mrrishiraj88 Před 2 lety

    Hi

  • @sethunder332
    @sethunder332 Před 2 lety

    I think it's not for beginners.

  • @s1n7ax
    @s1n7ax Před 2 lety

    that screen recording is in 144p

  • @juliuspms
    @juliuspms Před 2 lety +2

    What a long and boring video...