Studio Pro 10 Guide

Last modified: January 29, 2024

1 Introduction

The Mendix Studio Pro 10 Guide covers important topics concerning Studio Pro, the Mendix Runtime, and other components of the Mendix Platform.

Studio pro runs on both Windows and macOS. Before installing Studio Pro 10, please read System Requirements. For information on how to install Studio Pro, see Installing Mendix Studio Pro.

If you have been using Studio Pro version 9, Mendix recommends reading Upgrading from Mendix Studio Pro 9 to 10.

If you are looking to build your first app, check out the Quick Starts.

If you are looking for step-by-step guides on performing various Mendix actions, browse the Studio Pro 10 How-tos.

2 Studio Pro Functionality

Studio Pro allows you to create, test, and run apps.

2.1 Modeling

Modeling an app is the process of creating an app and involves creating pages, adding logic, configuring security, etc. For more information on what functionality you can use to model your app, see App Modeling.

2.2 Testing

When it comes to testing your application, you first need to decide what you are going to test: integration with external services, app logic (microflows), etc. For more information on how to test your application, see Testing.

2.3 Deploying

Studio Pro allows you to run and view your app locally or in the default environment.

For more information on options for deploying your app see Deployment.

3 Version Control

Version Control allows you to manage your app development and work on multiple development lines. For information on how Studio Pro handles versioning of apps, see the Versioning an App Deployed to the Cloud section in Using Version Control in Studio Pro.

4 Mendix Runtime

The Mendix Runtime executes the application model that is created in Studio Pro. It is included in the Studio Pro 10 Guide as it uses the same version numbering.

5 Mobile

Mobile app development allows you to create native mobile and progressive web apps. For more information, see Mobile.

6 Guide Categories

The Studio Pro 10 Guide is divided into the following categories:

  • Installation
  • Describes the system requirements and other important aspects of installing and using Studio Pro 10.

  • App Modeling
  • Describes the various features used for modeling in Studio Pro, including document templates, the domain model, microflows, modules, pages, and security.

  • Version Control
  • Gives definitions and explains the version control process.

  • Mobile
  • Gives an overview of mobile app development with Mendix.

  • Java Programming
  • Describes how to use the Mendix Java library and use Eclipse as an environment to write your Mendix Java Actions.