I need to implement progressbar in EXT.NET. I have a Process command, as in transaction processing. I have to keep track of the total number of transactions and transactions that failed and succeeded. For instance. “A total of 60 transactions. 12 failed and 48 failed.”)
Now my question is: can I use the command template to implement it? I am not asking for the code, but I want to know if it makes sense.
The reason for this is that I have to implement some design patterns for assignment.
( http://en.wikipedia.org/wiki/Command_pattern one of the applications is progressbar)
PS:
If anyone has an example of a progress bar implemented using a command template, feel free to post: P
Danny source
share