Difference between revisions of "Web View"

From Virtual World Web Wiki
Jump to: navigation, search
(Created page with "The '''Web View''' is an IIS-hosted ASP.NET MVC web application that renders web pages to represent VWW worldspace objects (Scenes, Worlds, etc). It is a part of Lay...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
The '''Web View''' is an IIS-hosted ASP.NET MVC web application that renders web pages to represent VWW worldspace objects ([[Scenes]], [[Worlds]], etc). It is a part of [[Layer One]] of the virtual world web infrastructure (See also [[Network Architecture]]).  
+
The '''Web View''' is an IIS-hosted ASP.NET MVC web application that renders web pages to represent VWW worldspace objects ([[Scene]]s, [[World]]s, etc). It is a part of [[Network Architecture#Layer_One|Layer One]] of the virtual world web infrastructure.  
  
 
==Responsibilities==
 
==Responsibilities==
 +
The Web View renders public web pages. It is intended to help you integrate your virtual world web the world wide web (WWW). The infrastructure maps [[Worldspace]] URLs onto HTTP URLs and provides pages for each unit of worldspace (world, scene, etc).
 +
 +
===Component Host===
 +
The Instance Host loads all [[Network Architecture#Layer_Two|Layer Two]] [[Component]]s and allows them to extend the infrastructure-provided worldspace web pages. Components can also add their own public-facing web pages. See the [[Component Programming Guide]] for more on components.

Latest revision as of 13:17, 26 February 2019

The Web View is an IIS-hosted ASP.NET MVC web application that renders web pages to represent VWW worldspace objects (Scenes, Worlds, etc). It is a part of Layer One of the virtual world web infrastructure.

Responsibilities

The Web View renders public web pages. It is intended to help you integrate your virtual world web the world wide web (WWW). The infrastructure maps Worldspace URLs onto HTTP URLs and provides pages for each unit of worldspace (world, scene, etc).

Component Host

The Instance Host loads all Layer Two Components and allows them to extend the infrastructure-provided worldspace web pages. Components can also add their own public-facing web pages. See the Component Programming Guide for more on components.