Greetings, All -
I have a smart client application using Nettiers (latest builds) and Ent Lib 2.0. Basically, this is a distributed workflow app, so several different user will be accessing it at the same time, potentially from different locations. For several of the forms, I am populating grids with TLists of various object types.
What I'd like to do is cache these TLists, and ideally, I'd like ot use SQLConcurrency, so that when user2 updates a workitem record, user1's cached TList of workitems is invalidated. I'd also like to invalidate any open workitem records that are updated by another user.
The problem is, I have limited experience using nettiers with entlib, beyond the out of the box functionality. What's the best way to do this?
Mark Faulcon