Mobile Custom Components

Define Components with WebRatio Mobile Platform
273 visualizzazioni Pubblicato il 08/05/2015 | Durata 6 min
Relativo a: 8.0 or higher

WebRatio Mobile Platform lets you extend the set of components that can be used inside Mobile Projects to add new functionalities to your mobile applications. In this lesson you learn how to create the "SendSMS" operation that allows to send messages from the mobile application. You can download the...

 

Custom Components - Back End

Define Components with WebRatio Mobile Platform
226 visualizzazioni Pubblicato il 07/07/2015 | Durata 7 min
Relativo a: 8.0 or higher

WebRatio Mobile Platform lets you extend the set of components that can be used inside projects to add new functionalities. In this lesson you learn how to create a new custom component for DataService Projects that allows to convert a string.

 

WebRatio Platform Architecture and MVC

Web Application Architecture
437 visualizzazioni Pubblicato il 10/04/2015 | Durata 10 min
Relativo a: 7.2 or higher

WebRatio Platform provides you with a set of predefined elements that allow you to model around 90% of the features that are commonly needed by a Web application. However, the remaining 10% may require custom business logic, or integration with a specific external system. Although it is not possibl...

 

How to Enable Single Sign On Leggi questo articolo e guadagna punti!

by Ombretta Malinverno
11.842 visualizzazioni Pubblicato il 13/01/2014
Relativo a: 7.2 or higher

“Single sign-on (SSO) is a property of access control of multiple related, but independent, software systems. With this property a user logs in once and gains access to all systems without being prompted to log in again at each of them.” (source Wikipedia). WebRatio allows you to enable the single ...

MoreLeggi questo articolo e guadagna punti!
 

How to implement a custom database Metadata provider Leggi questo articolo e guadagna punti!

by Michela Frigerio
15.780 visualizzazioni Pubblicato il 24/10/2011
Relativo a: tutte le versioni

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

MoreLeggi questo articolo e guadagna punti!
 

How to use Hibernate in a Custom Component Leggi questo articolo e guadagna punti!

by Ombretta Malinverno
13.421 visualizzazioni Pubblicato il 12/01/2018
Relativo a: 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.

MoreLeggi questo articolo e guadagna punti!
 

How to dinamically create URLs Leggi questo articolo e guadagna punti!

by Laura Cigardi
10.961 visualizzazioni Pubblicato il 24/10/2011
Relativo a: 6.1.1 or higher

In WebRatio it's possible to create URLs dinamically using a Script Utility Component. Learn how to do it reading this article.

MoreLeggi questo articolo e guadagna punti!
 

The WebRatio pageContext Leggi questo articolo e guadagna punti!

by Alberto Molinaroli
7.660 visualizzazioni Pubblicato il 24/10/2011
Relativo a: tutte le versioni

The WebRatio pageContext is a particular data structure which is created everytime the user performs a request in a WebRatio generated Web application. It's a map that contains information used in the computation of all the Units contained in the requested destination page and it is stored in the JS...

MoreLeggi questo articolo e guadagna punti!
 

How to define Custom Components Leggi questo articolo e guadagna punti!

by Ombretta Malinverno
8.745 visualizzazioni Pubblicato il 24/10/2017
Relativo a: 7.2 or higher

IFML, the modeling language of WebRatio Platform, is built on very few, highly composable concepts, which can be used to assemble complex Web applications for publishing or updating content. The key aspect of IFML is the capability of defining a Web Model consisting of pages, view components, and op...

MoreLeggi questo articolo e guadagna punti!
 

How to debug the code of a custom unit inside the Web application Leggi questo articolo e guadagna punti!

by Laura Cigardi
9.239 visualizzazioni Pubblicato il 24/10/2011
Relativo a: tutte le versioni

Thanks to the WebRatio integration in the Eclipse environment, it's possible to easily debug a Web application without leaving the tool. Usually, debugging a WebRatio generated web application means testing the custom units that have been developed for your specific Web project. The Eclipse Debug...

MoreLeggi questo articolo e guadagna punti!
 

How to define Custom Validation Rules Leggi questo articolo e guadagna punti!

by Ombretta Malinverno
4.451 visualizzazioni Pubblicato il 02/05/2018
Relativo a: 7.2 or higher

Validation is used to verify that the data inserted into a form by the user complies with the application domain’s requirements. WebRatio Platform includes several predefined types of Validation Rules that cover the most common validation cases. But sometimes, depending on the scope of the Web appli...

MoreLeggi questo articolo e guadagna punti!
 

How to retrieve information about online users Leggi questo articolo e guadagna punti!

by Michela Frigerio
10.937 visualizzazioni Pubblicato il 24/10/2011
Relativo a: tutte le versioni

It’s a very common practice to display the number of active users of a web application. WebRatio gives you the possibility to easily get the number of users which are currently navigating your Web application and add this feature to your Web application. The solution proposed in this article ...

MoreLeggi questo articolo e guadagna punti!
 

How can I programmatically call an operation module? Leggi questo articolo e guadagna punti!

by Laura Cigardi
7.471 visualizzazioni Pubblicato il 24/10/2011
Relativo a: tutte le versioni

It is possible to execute the business logic contained in an Action Definition directly from a Script Utility Component. To execute an Action Definition in a Script, you must use an instance of the RTXOperationUnitService, which is the Java service that describes the behavior of a generic Action De...

MoreLeggi questo articolo e guadagna punti!
 

Using the Script Component

1.614 visualizzazioni Pubblicato il 29/11/2013
Relativo a: tutte le versioni

WebRatio gives at your disposal a predefined set of view components and operations that let you model most of the features of your Web application. Sometimes it happens that WebRatio does not include a specific business logic that you need. In this case you can address the problem creating custom co...

 

Crypting the user password Leggi questo articolo e guadagna punti!

by Michela Frigerio
7.450 visualizzazioni Pubblicato il 17/05/2013
Relativo a: tutte le versioni

People have a habit of using the same password over and over, and so hashing the password in the database it is a best practice that you should use to protect this information from attacks. In fact, if the database of your Web application is accidentally compromised, your organization will not be th...

MoreLeggi questo articolo e guadagna punti!
 
15 elementi of 209
Reset
 
 

Filtra per piattaforma

BPM
Mobile
Web
 

Filtra per ruolo

Modeler
Designer
Programmer
Business Analyst
IT Operator
 

Filtra per livello

Beginner
Intermediate
Expert
 

Filtra per fase di sviluppo

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