How to debug an Android WebRatio app Leggi questo articolo e guadagna punti!

by Ombretta Malinverno
13.730 visualizzazioni Pubblicato il 23/04/2018
Relativo a: 8.0 or higher

The WebRatio Mobile Platform lets you build Android and iOS apps that you can test on your mobile device or submit to the Google Play Store or Apple App Store. It is also possible to debug the mobile application to find and solve any issues that may arise during development. This article guides you...

MoreLeggi questo articolo e guadagna punti!
 

How to debug an iOS WebRatio app Leggi questo articolo e guadagna punti!

by Ombretta Malinverno
19.187 visualizzazioni Pubblicato il 27/11/2017
Relativo a: 8.0 or higher

WebRatio Mobile Platform lets you build Android and iOS apps that you can test on your mobile device or submit to the Google Play Store or Apple App Store. It is also possible to debug the mobile application to find and solve any issue that may come out during the development. RemoteDebug iOS WebKit...

MoreLeggi questo articolo e guadagna punti!
 

How to Generate an Apple Push Notification Service Certificate Leggi questo articolo e guadagna punti!

by Lucio Bordonaro
6.352 visualizzazioni Pubblicato il 08/04/2015
Relativo a: 8.0 or higher

WebRatio Mobile Platform allows you to send push notifications from a Data Service project. To enable a project for push notifications, you need to add and configure a notification provider. The notification provider requires a specific configuration for each platform. For the iOS platform, you need...

MoreLeggi questo articolo e guadagna punti!
 

How to configure Google Cloud Messaging Service Leggi questo articolo e guadagna punti!

by Lucio Bordonaro
15.450 visualizzazioni Pubblicato il 21/05/2015
Relativo a: 8.0 or higher

WebRatio Mobile Platform allows you to send push notifications from a DataService Project. You need to add and configure a Notification Provider to enable the project for push notifications. The Notification Provider requires a specific configuration for each platform. For the Android platform you n...

MoreLeggi questo articolo e guadagna punti!
 

How to choose the primary key ID Generator Leggi questo articolo e guadagna punti!

by Ombretta Malinverno
13.559 visualizzazioni Pubblicato il 24/10/2011
Relativo a: tutte le versioni

Modeling the domain information managed by the Web Application is a task that can be easily done with WebRatio. In fact, you have at your disposal many options that allow you to easily create the Domain Model starting from an existing database. Nevertheless you may need to manually add some new obje...

MoreLeggi questo articolo e guadagna punti!
 

How to localize a Web application Leggi questo articolo e guadagna punti!

by Michela Frigerio
15.758 visualizzazioni Pubblicato il 12/01/2018
Relativo a: 7.2 or higher

WebRatio Platform provides a built-in feature for the localization of Web applications. The localization is based on the usage of keys instead of terms for all the static elements of the Web application (e.g., labels, components and page titles, field labels and so on). WebRatio Platform allows use...

MoreLeggi questo articolo e guadagna punti!
 

How to Deploy a Web Application on Different Environments Leggi questo articolo e guadagna punti!

by Ombretta Malinverno
18.154 visualizzazioni Pubblicato il 01/04/2015
Relativo a: 7.2 or higher

The deploy process of a Web application is the final step of the application development. In a structured company, the Web application must pass different tests before going to production. Usually companies have several different environments where the Web application must be deployed and tested. ...

MoreLeggi questo articolo e guadagna punti!
 

How can I use JNDI in my application server? Leggi questo articolo e guadagna punti!

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

The Java Naming and Directory Interface (JNDI) is an API for directory service that allows clients to discover and lookup data and objects via a name. Like all Java APIs that interface with host systems, JNDI is independent of the underlying implementation. Additionally, it specifies a service provi...

MoreLeggi questo articolo e guadagna punti!
 

Getting started with the Query Unit Leggi questo articolo e guadagna punti!

by Michela Frigerio
6.719 visualizzazioni Pubblicato il 24/10/2011
Relativo a: 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...

MoreLeggi questo articolo e guadagna punti!
 

Getting started with the Stored Procedure unit Leggi questo articolo e guadagna punti!

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

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.

MoreLeggi questo articolo e guadagna punti!
 

How to use Math Unit Leggi questo articolo e guadagna punti!

by Laura Cigardi
1.857 visualizzazioni Pubblicato il 24/10/2011
Relativo a: 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...

MoreLeggi questo articolo e guadagna punti!
 

Scheduling Batch Operations

Modeling Actions with WebRatio Platform
443 visualizzazioni Pubblicato il 08/08/2014 | Durata 27 min
Job
Relativo a: 7.2 or higher

In a Web application you may need to specify a piece of business logic that is executed periodically. In this case, the execution is not triggered directly by a user interaction on the Web application, but is triggered automatically at a specific timestamp. WebRatio Platform lets you model this ...

 

How to Model the Periodical Page Refresh Leggi questo articolo e guadagna punti!

by Michela Frigerio
5.820 visualizzazioni Pubblicato il 21/11/2017
Relativo a: 7.2 or higher

The Periodical Page Refresh is a feature that allows you to add a trigger to a navigation flow with the selective refresh enabled. In this way, it’s possible to automate clicking on a link to update some information in real time. This feature is very useful when you need to execute a business logic ...

MoreLeggi questo articolo e guadagna punti!
 

Getting started with the Excel Style Leggi questo articolo e guadagna punti!

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

The Excel Style is a predefined style available in WebRatio Platform. This style allows to export the content of a modeled page in an Excel spreadsheet file. The generation process creates a JSP page containing XML code that is processed by a custom tag that invokes the Apache POI engine to render t...

MoreLeggi questo articolo e guadagna punti!
 

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

by Laura Cigardi
10.839 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!
 
38 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