Understanding Idempotency in REST APIs19/04/2019 Under: web-dev Tags: #APIsIncorporating idempotency is an important part of building robust and predictable APIs.
Generating JAX-RS APIs from Swagger definitions13/01/2019 Under: web-dev Tags: #Java #OpenAPI #APIThis guide will explore how the swagger-codegen-maven-plugin can be used to generate JAX-RS APIs in Java with Maven.