Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
You can integrate GIT in WebRatio Platform using the EGIT project. EGit is an Eclipse Team provider for the Git version control system. Git i...
This guide goes through the required steps to download and install WebRatio Platform 9.
This guide goes through the activation procedure for each WebRatio Platform 9 edition.
The use of static values is often required when designing an application. Static values may depend on the application’s deployment environment. You can set these static values in a dedicated *.properties file, which is loaded at the application startup. This file contains a list of key-value pairs. ...
Each application has a couple of log files to which it write log messages to monitor the health of the running application. This guide helps you understanding and configuring these files.
How to optimize the app performancesWhen deploying an application is important to apply all known best practice to get the best performance possible. WebRatio Platform simplifies this task generating a release artifact that is optimized for production. However there are some best practice related to...
This kick start guides you through the modeling of a Web application using WebRatio Platform 9. The Web application you will model, will help you manage your daily tasks and your business contacts.
The WebRatio Mobile Platform 8.10 Release generates Mobile applications that meet the new Google Play Store requirements: Starting from August 2024, the Google Play Store requires new apps and apps' updates to target Android 14 (API level 34).
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...
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...
The Layout View lets you organize view components in the page using the 960 Grid System. The 960 Grid System (http://960.gs) is very popular CSS framework for defining page layout and is known for its ease and flexibility. The framework is a set of style sheets with CSS rules. It provides two grids:...
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...
In WebRatio Platform, the state of a component is represented by the Component State Object, a particular data structure that represents the internal state of particular component. This means that each type of component has its particular Component State Object. In its implementation, a Component St...
Content is the most important part of a Web application, and it should be presented in an engaging and professional way to provide the best user experience. Designing, which is the way a specific piece of information must be rendered for the user, is a web designer’s main task when creating a Web ap...
Work as a team effectively requires communication, collaboration, organization and time management skills. This document is not a complete guide on how to work as a team rather it is a guideline to use WebRatio Platform with a revision control system for better project management. This document will...