Whats the best way to model (UML modeling, Class Diagram, etc...) to
model Cairngorm, specifically ViewHelpers and the UI structure.

For Example I have a Main page that has a ViewStack for 3 sub parts of
the application.  Each Sub part has their own sub parts with
respective ViewHelpers.  The Diagram below hopefully describes what I
am talking about (VH = ViewHelper)

MainVH -> AppVH
      |   |
      |   |-> CategoryVH
      |   |
      |   |-> SubcategoryVH
      |   |      
      |   |-> ItemPageVH
      |   |      
      |   |-> RenderItemControllerVH
      |       |      
      |       |-> ItemRenderingAVH
      |       |      
      |       |-> ItemRenderingBVH
      |       |      
      |       |-> ItemRenderingCVH      
      |
      |-> ReportsVH
      |   |
      |   |-> User ReportsVH
      |   |
      |   |-> Group ReportsVH
      |
      |-> SetupVH
          |
          |-> Manage UsersVH
          |
          |-> Change PasswordVH
          
Does a standard Class Diagram suffice for modeling the structure
above?  I can't think of a way it would.  

What I am after is a nice way to show the API of all the ViewHelpers
but also convey the structure above.




------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to