What libraries are used to build WaveMaker App runtime?
See the FAQs for WaveMaker app development.
To build WaveMaker app, following libraries are used:
- AngularJS 1.x version is used for front-end of an app. It constitutes the user interface, data binding, and events. Bootstrap provides diverse responsive design layouts for various form factors.
- Hibernate and JPA provide standardized ORM layer and Entity model for database interaction.
- Spring Framework enables the back-end service layer in Java to facilitate dependency injection, REST controllers, security, etc.
- Cordova Framework provides easy access to mobile device features and native installer creation using the appropriate SDK’s.