Questions tagged [fat-client]

A fat client (also called a heavy, rich, or thick client) is a computer (client) in client-server architecture or networks that typically provides rich functionality independent of the central server

A fat client (also called a heavy, rich, or thick client) is a computer (client) in client-server architecture or networks that typically provides rich functionality independent of the central server. Originally known as just a "client" or "thick client" the name is contrasted to a thin client, which describes a computer heavily dependent on a server's applications.

A fat client still requires at least periodic connection to a network or central server but is often characterized by the ability to perform many functions without that connection. In contrast, a thin client generally does as little processing as possible and relies on accessing the server each time input data needs to be processed or validated.

Definition

7 questions
7
votes
2 answers

Using Piwik for a Single Page Application

Building a single page / fat client application and I'm wondering what the best practice is for including and tracking using http://piwik.org/ I'd like to use Piwik in a way that is architecturally sound and replacable with a different library in…
SimplGy
  • 20,079
  • 15
  • 107
  • 144
5
votes
2 answers

Single Sign-On for Rich Clients ("Fat Client") without Windows Logon

single sign-on (SSO) for web applications (used through a browser) is well-documented and established. Establishing SSO for Rich Clients is harder, and is usually suggested on the basis of Kerberos tickets, in particular using a Windows login…
MiKu
  • 85
  • 1
  • 9
2
votes
3 answers

Secure SQL Server accessed by fat client

Is there a way to secure a sql server database which is accessed by a fat client? Meaning: The application communicates directly with the database as it places sql statements itself. That means, the connection string has to be somewhere on the…
kcode
  • 1,220
  • 1
  • 18
  • 34
2
votes
1 answer

Does my fat-client application belong in the MVC pattern?

The web-based application I’m currently working on is growing arms and legs! It’s basically an administration system that helps users to keep track of bookings, user accounts, invoicing, etc. It can also be accessed via a couple of different…
boatingcow
  • 684
  • 7
  • 19
0
votes
0 answers

Should I generate passwords/tokens in server or client?

I am working on a three-layer application with the server, client, and database. The client is a java fat client. I need to generate tokens(= API keys) for access to the rest API. The hash value of these tokens will be saved to the database. Now I…
0
votes
1 answer

siebel fat client stuck in IE8

I'm using Siebel 8.1.1.14 on windows 7 64 bit and using IE8 32bit, Fat and local clients were working fine but suddenly when I tried to reopen them the IE8 says website is found but progress after a while is stuck and doesn't show Siebel page and…
0
votes
5 answers

Fat Java client need two-way communication channel to web server over http/https

I have a situation where I want a Java client to have a two-way data channel with a servlet (I have control over both), so that either can begin data transferring without having to wait for the other to do something first, but to get through the…
Thorbjørn Ravn Andersen
  • 73,784
  • 33
  • 194
  • 347