| Author |
What is the core functionality of 'Dispatcher View' and 'Service to Worker' Design pattern ?
|
Subodh Ray
Greenhorn
Joined: Dec 01, 2011
Posts: 16
|
|
I don't know is this the right place to ask this question or not. But I am unable to understand the exact functionality of "Service to Worker" and "Dispatcher View Pattern."
Why we need and when this pattern fit? Can you please explain me with simple examples, as I already read this link
but not able to understand, If any body provide me the easiest solution or simple example could appreciates me.
Thanks
Subodh
|
 |
E Armitage
Ranch Hand
Joined: Mar 17, 2012
Posts: 220
|
|
You should read about the Front Controller and View Helper patterns first because the Service to Worker is a combination of those patterns.
Also the service to worker page itself: http://java.sun.com/blueprints/corej2eepatterns/Patterns/ServiceToWorker.html
|
 |
Subodh Ray
Greenhorn
Joined: Dec 01, 2011
Posts: 16
|
|
|
Hey E Armitage Thanks for reply
|
 |
 |
|
|
subject: What is the core functionality of 'Dispatcher View' and 'Service to Worker' Design pattern ?
|
|
|