• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Service to Wprker pattern, one pattern or multiple-pattern?

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I use simplified version Service to Worker pattern in my design, depending to the Core J2EE Pattern, the STW pattern, exactly speaking, consists of other design patterns, here the question comes in, in the component diagram, should I just mention one STW pattern, or split them into multiple patterns, or put them all in the diagram note?

Thanks alot
 
Ranch Hand
Posts: 223
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I guess you can show the FrontController and the DispatcherView a scomponents and stick a note to both saying "Service to Worker".
From my understanding the DispatcherView pattern doesn't exist on it's own either, it is always combined with a FrontController. The only difference between DV and STW is that SWT has a more complex DV, but both DV and STW must have a FrontController.

D.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic