Advanced Master & Detail

IFML Modeling with WebRatio Platform
892 views Published on Oct 06, 2014 | Time 18 min
Applies to: 7.2 or higher

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...

 

Advanced Data Management: IFML Model

IFML Modeling with WebRatio Platform
888 views Published on Feb 24, 2015 | Time 30 min
Applies to: 7.2 or higher

In a Web application, you often need to manage the information shown to the user. Managing information means to create, update, or delete information. With WebRatio Platform you can easily model an Administration section in which the Web application user can manage the application data. In this le...

 

Advanced Data Management: Action Definition

Modeling Actions with WebRatio Platform
684 views Published on Feb 24, 2015 | Time 20 min
Applies to: 7.2 or higher

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...

 

Invoking REST Web Service

Modeling Actions with WebRatio Platform
762 views Published on Jan 13, 2015 | Time 21 min
Applies to: 7.2 or higher

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...

 

Invoking SOAP Web Service

Modeling Actions with WebRatio Platform
659 views Published on Oct 23, 2014 | Time 35 min
Applies to: 7.2 or higher

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...

 

Invoking SOAP Web Services - Output Transformation

Modeling Actions with WebRatio Platform
299 views Published on Oct 29, 2014 | Time 18 min
Applies to: 7.2 or higher

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...

 

Exposing a Web Service - Overview

Modelind Web Service with WebRatio
665 views Published on Jan 02, 2015 | Time 15 min
Applies to: 7.2 or higher

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...

 

Exposing REST Web Service

Modeling Web Service with WebRatio Platform
530 views Published on Mar 02, 2015 | Time 20 min
Applies to: 7.2 or higher

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 ea...

 

Exposing SOAP Web Service

Modeling Web Service with WebRatio Platform
322 views Published on Mar 09, 2015 | Time 19 min
Applies to: 7.2 or higher

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 ea...

 

Data Import & Export - CSV

Modeling Actions with WebRatio Platform
259 views Published on Sep 24, 2014 | Time 35 min
Applies to: 7.2 or higher

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 Import & Export - Excel

Modeling Actions with WebRatio Platform
537 views Published on Mar 10, 2015 | Time 30 min
Applies to: 7.2 or higher

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...

 

How to implement a custom database Metadata provider Read this article and get points!

by Michela Frigerio
14,760 views Published on Oct 24, 2011
Applies to: All versions

WebRatio support all the databases that are supported by Hibernate. Nevertheless, the list of the database types that you have at disposal when creating a new database connection does not contain the full list, but it proposes the most used. Therefore WebRatio gives you the chance to integrate a new...

MoreRead this article and get points!
 

The URL Fragments Read this article and get points!

by Lucio Bordonaro
15,280 views Published on Oct 24, 2011
Applies to: All versions

A search engine uses a set of well known rules to decide the visibility of a website. One of these rules is to have simple URLs containing the keywords the page should be indexed with. WebRatio 6 introduces a new feature named URL Fragments. This feature allows to increase the search engine ranking ...

MoreRead this article and get points!
 

How to use Hibernate in a Custom Component Read this article and get points!

by Ombretta Malinverno
11,836 views Published on Jan 12, 2018
Applies to: 7.2 or higher

Implementing a custom component sometimes means querying the database in the component service class. This article wants to give you an introduction on how to retrieve the hibernate session in the component service and how to use Hibernate efficiently to query the database.

MoreRead this article and get points!
 

How to model an Administration Page for a Job Read this article and get points!

by Michela Frigerio
9,376 views Published on Dec 30, 2015
Job
Applies to: 5.1 or higher

A job is a sequence of operations that has to be executed asynchronously by the application. It's possible to schedule a job at a specific time or interval, which means that jobs can be automatically triggered (scheduled when the application starts). It's also possible to schedule a job at runtime: ...

MoreRead this article and get points!
 
34 items of 209
Reset
 
 

Filter by platform

BPM
Mobile
Web
 

Filter by role

Modeler
Designer
Programmer
Business Analyst
IT Operator
 

Filter by level

Beginner
Intermediate
Expert
 

Filter by dev. phase

Set Up
Model Interaction Flow
Model Domain
Model Action
Define Style
Define Components
Generate,Test & Deploy
Maintain
Model Business Process