API
  • Introduction
  • Overview
    • Introduction
  • REST API
    • Invoking Platform from external apps
  • Client-side variables
    • Inside a client-side Javascript action
  • Client-side Javascript API
    • Global methods and UI API
    • Uploading files
    • Window
  • Server-side issues
    • Designing a Web Service
    • Server-side Javascript Debugger
  • Server-side variables
    • Inside a business component
    • Inside a server-side Javascript action
  • Server-side Javascript API
    • Monitoring
    • Alert
    • Email
    • HTTP
    • JWT
    • Ldap
    • CSV-Text File
    • Image File
    • Excel File
    • PDF File
    • Other Files
    • Other
    • MongoDB
    • Reporting
    • Sql
    • XML
    • Activiti BPM
    • Archiflow
    • Import Cells from xlsx
    • Import Rows from csv, xls and xlsx
    • User management
    • Whatsapp
    • Chips panel
    • Google Cloud Storage
    • Google GSuite
    • Google Spanner
    • Google BigQuery
    • Google Datastore
    • Google App Engine
    • Google Sheet
  • Function JSS EE
  • Function JSS
Powered by GitBook
On this page
  • Server-tier
  • Web tier
  • Mobile tier

Was this helpful?

  1. Overview

Introduction

In this area you can find information about a series of topics very common when creating web or mobile applications.

Server-tier

Here you can find information about built-in functions available when working with server-side javascript. This can be used either in server-side javascript actions or in javascript business components.

In any case, these actions/components can be invoked both by the web tier of a web application and from a mobile app.

This section includes:

  • Designing a Web Service - best practises about a correct definition of a web service through a server-side Javascript action

  • Server-side Javascript Debugger - how to use the embedded debugger for server-side javascript actions

  • Server-side variables - used within server-side javascript actions or javascript business components

  • Server-side Javascript API - reporting all the built-in functions available and that can be used in your actions/components

  • REST API - how to invoke a server-side javascript actions or built-in functions from external applications

A sub-section of the server-tier is represented by GAE actions, which are a sub-type of server-side javascript, which is not executed inside a Standard Platform server, but it is executed within Google App Engine (GAE).

Web tier

Here you can find information about built-in functions available when working with javascript to run within your web tier, i.e. the User Interface shown in the browser.

This section includes:

  • Client-side variables - used within client javascript actions

  • Client-side Javascript API - reporting all the built-in functions available and that can be used in your client actions

Mobile tier

Here you can find information about built-in functions available when working with javascript to run within your mobile app. This can be used either in mobile javascript actions or in javascript business components.

In any case, these actions/components can be invoked only locally from your mobile app.

This section includes:

  • Mobile variables - used within mobile javascript actions or javascript business components

  • Mobile Javascript API - reporting all the built-in functions available and that can be used in your actions/components

PreviousIntroductionNextInvoking Platform from external apps

Last updated 5 years ago

Was this helpful?