WebRatio 5.0 Migration Guide

3 views Published on Dec 02, 2013
Applies to: All versions

Learn how to migrate your WebRatio 4.3 project to WebRatio 5.0. This document contains all the instructions needed for the migration process.

 

The Page Computation

18 views Published on Nov 29, 2013
Applies to: All versions

Page computation is the process by which new up-to-date information is computed on the server after a user action. The computed information is then used for rendering all, or part, of the client page or just a part of it. Know how the page computation works is useful when you model a page that is ...

 

Using the Script Component

1,614 views Published on Nov 29, 2013
Applies to: All versions

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

 

WebRatio 7.2 Migration Guide

511 views Published on Nov 29, 2013
Applies to: All versions

Learn how to migrate your WebRatio 7.1 project to WebRatio 7.2. This document contains all the instructions needed for the migration process.

 

WebRatio 7.1 Migration Guide

184 views Published on Nov 29, 2013
Applies to: All versions

Learn how to migrate your WebRatio 7.0 project to WebRatio 7.1. This document contains all the instructions needed for the migration process.

 

WebRatio 7.0 Migration Guide

234 views Published on Nov 29, 2013
Applies to: All versions

Learn how to migrate your WebRatio 6 project to WebRatio 7.0. This document contains all the instructions needed for the migration process.

 

WebRatio 6 Migration Guide

61 views Published on Nov 29, 2013
Applies to: All versions

Learn how to migrate your WebRatio 5 project to WebRatio 6. This document contains all the instructions needed for the migration process.

 

Crypting the user password Read this article and get points!

by Michela Frigerio
7,416 views Published on May 17, 2013
Applies to: All versions

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

MoreRead this article and get points!
 

Enterprise Project Read this article and get points!

by Laura Cigardi
25,203 views Published on Jan 21, 2013
Applies to: 7.0 or higher

Using an Enterprise Project aims to divide a project of great size in sub-projects to give an opportunity to organize work in a team with different access modes, managed by the repository. Also you can reduce the amount of memory occupied by the tool during editing. The Enterprise project allows a m...

MoreRead this article and get points!
 

Can I integrate a manually written JSP page in a WebRatio application? Read this article and get points!

by Alberto Molinaroli
22,798 views Published on Oct 24, 2011
JSP
Applies to: All versions

It is possible to integrate manually written JSP pages inside WebRatio applications. The procedure is short and composed of four phases. This guide shows the steps required to integrate a JSP in a WebRatio application.

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,201 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 can I programmatically call an operation module? Read this article and get points!

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

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

MoreRead this article and get points!
 

How to create a BAM Project Read this article and get points!

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

The BAM (Business Activity Monitor) is a software whose purpose is to aggregate, analyse, and present information about the run-time behaviour of a Business Processes based applications. The BAM in WebRatio is an application that connects to an application database through a scheduled automatic oper...

MoreRead this article and get points!
 

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

by Michela Frigerio
15,703 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 to Perform a Remote Deploy Read this article and get points!

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