WO1998039705A1 - A method and system for in a multimedia environment managing global information entities across a plurality of html containers - Google Patents

A method and system for in a multimedia environment managing global information entities across a plurality of html containers Download PDF

Info

Publication number
WO1998039705A1
WO1998039705A1 PCT/IB1998/000215 IB9800215W WO9839705A1 WO 1998039705 A1 WO1998039705 A1 WO 1998039705A1 IB 9800215 W IB9800215 W IB 9800215W WO 9839705 A1 WO9839705 A1 WO 9839705A1
Authority
WO
WIPO (PCT)
Prior art keywords
html
container
global
containers
application
Prior art date
Application number
PCT/IB1998/000215
Other languages
French (fr)
Inventor
Harald Hendrikus Johannes Hagenaars
Original Assignee
Koninklijke Philips Electronics N.V.
Philips Ab
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Koninklijke Philips Electronics N.V., Philips Ab filed Critical Koninklijke Philips Electronics N.V.
Priority to JP10529263A priority Critical patent/JP2000510983A/en
Priority to EP98902755A priority patent/EP0898741A1/en
Priority to PCT/IB1998/000215 priority patent/WO1998039705A1/en
Publication of WO1998039705A1 publication Critical patent/WO1998039705A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45508Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation

Definitions

  • the invention relates to a method for in a multimedia environment managing one or more global information entities across a plurality of HTML containers.
  • HTML HyperText Markup Language
  • An exemplary and lucid introduction to this language is the information called HTMLPRIMER.HTML, pages 1-16, provided by the National Center for Supercomputing Applications, that is emailable under pubs@ncsa.uiuc.edu.
  • Multimedia and other interactive applications may be implemented either through HTML, or through using a VISUAL BASIC script CVBscript) that is located within a so-called container, or through a mixture of the two. Note that each file forms a separate container.
  • a particular application may be built up from an appreciable number of HTML documents, one or more thereof containing code expressed in a language such as VBScript or JAVAscript.
  • a particular variable, function, or procedure may be declared within a single HTML container in a local manner, so that the so-defined item is valid only within the container in question.
  • Such entities may then be accessed exclusively from the Procedure or Function wherein the entity in question has been defined.
  • a second policy such entity may de defined in a global manner, that is valid across various different such containers, but the entity in question can still be accessed exclusively from the container which comprises the declaration of that entity. The latter would often imply a recursive series of calls through a tree structure of several containers. In particular, the so-called zero frame has not yet been documented.
  • the invention is characterized by providing an additional GLOBAL.HTML container for therein executing said managing within a predetermined script language.
  • the one extra container does not overly complicate the structure of the application in question, whilst the uniform jumping to a standard container will be felt by a user as only a small additional burden.
  • this standard container would always be located at a fixed location in memory that is known in advance, and therefore, the accessing thereof can be rendered implicit.
  • it will be known automatically that a particular item is an item defined in a global manner.
  • the invention also relates to a system for implementing the method as recited. Further advantageous aspects of the invention are recited in dependent Claims.
  • Figure 1 a block diagram of the invention's environment
  • Figure 2 a screen diagram of a multicontainer application.
  • FIG. 1 is a block diagram of the invention's environment.
  • Block 22 symbolizes the Internet or similar structure that links a plurality of remote sites 20, which may be embodied either in hardware or in software, to local modem 24.
  • the local station furthermore contains processing facility 26, memory facility 30, display facility 32, and user interface facility 28.
  • the I/O structure may be structured more intricately than the minimal configuration shown.
  • Local memory 30 may accommodate a plurality of applications, that may be fetched from Internet and subsequently rendered simultaneously accessible through visualizing on display facility 32. Such application may imply the consulting of an information structure, the amending of such structure for local use, interrelating various such structures for creating a higher level of information, or after the above amending, altering the content of a site accordingly.
  • FIG. 2 is a screen diagram of a multicontainer application.
  • the hardware pertaining to the screen has not been given in detail.
  • three different containers have been visualized as strip 42, strip 44, and main field 40, respectively.
  • the displayed content of these containers has not been detailed further.
  • Each such container field may display various information items, such as variables, functions or procedures, in addition to various fixed items.
  • a variable is generally an attribute of a fixed item, such as the size of a frame, or the colour of a displayed entity.
  • a function may be a particular prescription for influencing such attribute value.
  • a procedure may be a prescription for executing a particular operation, such as an action on a particular global file; normally, the result of such action is not displayed, but remains out of the graphic display realm.
  • the measures as proposed comprise the defining and generating of a specific document GLOBAL.HTML for therein storing global entities such as variables, functions, and procedures. This generating occurs at the time when the application is created.
  • the document or container GLOBAL.HTML is not displayed in the format of Figure 2.
  • it has been shown outside the screen 38 in a hatched manner 46. An exchanging of the displayed frames with others will not amend the global container, that will remain immediately accessible as long as the application is running.
  • the file GLOBAL.HTML may, for example, look as follows:
  • the indications ⁇ SCRIPT .. > and ⁇ /SCRIPT > are the delimiters of the container, the header delimiter furthermore defining the LANGUAGE actually used.
  • Variables are declared through a start with Dim, and separated through a comma. Various types of variable will each require their respective Dim starter.
  • Functions are declared through a start with Function and terminated through a terminator End Function.
  • Procedures are declared through a start with Sub and terminated through terminator End Sub. For the example, only a minimal configuration of the GLOBAL.HTML container has been shown, as well as only a rudimentary format of the Procedure and Function entities.
  • the container is stored at a predetermined address location relative to the memory area made available to the application in question.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)

Abstract

For in a multimedia environment managing one or more global information entities across a plurality of HTML containers, an additional GLOBAL.HTML container is provided for therein executing said managing within a predetermined script language.

Description

A method and system for in a multimedia environment managing global information entities across a plurality of HTML containers.
BACKGROUND OF THE INVENTION
The invention relates to a method for in a multimedia environment managing one or more global information entities across a plurality of HTML containers. In the environment of Internet, one of several protocols used for producing documents is the HyperText Markup Language (HTML). An exemplary and lucid introduction to this language is the information called HTMLPRIMER.HTML, pages 1-16, provided by the National Center for Supercomputing Applications, that is emailable under pubs@ncsa.uiuc.edu. Multimedia and other interactive applications may be implemented either through HTML, or through using a VISUAL BASIC script CVBscript) that is located within a so-called container, or through a mixture of the two. Note that each file forms a separate container. In consequence, a particular application may be built up from an appreciable number of HTML documents, one or more thereof containing code expressed in a language such as VBScript or JAVAscript. Now, according to a first policy, a particular variable, function, or procedure may be declared within a single HTML container in a local manner, so that the so-defined item is valid only within the container in question. Such entities may then be accessed exclusively from the Procedure or Function wherein the entity in question has been defined. According to a second policy, such entity may de defined in a global manner, that is valid across various different such containers, but the entity in question can still be accessed exclusively from the container which comprises the declaration of that entity. The latter would often imply a recursive series of calls through a tree structure of several containers. In particular, the so-called zero frame has not yet been documented.
SUMMARY TO THE INVENTION
Now therefore, amongst other things a need has been recognized to be able to manage such global entities across multiple HTML containers without the necessity to always first explicitly return to the container that holds the associated declarating statement. The latter container could in principle one of an appreciable number which at any time would be active in an application. In consequence, according to one of its aspects, the invention is characterized by providing an additional GLOBAL.HTML container for therein executing said managing within a predetermined script language. The one extra container does not overly complicate the structure of the application in question, whilst the uniform jumping to a standard container will be felt by a user as only a small additional burden. Note that this standard container would always be located at a fixed location in memory that is known in advance, and therefore, the accessing thereof can be rendered implicit. Moreover, it will be known automatically that a particular item is an item defined in a global manner.
The invention also relates to a system for implementing the method as recited. Further advantageous aspects of the invention are recited in dependent Claims.
BRIEF DESCRIPTION OF THE DRAWING
These and further aspects and advantages of the invention will be discussed more in detail with reference to the disclosure of preferred embodiments hereinafter, and in particular with reference to the appended Figures that show: Figure 1, a block diagram of the invention's environment; Figure 2, a screen diagram of a multicontainer application.
DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS
Figure 1 is a block diagram of the invention's environment. Block 22 symbolizes the Internet or similar structure that links a plurality of remote sites 20, which may be embodied either in hardware or in software, to local modem 24. The local station furthermore contains processing facility 26, memory facility 30, display facility 32, and user interface facility 28. Generally, the I/O structure may be structured more intricately than the minimal configuration shown. Local memory 30 may accommodate a plurality of applications, that may be fetched from Internet and subsequently rendered simultaneously accessible through visualizing on display facility 32. Such application may imply the consulting of an information structure, the amending of such structure for local use, interrelating various such structures for creating a higher level of information, or after the above amending, altering the content of a site accordingly.
Figure 2 is a screen diagram of a multicontainer application. The hardware pertaining to the screen has not been given in detail. As shown herein, three different containers have been visualized as strip 42, strip 44, and main field 40, respectively. For brevity, the displayed content of these containers has not been detailed further. These containers may be collectively associated to only a single application or to various different applications in parallel. Each such container field may display various information items, such as variables, functions or procedures, in addition to various fixed items. Here, a variable is generally an attribute of a fixed item, such as the size of a frame, or the colour of a displayed entity. A function may be a particular prescription for influencing such attribute value. A procedure may be a prescription for executing a particular operation, such as an action on a particular global file; normally, the result of such action is not displayed, but remains out of the graphic display realm.
Generally, the measures as proposed comprise the defining and generating of a specific document GLOBAL.HTML for therein storing global entities such as variables, functions, and procedures. This generating occurs at the time when the application is created. Inasmuch as the items in an application are exclusively used in containers that may be made visible on the screen anyway, the document or container GLOBAL.HTML is not displayed in the format of Figure 2. Inasmuch as it is nevertheless continually accessible, it has been shown outside the screen 38 in a hatched manner 46. An exchanging of the displayed frames with others will not amend the global container, that will remain immediately accessible as long as the application is running. Advantages of the procedure according to the invention are that the syntax of languages such as VBScript or JAVAscript need not be amended, application developers are not expressly required to use such file, permanent compatibility with pre-existing Internet VBScript or JAVAscript applications is guaranteed, and finally, reusability of procedures that are used often, and further a correct management of global entities are attained.
The file GLOBAL.HTML may, for example, look as follows:
< SCRIPT LANGUAGE =" VBScript" >
< !— Dim Variable 1, Variable2
Dim Array 1 [10]
Sub PlayMovie
Movie l.Play
Imagel.Zorder=0 End Sub
Function CalculateGraph (InputParameter as Variant)
End Function < /SCRIPT > In the above format, the indications < SCRIPT .. > and < /SCRIPT > are the delimiters of the container, the header delimiter furthermore defining the LANGUAGE actually used. Variables are declared through a start with Dim, and separated through a comma. Various types of variable will each require their respective Dim starter. Functions are declared through a start with Function and terminated through a terminator End Function. Procedures are declared through a start with Sub and terminated through terminator End Sub. For the example, only a minimal configuration of the GLOBAL.HTML container has been shown, as well as only a rudimentary format of the Procedure and Function entities. Upon starting the application, the container is stored at a predetermined address location relative to the memory area made available to the application in question.
In this example, the following entities are now defined as being global for the whole application: Variablel, Variable2, Array 1, Procedure PlayMovie, and Function CalculateGraph. Upon starting the application, the file in question will be loaded into memory at a fixed location that is known in advance. An application may access this memory location when wishing to manipulate any of the global entities. The nature of the application proper has not been discussed further for reasons of brevity.

Claims

CLAIMS:
1. A method for in a multimedia environment managing one or more global information entities across a plurality of HTML containers, characterized by providing an additional GLOBAL.HTML container for therein executing said managing within a predetermined script language.
2. A method as claimed in Claim 1, wherein said script language isone of
VisualBasic script (VBscript) or JAVAscript.
3. A device arranged for executing a multimedia application and therein managing one or more global information entities across a plurality of HTML containers, characterized by comprising accessing means for accessing an additional GLOBAL.HTML container for therein executing said managing within a predetermined script language, and upon starting the application in question loading the container in question into memory at a predetermined and fixed location.
PCT/IB1998/000215 1997-03-03 1998-02-23 A method and system for in a multimedia environment managing global information entities across a plurality of html containers WO1998039705A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP10529263A JP2000510983A (en) 1997-03-03 1998-02-23 Method and system for managing a global information entity spanning multiple HTML containers in a multimedia environment
EP98902755A EP0898741A1 (en) 1997-03-03 1998-02-23 A method and system for in a multimedia environment managing global information entities across a plurality of html containers
PCT/IB1998/000215 WO1998039705A1 (en) 1997-03-03 1998-02-23 A method and system for in a multimedia environment managing global information entities across a plurality of html containers

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
EP97200612 1997-03-03
EP97200612.6 1997-03-03
PCT/IB1998/000215 WO1998039705A1 (en) 1997-03-03 1998-02-23 A method and system for in a multimedia environment managing global information entities across a plurality of html containers

Publications (1)

Publication Number Publication Date
WO1998039705A1 true WO1998039705A1 (en) 1998-09-11

Family

ID=26146199

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IB1998/000215 WO1998039705A1 (en) 1997-03-03 1998-02-23 A method and system for in a multimedia environment managing global information entities across a plurality of html containers

Country Status (2)

Country Link
EP (1) EP0898741A1 (en)
WO (1) WO1998039705A1 (en)

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
BROWN MARC H., NAJORK MARC A., "Distributed Active Objects", DR. DOBB'S JOURNAL, Volume 22, No. 3, March 1997, pages 34-42. *
CAY S. HORSTMANN, "An Introduction to C++ and Object-Oriented Programming for C and Pascal Programmers", MASTERING C++, 1991, pages 208-226. *

Also Published As

Publication number Publication date
EP0898741A1 (en) 1999-03-03

Similar Documents

Publication Publication Date Title
CA2438176C (en) Xml-based multi-format business services design pattern
KR100353585B1 (en) Method for generating display control information and computer
US9830399B2 (en) Methods for dynamic document generation
US8935358B2 (en) Interactive server side components
US5557723A (en) Method and system for customizing forms in an electronic mail system
US6470349B1 (en) Server-side scripting language and programming tool
US7849437B2 (en) Object oriented web application framework
US7523158B1 (en) System and method for partial page updates using a proxy element
US20150205778A1 (en) Reducing programming complexity in applications interfacing with parsers for data elements represented according to a markup languages
US20020122054A1 (en) Representing and managing dynamic data content for web documents
US6629313B1 (en) In-line database access statements without a pre-compiler
US6344851B1 (en) Method and system for website overview
CN106201893B (en) A kind of Java bytecode debugger and adjustment method
US7509584B2 (en) Dynamic ECMAScript class loading
Ladd et al. Programming the Web: An application-oriented language for hypermedia service programming
US20040268249A1 (en) Document transformation
US20150317405A1 (en) Web Page Variation
US6182093B1 (en) Management of multimedia information across a plurality of HTML containers
US20070079233A1 (en) Extensible remote tag markup system and method
CN102981847B (en) The browser that page text frame is processed and method
US6829758B1 (en) Interface markup language and method for making application code
US20040030717A1 (en) Extending hypermedia documents
US8667390B2 (en) Asynchronous access to structured data
US20040015845A1 (en) Extendible instruction system
WO1998039705A1 (en) A method and system for in a multimedia environment managing global information entities across a plurality of html containers

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): JP

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH DE DK ES FI FR GB GR IE IT LU MC NL PT SE

WWE Wipo information: entry into national phase

Ref document number: 1998902755

Country of ref document: EP

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWP Wipo information: published in national office

Ref document number: 1998902755

Country of ref document: EP

WWW Wipo information: withdrawn in national office

Ref document number: 1998902755

Country of ref document: EP