Stateless Rich Display 4

About This Space

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


Last updated on December 9, 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 Jeff Berman (@jeff)

Filters:

Popular Recent

A Hello World app with both dynamic output and input fields

2778

0

This is just the hello world template for me to test various NodeRun things with. Nothing to see here, move along... :-)

3222

0

0

A demonstration of some of the client-side grid functions that could be used in an offline mobile environment.

609

0

0

Simple space to demonstrate what appears to be a rendering bug in mobile Safari. Run this space on an iPhone running 12.2 or higher, rotate the phone to landscape, then rotate back to portrait. If the issue occurs, there will be an unusable white space at the bottom of the screen.

3747

0

0

map demo

3019

0

0

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

2705

0

0

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

2624

0

0

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

3263

0

0

Static HTML Hello World App

2759

0

0

Simple page to test voice dictation not working in iOS 13

3025

0

0

Test an issue with programmatically checking checkboxes

3017

0