Stateless Rich Display

Alex (@alex)

28178

0

0

About This Space

Stateless demo app, where the mobile client or the browser would control the flow of the application


Last updated on February 25, 2019

Public Permissions:   View   Open/Fork   Run   Comment  

Stateless Rich Display Template

NodeRun Rich Displays are screens you create with the Visual Designer tool. Rich Display applications are automatically intended to be Single Page Apps, meaning the browser page never reloads. There are two methods for deploying Rich Display applications:

  • Stateful: where a server session is automatically established and the server controls the flow of the application; this is great for transactional process-oriented apps

  • Stateless: where the browser or mobile client controls the flow of the application and and server data is requested via AJAX calls as necessary; this model is great for event-driven applications, or applications where a server connection is not guaranteed

This template illustrates how a stateless application is created.

start.html file

The starting point for a Rich Display stateless application is a simple HTML file that links to the Profound UI JavaScript & CSS runtime files.

pui.show() API

To display a Rich Display screen, the client-side pui.show() API is used. More information about this API can be found here: http://www.profoundlogic.com/docs/pages/viewpage.action?pageId=4850033

Using Widget Events

Unlike stateful applications, where the typical user action sends a response to the server (via properties like "response" on a button), stateless applications typically use events. All Rich Display widgets contain a variety of events, such as onclick. You can type any client-side code directly into those events.

Be the first to comment:      

Comments

Write Preview Markdown: bold italic code link
Post

More Spaces By Alex (@alex)

Filters:

Popular Recent

Simple output to a browser from Node.js

36408

0

0

Example of loading MongoDB data and showing it in a grid

36399

0

0

Eat other NodeRun players to win prizers

35963

4

3

React.js using Rich Display Components built in the Visual Designer

35555

0

1

Just testing some ajax calls

35474

0

1

Exploring Rich Display to build a shopping cart

34844

0

0

Static HTML Hello World App

34731

0

0

A demo of how to build Rich Displays in the Visual Designer that integrate with external CSS and JavaScript file

34283

0

0

Stateless demo app, where the mobile client or the browser would control the flow of the application

33956

0

0

This example consumes a list of countries from a GraphQL service

33907

0

0

33444

0

0

33281

0

0