mobile applications usually interacts with the device in several ways. This lesson shows you how you can model with WebRatio Mobile Platform a Mobile Application that interacts with the device address book. You will learn how to specify the saving of a contact in the device address book and also the...
In a Web Application, we often need to grant different groups of users access to different resources. For example, in a Web Application used for Enterprise Resource Planning, the head of Human Resources will have access to all the employees’ sensitive data (such as person details, salary, etc.), whi...
The ability to show a list of elements and the details of each listed element is the one of the most common patterns in Web applications, and is called the Master and Details pattern.
In a previous lesson, you already learned how to model the basic Master and Details pattern.
This lesson shows y...
In a Web application, you often need to manage the information shown to the user.
Managing information means to create, update, or delete information.
In this lesson we discuss an enhanced version of the Data Management pattern, which allows you to manage more than one piece of information at th...
When you are working on a new Web application, you will need to implement a set of common features. In the previous lessons you learned how to model these features in IFML, concentrating on the user interaction.
These features cover how to publish and maintain information, as well as the login ...
When you are working on a Web application you have to consider both the user interaction and the application behavior executed when the user triggers an action. The application behavior can be any kind of business logic you may need to express.
WebRatio Platform provides you with a set of componen...
In a Web application, you often need to manage information that is shown to the user. Managing the information means to create, update, or delete information. With WebRatio Platform you can easily model an administration section so that the Web Application user can manage the application data.
In t...
When you are working on a new Web application there is a set of common requirements that you are going to implement many times. In IFML lessons you learned how to model several commonly recurring requirements focused on the user interaction.
Recurring requirements comprehend how to publish and ma...
Usually, Web applications are not standalone; they need to integrate with external systems and other applications in the company intranet. The best way to make different Applications communicate with one another is to use a Web service infrastructure.
That’s why it is important to know how you can...
Usually Web applications do not exist standalone but need to integrate with external systems and applications already existing in the company intranet.
The best way to make different applications communicate with one another is using a Web Service infrastructure.
That’s why it is important to kn...
The best way to make different applications communicate with one another is using a Web Service infrastructure. That’s why it is important to know how you can easily integrate your WebRatio Platform designed application with existing web services. This lesson gives you the knowledge to help you inv...
Usually, Web applications do not exist standalone but need to integrate with external systems and applications that are on the company intranet. The best way to make different applications communicate with one another is by using a Web Service infrastructure. That’s why it is important to know how y...
Data management is a crucial aspect for data-centric Web applications. So far, you have learned how to create, read, update and delete data through basic patterns. However, information often needs to be displayed and dealt with in different ways.
Displaying data through View Components is not the o...
Data management is the crucial aspect for Data Centric Web applications. So far you learnt how to create, read, update and delete data, but data is meant to be shown in so many different ways.
Reading data through View Component is not the only option you have in WebRatio Platform.
Imagine that y...
The Connect Operation is an operation used to enable the association between instances of two entities (the source entity and the target entity), connected by a specific relationship role.
This article guides you to the usage of the Connect showing also a working example.