Simple Mendix Calculator - Mendix Typing CST Test
Loading…
Simple Mendix Calculator — Mendix Code
A Mendix app that performs addition and subtraction using Microflows.
# mendix/demo/CalculatorApp
1. Create an Entity 'Calculation' with attributes 'Num1', 'Num2', 'Result'.
2. Drag Input widgets for Num1 and Num2.
3. Drag Buttons 'Add' and 'Subtract'.
4. Configure Microflows: 'Add' -> Result = Num1 + Num2, 'Subtract' -> Result = Num1 - Num2.
5. Bind Text widget to display 'Result'.
6. Preview the app to perform calculations live.Mendix Language Guide
Mendix is a high-productivity low-code platform for building web and mobile applications rapidly. It provides visual development tools, model-driven logic, and integrated deployment pipelines, enabling both business users and professional developers to collaborate on enterprise-grade apps.
Primary Use Cases
- ▸Enterprise web applications
- ▸Cross-platform mobile apps
- ▸Business process automation
- ▸Customer self-service portals
- ▸Rapid prototyping and MVPs
Notable Features
- ▸Visual model-driven development
- ▸Drag-and-drop UI editor
- ▸Microflows for backend logic
- ▸Nanoflows for client-side logic
- ▸Integrated version control and collaboration
Origin & Creator
Mendix was founded in 2005 in the Netherlands by Derek Roos, Roelof Kramer, and Bart Jellema, focusing on rapid application development for enterprises.
Industrial Note
Mendix is widely used in financial services, insurance, healthcare, manufacturing, and logistics for rapid digital transformation, customer portals, workflow automation, and internal productivity tools.