H
hufaunder
I'm new to wcf & wf and try to get a handle on how all this should be
used, in particular for a smart client like an email program, a
trading platform, etc. For something like that you have the common 3
tiers:
1) Some GUI that has certain buttons, i.e. send email/stock order.
There might be different GUIs.
2) Some complex interfaces/classes
3) Some logic layer that translates each action on the GUI layer into
a range of calls to the classes and keeps track on states.
Now to the questions:
1) Is the best approach to create a workflow for each action on the
GUI, i.e. workflow for sending email/order, workflow for retrieving
data/portfolio, etc?
2) Where would WCF come into play? Between the GUI and WF, i.e. WF is
on the server side and it calls the complex classes? Or between the WF
and the complex classes, i.e. WF is on the server side?
Any input and other comments are appreciated
Thanks
used, in particular for a smart client like an email program, a
trading platform, etc. For something like that you have the common 3
tiers:
1) Some GUI that has certain buttons, i.e. send email/stock order.
There might be different GUIs.
2) Some complex interfaces/classes
3) Some logic layer that translates each action on the GUI layer into
a range of calls to the classes and keeps track on states.
Now to the questions:
1) Is the best approach to create a workflow for each action on the
GUI, i.e. workflow for sending email/order, workflow for retrieving
data/portfolio, etc?
2) Where would WCF come into play? Between the GUI and WF, i.e. WF is
on the server side and it calls the complex classes? Or between the WF
and the complex classes, i.e. WF is on the server side?
Any input and other comments are appreciated
Thanks