• 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

Architecture Struts2 - UML

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I suppose the architecture is well defined in the book, rather the communications betweent the components with example ?
For these communications, are they sequence diagram or class diagram defined ?
 
Ranch Hand
Posts: 884
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I suppose the big picture would be helpful to what you're seeking.

 
Engin OKUCU
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OK thanks for the picture....i already knew that but my question is more about example and sequence diagram with respect to that. It does not really anwser to my question.
 
Chengwei Lee
Ranch Hand
Posts: 884
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you need the sequence diagrams, probably you could take the source codes and reverse engineer from them. The big picture, however, does give you the understanding of how the request and response flows.

There is a high level request walk-through description here.
[ April 29, 2008: Message edited by: Chengwei Lee ]
 
Author
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hos geldiniz Engin!

We don't provide UML digrams in the book. But I assure you that we explain a lot more of the details about how the component of the architecture actually work and communicate together than most tech books. For instance, we spend a lot of time explaining how the interceptor cooperates with the action, and how the entire processing sequence, an action invocation, gets initiated and managed. This is pretty detailed stuff.
 
Engin OKUCU
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hos bulduk Michael ! :-)

Thank you for clarifications. Kitabi hediye olarak almak istiyorum, please. tesekkurler
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic