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...
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...
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...
WebRatio Mobile Platform gives you the possibility of making continuous builds of your Mobile Projects. This can be very useful to schedule builds on a dedicated server and for instance get a new build every night.
This process requires to create an Ant file that describes the result of the build o...
The WebRatio variables allow to configure the folder in which the Web Application of a Web Project will be generated when one of the following commands is used: Generate Full Web Project, Generate Selection, Generate Logic Descriptor Only, Generate Layout Pages Only. This articles describe which are...
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...
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 ...
This article explains step by step how to create the business process model of the "Travel Order" process. You will see a brief explanation about the process proposed and then the procedure to create the process model in WebRatio using the BPM perspective.
In the Domain Model you can define BLOB attributes to store files.
A common issue related to BLOB attributes is to show a dialog for the download of the blob data as a file.
You can consider as a solution to change the layout template to use the Content Disposition feature, which forces the "Sa...
This article is a step by step tutorial to guide you in the management of Signing Identities and Certificates.
You need to read, understand and accomplish each step reported to be able to build iOS application in debug and release mode.
WebRatio Mobile Platform gives you the possibility of making continuous builds of your Mobile Projects using predefined buildfiles bundled in WebRatio installation. This possibility can be integrated in continuous integration environments like Jenkins.
This tutorial guides you through the setup and...
WebRatio Mobile lets you build iOS apps that you can use for test on your mobile or for submission on the Apple Store. This article guide you through the build process showing both the debug and release mode and gives you the information required to publish an iOS app.
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.
The WebRatio pageContext is a particular data structure which is created everytime the user performs a request in a WebRatio generated Web application. It's a map that contains information used in the computation of all the Units contained in the requested destination page and it is stored in the JS...
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...