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

by Michela Frigerio
15,624 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!
 

How can I use JNDI in my application server? Read this article and get points!

by Michela Frigerio
10,638 views Published on Oct 24, 2011
Applies to: All versions

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

MoreRead this article and get points!
 

The URL Fragments Read this article and get points!

by Lucio Bordonaro
16,215 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 the Captcha Validation Rule Read this article and get points!

by Ombretta Malinverno
10,410 views Published on Nov 27, 2017
Applies to: 7.2 or higher

WebRatio Platform gives you the chance to add a Captcha control to the forms of your Web Project. Read this article to know more about the Captcha control.

MoreRead this article and get points!
 

How to use the Connect Operation Read this article and get points!

by Ombretta Malinverno
10,555 views Published on Jan 15, 2018
Applies to: 7.2 or higher

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.

MoreRead this article and get points!
 

How to use the Disconnect Operation Read this article and get points!

by Ombretta Malinverno
3,441 views Published on Jan 15, 2018
Applies to: 7.2 or higher

The Disconnect Operation is an operation used to delete the association between instances of two entities (the source entity and the target entity), connected by a predefined relationship role. This article guides you to the usage of the Disconnect showing also a working example.

MoreRead this article and get points!
 

Reconnect Unit Read this article and get points!

by Mario Bruno
5,043 views Published on May 14, 2012
Applies to: All versions

The Reconnect is an Operation Component used to modify the association between instances of two entities (the Source Entity and the Target Entity), connected by a predefined Relationship Role. The Reconnect can manage single instances or sets of instances in order to connect or disconnect one in...

MoreRead this article and get points!
 

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

by Michela Frigerio
6,661 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!
 

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

by Michela Frigerio
14,765 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 use the Parameter Collector Operation Read this article and get points!

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

The Parameter Collector Operation permits one to collect a set of parameters from multiple sources and to redistribute them to multiple targets. In this way, the operation reduces the model complexity by deleting some data flows, improving its reading and creating a neater model.

MoreRead this article and get points!
 

How to use the Jump Operation Read this article and get points!

by Ombretta Malinverno
10,869 views Published on May 02, 2018
Applies to: 7.2 or higher

The Jump Operation permits to jump forward and backward within the application without modeling an explicit navigation flow. A forward jump redirects the user to the specified Parameter Collector Operation. A backward jump redirects the user to the last visited Jump Operation and follows that operat...

MoreRead this article and get points!
 

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

by Laura Cigardi
1,823 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!
 

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

by Ombretta Malinverno
13,140 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 use Alternatives Read this article and get points!

by Laura Cigardi
7,721 views Published on Oct 24, 2011
XOR
Applies to: All versions

Sometimes may happens that a user has to access to a content and depending on some parameters or actions that content has to change. By the alternative pages,it's possible to decide which content has to be shown depending on one or more conditions defined at run time. Alternative element is usefu...

MoreRead this article and get points!
 

Getting started with Visibility Conditions Read this article and get points!

by Lucio Bordonaro
24,643 views Published on Oct 24, 2011
Applies to: 7.2 or higher

WebRatio introduced the chance to use Visibility Conditions in a Web Project. This feature allows you to disable or show elements in the generated Web application if the conditions specified for those elements are verified. It is now possible to integrate the horizontal profiling of the Web appli...

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,890 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!
 

Scheduling Batch Operations

Modeling Actions with WebRatio Platform
443 views Published on Aug 08, 2014 | Time 27 min
Job
Applies to: 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 Selective Refresh Read this article and get points!

by Michela Frigerio
5,555 views Published on Oct 26, 2017
Applies to: 7.2 or higher

Reloading an entire page can be expensive in terms of computational costs: it means recomputing all the components contained on a page and the queries included in them. This operation can take some time and have a significant impact on performance. For this reason, a partial refresh of the page can ...

MoreRead this article and get points!
 

How to Model Popups Read this article and get points!

by Michela Frigerio
8,316 views Published on Oct 30, 2017
Applies to: 7.2 or higher

Popups are a commonly used rich interaction. By using a popup you can open a new layer above the current main page. If the popup is set as “Modal”, it also prevents any interaction with the rest of the web application. When the popup window is closed, the underlying main page becomes active again, a...

MoreRead this article and get points!
 

How to Model Rich Forms Read this article and get points!

by Michela Frigerio
6,983 views Published on Oct 30, 2017
Applies to: 7.2 or higher

Rich forms are forms in which the user interaction triggers an event and the execution of a specific business logic. The aim is facilitate the form compilation and improve the user’s experience in the web Application. Many events can be managed to enrich the user’s interaction with a form, and some ...

MoreRead this article and get points!
 

How to Model Autocompletion Read this article and get points!

by Michela Frigerio
6,053 views Published on Nov 02, 2017
Applies to: 7.2 or higher

Autocompletion allows you to specify an information source to be used as a suggestion for the fill-in of a text field. In this way, the user can type only the initial letters of the word or of the value to be inserted in the field. The Web application shows different options from which the user can ...

MoreRead this article and get points!
 

How to Model the Periodical Page Refresh Read this article and get points!

by Michela Frigerio
5,789 views Published on Nov 21, 2017
Applies to: 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 ...

MoreRead this article and get points!
 

Getting started with the Excel Style Read this article and get points!

by Michela Frigerio
12,999 views Published on Oct 24, 2011
Applies to: All versions

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

MoreRead this article and get points!
 

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

by Mario Bruno
8,140 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!
 

How can I manage non ISO-8859-1 characters passing on the URL? Read this article and get points!

by Laura Cigardi
6,173 views Published on Oct 24, 2011
Applies to: All versions

Tomcat Application Server is able to manage by default all the ISO-8859-1 characters to encode URIs. If your Application uses characters that does not belong to this character set, you have to configure the Application Server or your Application in order to correctly manage them. If not config...

MoreRead this article and get points!
 

How to Perform a Remote Deploy Read this article and get points!

by Michela Frigerio
9,269 views Published on Oct 24, 2011
Applies to: All versions

Let's suppose that you want to deploy your project directly on the remote host that will contain the Web Application. You have to configure the Deploy Configuration that allows you to obtain the final Web Application package in order to be able also to upload the package on the remote host. This art...

MoreRead this article and get points!
 

How to Solve the Generation Error "Invalid method Code length" Read this article and get points!

by Michela Frigerio
2,847 views Published on Oct 24, 2011
Applies to: All versions

The "java.lang.ClassFormatError: Invalid method Code length" error, is an error that you can get generating the layout of your Web Project, it means that you used a template in the Web Project that is too large to be compiled. Read this article to discover more about how to handle and prevent this ...

MoreRead this article and get points!
 

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

by Michela Frigerio
1,651 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 Style Project Read this article and get points!

by Lucio Bordonaro
16,524 views Published on Oct 24, 2011
Applies to: All versions

The purpose of this article is to provide the basics to operate with styles in WebRatio. A Style Project contains the layout templates needed to generate the graphical elements of your Web Application; the project includes also the resources used in the templates.

MoreRead this article and get points!
 

Create a Style Project from a mockup Read this article and get points!

by Lucio Bordonaro
14,762 views Published on Oct 24, 2011
Applies to: 7.2 or higher

An important aspect of a Web Application is the visual identity it has. The Visual Identity represents all the graphic widgets that you may want to use in order to make the Web Application good looking and in order to have a great user experience. Since it's possible to specify a personalized ...

MoreRead this article and get points!
 
209 items
 

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