In this article you will find more information about how to develop applications with Novulo. Developing software with Novulo follows number of steps:
Draw the user interface of you application and store the model in the model repository.
The Architect loads the model and transforms the model into a .NET application. It also generates the table structure for the database or generates update definition for an existing database.
In some cases some custom code is required. For instance, when the system communicates with an external system or when the integration of a third party service is required. Custom code can be checked out from the application repository and modified in Visual Studio. Once the code is checked in again, the application is finished.
The application is finished and can be deployed on a Novulo Application server.
As soon as software is taken into production it starts evolving due to new requests from the customer or because of maintenance. Reopening the model and making the changes is as easy as is developing from scratch in the Architect. The custom C# remains intact.
For more information about application development the Novulo way click the related articles.