Skip to main content
Version: v11.6.2

How does WaveMaker support Micro-Services enabled architecture?

See the FAQs for WaveMaker app development.     


To support micro-services architecture, WaveMaker uses an API-driven app development approach wherein REST APIs are auto-generated for the application. Every backend services such as Database Entity, Queries or Custom Java code, that is integrated into an application generates REST APIs. Some of these APIs are available for further customization based on the app integration needs.

Custom queries, procedures, and Java Services can be used to extend the app functionality. For all these services, REST API is auto-generated using Spring-REST/Swagger.

UI components via Variables interact with REST API layer to access these services.

See Also

FAQs
API Designer