Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
237 views

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 which helps users to keep track of bookings, user accounts, invoicing etc. It can ...
1
vote
3answers
136 views

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 ...
0
votes
0answers
88 views

Automatic testing of a fat (desktop) client implemented with JavaFX

There is an application in wich there are buttons, text fields, listboxes and pageflow. The whole application is written in javafx. How would you test this application? Is there any automatic ...
0
votes
1answer
116 views

Why aren't fat client-based CMS more widespread?

I'm a PHP developer at a smallish web design company. We build small to mid-sized corporate and e-commerce websites; mostly nothing fancy, using LAMP stack and Symfony framework. All our sites are ...
0
votes
5answers
542 views

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 ...