Skip to main content

5 docs tagged with "(Different) Stacks"

View All Tags

Create a valid UUID in a project

You have a TypeScript or JavaScript project and want to create a valid UUID in order to use it as an unique identifier for an object.

Define Entity Mapping (Java)

When working with Domain services mapping between api namespace and domain namespace is often needed, for example :

Enable CORS in the Workbench

Your web browser is designed to by default disable Cross Origin Resource Sharing (CORS) which allows sharing data across different origins ; i.e. the combination of scheme, domain and port. There are some situations where you will need to enable CORS and this can be done across a whole project (Deployment target), for a certain service or for a component in your composed application.

Implement Error Handling for APIs

You have designed API operations with more than just one resoponse to cover both the success and error case. In your implementation code you want to return a specific response body if an error happens.