-
Notifications
You must be signed in to change notification settings - Fork 2
Home
This tutorial provides a step by step guide, explaining how you can migrate your legacy application to CUBA Platform with minimum efforts.
We will use CUBA Studio - a specialized rapid application development tool for CUBA applications. Its built-in migration tool utilizes the well known reverse engineering approach. During the migration, meta-information extracted from the legacy application database will be used to complete the following steps automatically:
- Generate a data model, mapped to the legacy DB
- Update the database to match the CUBA Platform requirements
- Generate standard CRUD UI
As the result, most routine operations will be handled by CUBA Studio. However, business logic along with specific screens design will be transferred to the new application manually.
If you are interested only in the resulting application, scroll down to the How to Launch the Application without MSSQL section.