-
-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Ahmad K. Bawaneh edited this page Nov 19, 2023
·
4 revisions
Domino-rest documentation moved to domino-kit website here
We will not update these docs here and will keep them as an archive for some time before removing them.
Domino-rest is a lib for generating rest clients from JaxRs compatible interfaces, and the generated clients can be used from both client side -browser- using GWT and on the server, the lib works in both GWT2 and GWT3/J2CL, the serialization and deserialization is based on domino-jackson, and service definition is based on JaxRs annotations, while code generation uses annotation processing APT.
- Home
- Quick start
- Sharing clients
-
Configuration
- Locating resource classes
- Service root
- Resource root
- Http methods
- Service method path mapping
- Service path
- Query parameters
- Path parameters
- Header parameters
- Date format
- Request body
- Request and Response mapping
- Produces and Consumes
- Success codes
- Timeout and maximum retries
- With credentials
- Custom request URL
- Global interceptors
- Default failed response handler
- Interface inheritance
- Multipart form data