How to Model User and Group Management Read this article and get points!

by Davide Martinenghi
22,707 views Published on Feb 03, 2014
Applies to: 7.2 or higher

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

MoreRead this article and get points!
 

How to use a generated Report as attachment Read this article and get points!

by Laura Cigardi
12,024 views Published on Oct 24, 2011
Applies to: All versions

In WebRatio it's possible to generate PDF, Excel or RTF reports. This article discusses a particular usage of the WebRatio generated reports. The goal is to create a report in order to use it as attachment for a newsletter (or to store it in the database). Suppose you want to send an email to all th...

MoreRead this article and get points!
 

How to use Math Unit Read this article and get points!

by Laura Cigardi
1,820 views Published on Oct 24, 2011
Applies to: 7.2 or higher

The Math is an Utility Component designed to parse and evaluate mathematical expressions. A mathematical expression is composed by variables and operators and can be either statically defined at modeling time or dynamically provided through an input parameter at run-time. The Math replaces the varia...

MoreRead this article and get points!
 

Action Definitions & Operations

Modeling Actions with WebRatio Platform
2,176 views Published on Feb 17, 2014 | Time 17 min
Applies to: 7.2 or higher

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

 

Getting started with the Query Unit Read this article and get points!

by Michela Frigerio
6,655 views Published on Oct 24, 2011
Applies to: 7.2 or higher

The Query Component is available starting from the WebRatio 5.1 version. It's a Utility Component that permits to execute a custom edited query using the HQL(Hibernate Query Language) or SQL query language. Moreover it can dynamically compose an HQL query depending on the incoming Domain Model ident...

MoreRead this article and get points!
 

Data Management: Action Definition

Modeling Actions with WebRatio Platform
1,640 views Published on Apr 04, 2014 | Time 24 min
Applies to: 7.2 or higher

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

 

Access Control & Personalization: Action Definition

Modeling Actions with WebRatio Platform
215 views Published on May 02, 2014 | Time 20 min
Applies to: 7.2 or higher

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

 

Looping & Branching

Modeling Actions with WebRatio Platform
1,856 views Published on Aug 08, 2014 | Time 25 min
Applies to: 7.2 or higher

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

 

Advanced Master & Detail

IFML Modeling with WebRatio Platform
894 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...

 

Getting started with the Stored Procedure unit Read this article and get points!

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

The Stored Procedure is an Operation that allows calling a procedure stored in a database. To use this Component correctly, the procedure must be previously created in your database. Discover how to use the Stored Procedure reading this article.

MoreRead this article and get points!
 

How to solve the UnsupportedClassVersionError error Read this article and get points!

by Michela Frigerio
1,648 views Published on Oct 24, 2011
Applies to: All versions

The UnsupportedClassVersionError can occurr in a Web Project that uses custom components, such as custom validation rules, servlets or listeners. All these components are developed using a different project (e.g. a Java project) in which you have to compile the Java classes and create a jar file...

MoreRead this article and get points!
 

Getting started with the Data Model Unit Read this article and get points!

by Mario Bruno
8,138 views Published on Oct 24, 2011
Applies to: 5.1 or higher

The Domain Model Utility Component is available starting from the WebRatio 5.1 version. It's a hybrid unit, which means that it can be placed in every View (Site View, Module Definitions View, Service View). It permits to retrieve information about entities and relationship of the Domain Model....

MoreRead this article and get points!
 

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

 

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

by Michela Frigerio
9,885 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!
 

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

 
27 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