Skip to content
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.