Thursday 7 November 2013

Design Patterns and Thick Client Applications

I have feeling that these design patterns make more sense in case thick client application where we have big object-graph in the memory all the time, the static and dynamic complex wiring of objects really yield something very immensely interesting and elegantly awesome.

It is very hard to have such user specific object graph on Server for the a particular user. It do not
make sense, on the Web, we have request response model.

But Objects can make their magic work on the Server in case of Session Object stored on the Server.
But these Session or State Object are light weight. The are not the complex object graph of objects.

But this can be done in case of RIA applications where moderate size client, like the SWF
resides on the Client Machine.

No comments:

Post a Comment