Exposing a Web Service - Overview

Modelind Web Service with WebRatio
665 views Published on Jan 02, 2015 | Time 15 min
Applies to: 7.2 or higher

Usually, Web applications do not exist standalone but need to integrate with external systems and applications that are on the company intranet. The best way to make different applications communicate with one another is by using a Web Service infrastructure. That’s why it is important to know how y...

 

Exposing REST Web Service

Modeling Web Service with WebRatio Platform
530 views Published on Mar 02, 2015 | Time 20 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 ea...

 

Exposing SOAP Web Service

Modeling Web Service with WebRatio Platform
322 views Published on Mar 09, 2015 | Time 19 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 ea...

 

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

 

Data Import & Export - Excel

Modeling Actions with WebRatio Platform
537 views Published on Mar 10, 2015 | Time 30 min
Applies to: 7.2 or higher

Data management is the crucial aspect for Data Centric Web applications. So far you learnt how to create, read, update and delete data, but data is meant to be shown in so many different ways. Reading data through View Component is not the only option you have in WebRatio Platform. Imagine that y...

 

How to Define a Frame Layout Read this article and get points!

by Ombretta Malinverno
11,117 views Published on Apr 09, 2015
Applies to: 7.2 or higher

WebRatio Platform lets you define graphic containers for content shown to the user. These containers can be reused for many projects and applied to different type of content. This is possible thanks to the ability to create a dedicated resource containing the graphic container code. This resource is...

MoreRead this article and get points!
 

WebRatio Platform Architecture and MVC

Web Application Architecture
429 views Published on Apr 10, 2015 | Time 10 min
Applies to: 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 Read this article and get points!

by Ombretta Malinverno
11,221 views Published on Jan 13, 2014
Applies to: 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 ...

MoreRead this article and get points!
 

Analyze Error Logs

Generate, Deploy & Test with WebRatio Platform
350 views Published on Jun 06, 2014 | Time 30 min
Applies to: 7.2 or higher

When you are testing a feature of your Web application, you may face some problems that prevent the feature from working properly. Using the "Application Logs" is the best way to understand what’s going on, find out the root cause of the undesired behavior and eventually understand which part of the...

 

How to Use Generation Commands Read this article and get points!

by Ombretta Malinverno
8,154 views Published on Dec 04, 2013
Applies to: All versions

To get the Web Application from your Web Project, you have to generate it. When a project is generated, the Application Server loads the corresponding Web Application. WebRatio uses Apache Tomcat as the default Application Server Apache. Tomcat implements the JavaServer Pages (JSP) and Sun Microsys...

MoreRead this article and get points!
 

Using Visual Debug

Generate, Deploy & Test with WebRatio Platform
425 views Published on May 22, 2014 | Time 28 min
Applies to: 7.2 or higher

Debugging is a fundamental tool for developing a reliable Web application. In the standard debugging approach, every time a problem arises or whenever you want to investigate the behavior of your application, you can easily debug it by placing breakpoints in your lines of code. Debugging with WebRa...

 

How to Deploy a Web Application on Different Environments Read this article and get points!

by Ombretta Malinverno
17,495 views Published on Apr 01, 2015
Applies to: 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. ...

MoreRead this article and get points!
 

Reusable Models: Modules & Module Definitions

Manage Large Projects
670 views Published on Mar 21, 2014 | Time 20 min
Applies to: 7.2 or higher

This lesson gives you the basic knowledge required to define reusable portions of IFML models using the module and module definition concepts. Working on real-world Web applications may require modeling a large project. In this situation it’s important to be able to manage the project to avoid loss...

 

Reusable Models: Master Page

Manage Large Projects
16 views Published on Mar 18, 2014 | Time 13 min
Applies to: 7.2 or higher

This lesson gives you the basic knowledge required to define common content in an IFML Model through the "Master Page" concept. Working on real-world Web applications may require modeling a large project. In this situation it’s important to be able to manage the project to avoid loss of control and...

 

Avoiding Persistent Tomcat Sessions Read this article and get points!

by Michela Frigerio
7,338 views Published on Oct 24, 2011
Applies to: All versions

In Apache Tomcat, the Manager element represents the session manager that will be used to create and maintain HTTP sessions as requested by the associated Web Application. Read this article to know how to disable the Persistent Session Management in any Tomcat installation.

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