Do you implement WebAPIs which are NOT located on the persistence layer and therefore NOT focused on doing CRUD operations? Then you should avoid to implement them as a ‚RESTful‘ api, cause this makes no sense. Some HTTP-based APIs having a ‚call-based‘ approach to known BL operations. IN-, OUT- and […]
to ArticleKategorie: Architecture BestPractices
Core ideas for a universal Webshell
EDIT-2022: My ideas are now submitted to an opensource project named "UShell" ->> see my article ´announcing Project UShell´. After that, the leading version lies now directly within the Git-Repository, from which it is served into this article… For more information, you can also take a look at project-homepage ushell.org.
to Article