Web GBVs: Diagram Console


Menu Expand/Collapse Menu
Building treeviews involved: collecting the data for diagrams, excluding folders & objects as needed, then assembling the target treeviews.


Each row represents a tier-to-tiers view. Asp-to-Data will assemble a cascade from ASP.net page to the data used for each page, including stored procedures, UDF's & the associated tables. Tables-to-tiers assembles the inverse: tables-to-sp's-to-VB-to-ASP. In some cases the VB layer can include various utility classes. UIF where used will indicate in treeview all the pages that reference a target object (ASP.Net or HTML). GIF where used will indicate all the pages that refer to a graphic object. Web waterfall assembles the cascade of objects used starting from any target page, i.e. Default.aspx to all the pages referenced then to all pages referenced by each layer. Obviously this can get very complex so the expand/contract +/- in treeviews comes in handy for focusing attention where needed.


Utility Class VB Subs, Private VB SUbs & Stored Procedure where used allow for focused study of those particular tiers.

Website Glassbox Views