
How Process Modeling can help you write better structured code (part 4) – Request Bundle
Welcome to the fourth part of our implementation series of a BPMN model in (Java) code. We came a long way up and until the
Stay up to date with our recent posts!
Welcome to the fourth part of our implementation series of a BPMN model in (Java) code. We came a long way up and until the
Welcome to the third part of our implementation series of a BPMN model in (Java) code. We came a long way, but we need to
Welcome to the second part of our implementation series of a BPMN model in (Java) code. Yes, no workflow engine, just a demonstration how your
Many developers don’t like to concern themselves with the business side of their applications. Quite frequently I see that the whole business context, including business
Pagination is very important pattern for API design. Thus, it is part of our Microservice API Patterns project where you can also find a good
“Modeling is thinking and not drawing!” Daniel Lübke Modeling business processes can really help you to find out what information you think is correct and
Since years I am very unsatisfied with the state of generator tools, which generate (Java) classes from service contracts (WSDL, Swapper/OpenAPI etc.). Most of my
“There are 2 hard problems in computer science: cache invalidation, naming things, and off-by-1 errors.” Phil Karlton / Leon Bambrick There are forbidden words that
“Software development professionals are blinded by their experience while researchers don’t have any. Good empirical research combines their strengths (experience and objectivity) and advance the