Difference between revisions of "User:Dzonatas Sol/AWG Asset/Description"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
* An entity which can be transferred from agent to agent or from agent to region or from region to agent. It can be something like an object, texture, sound, link, landmark, and so forth.
An {{AWG|Asset}} is an abstract data structure with elements for the data of interest (core asset-data), its properties, and its meta data. Each {{AWG|Asset}} may have core asset-data that may or may not have intellectual property value. {{AWG|Asset}}s exist in the {{AWG|Agent Store}}s of the {{AWG|Agent Domain}} or in the {{AWG|Region Store}}s of the {{AWG|Region Domain}}, and the {{AWG|Asset}} may move between those stores. The actual data of an {{AWG|Asset}} may be cached, copied, or modified if its properties allow. The meta data provides a mechanism to access the rest of the data.
: Architecturally, an asset consists of '''asset properties''' and '''asset data''' (also called meta data).
::* (temp note): ''We need some clarity here, and elsewhere in the glossary between a Web Services description of resources such as an asset, and an in use description. If we view all assets as having URLs and a singular place in an asset server where the definitive copy of the asset exists, then we need to separate that from the potentially many places where copies of that set of information may be cached and used.'' -- [[User:Zha Ewry|Zha]]
 
::* Ah.. Actually, if we wish to make a distinction between the asset's data, and its meta-data, then, we have the asset, which would be what we "get" from the URL, and the meta-data, which we seperate from the core item, in one of several ways. There was a nice bit of discussion of this in Zeros office hours on October 18 [[User:Zero Linden/Office Hours/2007 Oct 16|transcript]]  -- [[User:Zha Ewry|Zha]] October 18, 2007, 5:42 PDT
::* ''asset is currently under discussion on sldev'' -- [[User:Dr Scofield|Dr Scofield]] 00:19, 18 October 2007 (PDT)
 
* {{AWG|Asset}}s exist in the {{AWG|Agent Store}}s of the {{AWG|Agent Domain}} or in the {{AWG|Region Store}}s of the {{AWG|Region Domain}}.

Revision as of 15:28, 20 October 2007

An Asset is an abstract data structure with elements for the data of interest (core asset-data), its properties, and its meta data. Each Asset may have core asset-data that may or may not have intellectual property value. Assets exist in the Agent Stores of the Agent Domain or in the Region Stores of the Region Domain, and the Asset may move between those stores. The actual data of an Asset may be cached, copied, or modified if its properties allow. The meta data provides a mechanism to access the rest of the data.