Stateless Rich Display

About This Space

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


Last updated on October 14, 2020

Public Permissions:   View   Open/Fork   Run   Comment  

Stateless Rich Display Template

Profound.js Spaces 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 klaw (@klaw)

Filters:

Popular Recent

This is a full database maintenance CRUD application with view, change, add, and delete capabilities

6235

0

0

Displaying information in grids is fundamental to developing applications. This demo application displays a list of products in a grid.

5381

0

0

A simple Rich Display app that shows how to focus a widget via JavaScript

7339

0

0

A Rich Display File application that stored the focus in a hidden field and uses that field to apply focus when the screen is re-drawn.

8691

0

2

A simple app to be called from RPG. It leverages the node-isbn package to resolve ISBN numbers and get the book title

5387

0

0

5807

0

0

Empty template with the basics set up for a quick display.

5797

0

0

Displaying information in grids is fundamental to developing applications. This demo application displays a list of products in a grid.

6003

0

0

Displaying information in grids is fundamental to developing applications. This demo application displays a list of products in a grid.

6357

0

0

Displaying information in grids is fundamental to developing applications. This demo application displays a list of products in a grid.

4759

0

0

An application to test the hardware failure in my mouse.

3667

0

0

A simple dashboard example that uses responsive design

4304

0

0