spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / experts / javascript / column120


IBuySpy Store, Part II: JScript Components

Sr. Web Developer
mediabistro.com
US-NY-New York

Justtechjobs.com Post A Job | Post A Resume
Developer News
Microsoft Shows Off Silverlight 4, IE9 Plans
Metasploit Expands Vulnerability Test Framework
HyperCard Reborn?


File Interactions

The IBuySpy Store is quite complex. There are about 20 stored procedures, 13 ASP.NET pages, 5 user controls, 5 JScript .NET scripts, and one Web.config file. There are also a lot of interactions between these files. An ASP.NET page uses classes from all of the JScript .NET files, as well as ASP.NET user controls. IBuySpy classes use the stored procedures as their only mechanism to interact with the database. To assist you in finding your way in the IBuySpy Store code, we drew a color-coded map of the different file types and the interactions between them:

On the left hand side you see the ASP.NET user controls (pink) and the JScript .NET components (red). On the right hand side you see all the stored procedures (green). On the bottom you see all the ASP.NET pages. We drew a horizontal line from each stored procedure (green), from each user control (pink), and from each JScript .NET component (red). The vertical lines represent a called-by relationship between the ASP.NET pages at the bottom and the rest of the system. For example, a green vertical line between Login.aspx and the green line going left out of the CustomerLogin stored procedure shows that this stored procedure is called from the Login.aspx ASP.NET page.


Next: How to compile JScript components

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs

webref The latest from WebReference.com Browse >
Rolling Out Your Own HTML Application Version Control · HTML 5: Client-side Storage · Working with Ajax Server Extensions
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Wi-Fi Product Watch, November 2009 · Chip Market Recovering From '08 Collapse · Low-Cost Tools to Kickstart Your New Business


Produced by Yehuda Shiran and Tomer Shiran
All Rights Reserved. Legal Notices.
Created: October 7, 2002
Revised: October 7, 2002

URL: http://www.webreference.com/js/column120/4.html