Overview

When it comes to client data access, the platform has a comprehensive set of client access tools.

One set of clients, the Displays Clients, uses the built-in drawing tools to deliver uniform views of rich and dynamic graphical interfaces across multiple platforms. The other set of clients, Data Client Types, utilizes different data exchange APIs to consume the data in their own applications or user interfaces.

On this page:


Displays Client Types

Many types of remote graphic clients are supported. This page will describe what is required for the installation and configuration of each one of these types of clients.

Rich Clients

Runs as a desktop application, allows blocking the Windows task-switch. This is ideal for process control applications that need high performance and enhanced security.

Smart Clients

Uses Click-Once technology. Installs and updates on remote clients with a single click from a browser and is automatically updated on the remote clients when it is updated on the server. It uses all the power of the remote computer yet retains the advantages of a centralized installation.

Web HTML5 Clients

Runs directly from the Web-Browser with no installation of any software required (nor any active-x controls!). The partial-trust security guarantees it runs in a completely isolated secure environment.


Rich Clients Setup

A Rich Client is a computer with the FrameworX RichClient installed. The RichClient is a WPF-based desktop application. (in Linux, the Rich Client is a WinForm application)

Advantages:

  • Allows the blocking of Windows task switching (Ctrl+Alt+Del, Alt+Tab, etc).

  • Can use redundant application servers automatically.

  • Project updates are downloaded automatically.

Trade offs:

  • Local product installation is required (Solution is remote, only the product is local). Therefore, product updates must be deployed to each client station.

Rich Clients 

Installation

Install FrameworX on the client computer.

How to start

Run the TRichClient.exe program. For an example of how to automatically start the client when a user logs into Windows, see Automatically Starting Windows Clients in the previous section.

Execution

The project runs in its own window. This client type has strong user security and includes the ability to disable the user from using the Windows Task Switch functionality. The ability to use or not use the Windows Task Switch can be tied to the user login. When running the TRichClientt.exe program on 64-bit machines, the application runs in 64-bit native code. If you need to run the 32-bit version, you can use the TRichClient32.exe program; this can be used to ensure compatibility with legacy COM and Active-X components.

Communication

Communicates with the server using the Windows Communication Foundation (WCF) (port configurable, default 3101).


Smart Clients Setup

A .NET Smart Client automatically downloads the application the first time you execute and also when it is updated on the server. It uses local processing so the hardware requirements are identical to the Rich Client, but there is no local installation of either the product or the project, therefore having all the benefits of a web-based solution plus the performance and security of a desktop solution.

Advantages:

  • One-click application installation.
  • Application updates are downloaded automatically from the server.
  • Allows the blocking of Windows task switching
  • Automatically recognize redundant servers

Trade off:

  • Only available to Windows computers

Smart clients are client applications that behave like rich clients but either run from the web or can be installed painlessly with a single click. You can deploy your application to be used by Windows smart clients. The smart client runs like the rich client, but it uses ClickOnce™ installation. This technology allows you to have the same functionality as the rich client without having to install the software on your computer.

The first time you access the application, the system automatically downloads the components necessary to run the application. The next time you access the application, the system checks if the local cache is the same version of the application that is on the server, and if necessary, updates the local cache before running the application. If the version is the same, the application starts immediately.

Smart client 

Installation

No installation required. The client computer needs to have the .NET Framework 4.0 and Internet Explorer 8.0 or later. 
The first time you start the application, it will automatically download the required components from the server. Every time the application starts, it automatically verifies if a new version is available on the server.

How to start

From Internet Explorer (or a shortcut) go to the URL:
http://<ServerIPAddressorName>/fs-2018.1/ TSmartClient.application  
For an example of how to automatically start the client when a user logs into Windows, see Automatically Starting Windows Clients in the previous section.

Execution

Runs exactly the same as the rich client. The functionality of the rich client and the smart client are the same; only the installation and activation methods are different.

Communication

Communicates with the server using WCF (port configurable, default 3101).


Web HTML5 Clients Setup

The Web clients run inside the browser.

Advantages:

  • Requires only web browser and it is multi-platform.
  • No installation required on the client-side Application.
  • Updates are downloaded immediately from the web server.

Trade offs:

  • Requires a web server (however, FrameworX includes a zero-config Web server).
  • Browser does not block Windows task switching (Ctrl+Alt+Del, Alt+Tab, etc).
  • Data communication performance, due the HTTP protocols will be slower than SmartClient and redundancy options must have external IP resolving or operator confirmation.

HTML5 Clients 

Installation

No installation required. The client computer needs to have the .NET Framework 4.0 and Internet Explorer 8.0 or later. 
The first time you start the application, it will automatically download the required components from the server. Every time the application starts, it automatically verifies if a new version is available on the server.

How to start

From Internet Explorer (or a shortcut) go to the URL:
http://<ServerIPAddressorName>/fs-2018.1 /TWebClient.Xbap
For an example of how to automatically start the client when a user logs into Windows, see Automatically Starting Windows Clients in the previous section.

Execution

Runs inside a web browser window using "Partial Trust" (Sandbox Security).

Communication

Communicates with the server using HTTP or HTTPS (port 80).


Clients Technologies Comparison

The three types of displays supported  (.NET, HTML5 and iOS) have their own benefits and trade offs. Depending on the Application each one, or a combination of more than is more suitable for your application.

Clients Technologies comparison 

Display Type

Comments

.NET Clients

Only to clients running on Windows Operating Systems.

Higher performance of all options, with Multithreading on the client side.

Stronger Security, allowing for instance to disable the Task Switch based on the User Logged.

It is can be executed as a RichClient or SmartClient application.

HTML5 Clients

  • All platforms (Android, iOS, Mac, Linux, Windows).

  • Working on serveral browsers (Chrome, Firefox, Microsoft Egde, etc).

  • Single-threading.

  • No "Layouts". 

  • No script class and task clients. Only codebehind of displays (Javascript).

  • Number of built-in controls lower than .NET but greater than Winforms.

  • Thousands of controls on the Internet can be used as external controls


In this section...

  • No labels