Visual Basic.NET
  Home arrow Visual Basic.NET arrow Page 3 - Building a Robust and Highly Scalable Dist...
ASP Free Forums 
.NET  
ASP  
ASP Code  
ASP.NET  
ASP.NET Code  
BrainDump  
C#  
Code Examples  
Database  
Database Code  
IIS  
Microsoft Access  
MS SQL Server  
Visual Basic.NET  
Windows Scripting  
Windows Security  
XML  
ASP Web Hosting  
ASP.NET Web Hosting 
Dedicated Servers 
Actuate Whitepapers 
VeriSign Whitepapers 
Windows Web Hosting
 
IBM® developerWorks 
Sun Developer Network 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
VISUAL BASIC.NET

Building a Robust and Highly Scalable Distributed Architecture using VB.NET
By: Jagadish Chaterjee
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 38
    2004-11-22

    Table of Contents:
  • Building a Robust and Highly Scalable Distributed Architecture using VB.NET
  • A Brief Discussion on Architectural Considerations
  • Architecture Implemented
  • How to Test COM Serviced Component
  • How to Test Remoting Component Without Using Windows Service
  • How to Test Remoting Component Using Windows Service

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT

    Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here

    Building a Robust and Highly Scalable Distributed Architecture using VB.NET - Architecture Implemented


    (Page 3 of 6 )

    The following diagram (Fig 1) illustrates the architecture implemented in this scenario.

    Building a Robust and Highly Scalable Distributed Architecture using VB.NET

    There exists a Stored Procedure (pAreaInsert) in the database. A Serviced Component (CDataAccess.vb in COM+ Services) acts as a DAL (Data Access Layer) between Remote Component and Database. The Business Component (CArea.vb) is designed using Remoting and a Windows Service (RemoteAccessAgent.vb) hosts the Remoting Component to make it available to different Remote clients.

    The downloadable Visual Studio.NET 2003 solution with this article contains following projects built into it:

    1. DataAccessComponent – Serviced component acting as data access layer.

    2. ConsoleCOMPlusClient – To test Services Component.

    3. BusinessComponents – Remoting Component implementation.

    4. ConsoleRemoteServer – just to Host Remoting Component as server (without windows service).

    5. ConsoleRemoteClient – Just to test the Hosted Remoting Component Server with a Remote Client (without windows service).

    6. BusinessComponentService – Windows service hosting the Remote component.

    7. ConsoleServiceClient – To test the Remote component hosted by Windows service.

    8. Setup1 – A windows setup project to generate windows client installation MSI.

    DON’T RUN THE ENTIRE SOLUTION. You can test every tier (or layer) individually with the respective Console client application. Consider the following:

    • Use projects 1 and 2 to access DB through Data Access Component directly using console application.

    • Use Projects 1, 3, 4 and 5 to access DB through Data Access Component from Remoting component using a Console Remoting Client hosted by Console Remote Server.

    • Use Projects 1, 3, 6 and 7 to access DB through Data Access Component from Remoting component hosted by a Windows service using a Console Service Client (same as Remoting Client).

    More Visual Basic.NET Articles
    More By Jagadish Chaterjee


       · I'm not seeing a fig 6.
       · The image was found and placed in the article. We apologize for any inconveniences...
       · Hello,Please in your article regarding the above message title, you did mention...
       · The link is on the first page itself or...
     

    VISUAL BASIC.NET ARTICLES

    - Working with Classes and Properties for Game...
    - Working with Loops, Arrays, and Collections ...
    - Learning Loops in VB.NET for Game Development
    - Learning VB.NET: Working with Variables, Con...
    - The Basics of VB.NET Through Text Game Devel...
    - Learning VB.NET Through Text Game Development
    - Types of Operators in Visual Basic
    - Operators
    - Understanding Custom Events using Visual Bas...
    - Polymorphism using Abstract Classes in Visua...
    - Shadowing using Shadows in Visual Basic.NET ...
    - Overloading and Overriding in Visual Basic.N...
    - More on Controlling Windows Fax Services Usi...
    - Programmatically Controlling Windows Fax Ser...
    - Focusing on Forms and Menus in Visual Basic





    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway