REST next level : Crafting domain driven web APIs By Julien Topçu

Sdílet
Vložit
  • čas přidán 5. 10. 2023
  • You have just coded your business logic by applying the principles of Domain-Driven Design! But when comes the time to write your API, you are facing a serious issue! All the intention and the expression of your domain go up in smoke to fit the blankness methods GET, POST, etc.
    Denatured by the REST layer, the business workflow is then deported on the consumer side to compensate for the limited vocabulary of this well-known CRUD protocol...
    During this talk, we will see how to bring the business intent back inside the REST API by finally being able to expose our domain services and aggregates' methods. The business workflow will also be encapsulated in the REST API in order to have the power to guide our consumers through the workflow of our domain.
    JULIEN TOPÇU
    I like to craft software with high business value using techniques from Domain-Driven Design, all powered by Xtreme Programming in the Kanban #NoEstimates philosophy. Member of the OWASP foundation, I evangelise on application security techniques in order to avoid being hacked properly.
  • Věda a technologie

Komentáře • 3

  • @coding_check9665
    @coding_check9665 Před 8 měsíci +3

    Nice presentation!

  • @Vanuatoo
    @Vanuatoo Před 7 měsíci +5

    Now I see the value in using HATEOAS

  • @saaalut
    @saaalut Před měsícem

    if your product owner doesn't speak the language of you domain, and you neither, you both failed at your job.
    you both first need to discuss and go through your domain objects. The implementation in code will happen much later.