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 ArticleCategory: 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…
to Article