GB2379999A - A method of transferring software code between a server and a browser linked to the server - Google Patents

A method of transferring software code between a server and a browser linked to the server Download PDF

Info

Publication number
GB2379999A
GB2379999A GB0114488A GB0114488A GB2379999A GB 2379999 A GB2379999 A GB 2379999A GB 0114488 A GB0114488 A GB 0114488A GB 0114488 A GB0114488 A GB 0114488A GB 2379999 A GB2379999 A GB 2379999A
Authority
GB
United Kingdom
Prior art keywords
server
browser
data
content
manifestation environment
Prior art date
Legal status (The legal status 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 status listed.)
Withdrawn
Application number
GB0114488A
Other versions
GB0114488D0 (en
Inventor
Tom Gibara
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
RECIPEXPERIENCE Ltd
Original Assignee
RECIPEXPERIENCE Ltd
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 RECIPEXPERIENCE Ltd filed Critical RECIPEXPERIENCE Ltd
Priority to GB0114488A priority Critical patent/GB2379999A/en
Publication of GB0114488D0 publication Critical patent/GB0114488D0/en
Publication of GB2379999A publication Critical patent/GB2379999A/en
Withdrawn legal-status Critical Current

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/445Program loading or initiating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation

Abstract

A method is provided for transferring data or code from a server 102 to an internet browser operating on a user system 101. When data is received from the server 102, the browser will manifest the document and any linked document from the data in a first content manifestation environment. However, in accordance with the method of the invention a second content manifestation environment is also created within the browser which is functionally independent of the first content manifestation environment. The first and second content manifestation environments may be defined in said browser by separate HTML frames. The second content manifestation environment may be formed by an embedded Java õ applet in the HTML document which forms the first manifestation environment.

Description

<Desc/Clms Page number 1>
A METHOD OF TRANSFERRING SOFTWARE CODE BETWEEN A SERVER AND A BROWSER LINKED TO THE SERVER The present invention relates to a method of transferring software code between a server and a browser linked to the server and through which a user interacts with the server.
The World Wide Web provides a document based interface through which users can obtain access to information and services. Each page which is provided on the web provides a limited amount of content and can also provide a number of HTML forms via which a browser can interact with the computer containing the server upon which the page is stored.
The introduction of JavaScripf into the Netscape Navigator"'2 browser enabled internet developers to provide dynamic content within pages which are intended to be accessible over the World Wide Web.
JavaScripf is a lexically scoped embedded scripting language which is specifically designed for execution within pages provided over the World Wide Web. A scripting language of similar scope is also provided in the Microsoft Internet Explorer Internet browser. Both JavaScripf and/or any other scripting language such as VBScript'"which is used with Internet Explorer'can be used to dynamically change the page by adding or removing elements or by changing document styles.
Problems arise with existing communications over the Internet insofar as if the web page supplied by a server contains a great deal of
<Desc/Clms Page number 2>
HTML, the user who has requested this page using the browser must endure a long wait between successive pages and if much of the HTML is identical in successive pages, the user's time and the resources of the server in supplying the information are wasted. Furthermore, it may also be possible that the user may be forced to split requested tasks up into a number of artificially small steps, each of which will need to be formed in a separate document or page, because the options at each step rely on new information which is provided by the server via the browser at the request of the user and which can only be made available as a new document. If more than one document is used, streaming media, interactive media and any animation embedded within the first document with which the user may be interacting will be interrupted and must be reloaded for each successive document linked from the first document.
As mentioned above, the use of embedded scripting language provides developers with the opportunity to provide an almost unlimited number of services within a single web page as a means to overcome the disadvantages mentioned above. However, the use of a single web page gives rise to its own problems insofar as, as the number of services embedded in a single web pages increases, the limiting factor becomes the amount of software code required to provide the services within the page. This code must be loaded into the browser which the user is using before it is executed to provide the service. To overcome this disadvantage it is necessary to be able to request new code from the
<Desc/Clms Page number 3>
server and for the server to be capable of supplying the requested code. With present Internet browsers and servers, this is not possible without interrupting the first document which provides the user via the browser with services and information as mentioned above.
It is an object of the present invention to provide a method whereby a browser can be used by a user to request new code from a server without interrupting the document with which the user is interacting.
Thus and in accordance with a first aspect of the present invention therefore there is provided a method of transferring software code between a server and a browser linked to said server containing the following steps: (a) providing a first content manifestation environment in said browser to receive code from said server; and (b) providing a second content manifestation environment in said browser through which the user can interact with said server without interrupting the operation or use of the first content manifestation environment.
Most preferably the first and second content manifestation environments are defined in said browser by separate HTML frames.
In accordance with a second aspect of the present invention there is provided a software code transferring system comprising a server and a
<Desc/Clms Page number 4>
browser linked to said server operating in accordance with the method of Claim 1.
The invention will now be described with reference to the accompanying drawings in which: Figure 1 shows a schematic representation of one system upon which the method of the invention could be used; Figure 2 shows in diagrammatic form part of the process steps executed by the system of Figure 1 in carrying out one embodiment of the method of the present invention; and Figure 3 shows in diagrammatic form part of the process steps executed by the system in carrying out the embodiment of the method of Figure 2.
Referring now to the Figures there is shown in Figure 1 a system comprising a server 102 which is capable of transmitting data or code to an Internet browser operating on a user system 101. The data is transmitted between server 102 and browser 101 over a suitable data communications network 103.
The server 102 can comprise a computer system upon which software is hosted or can comprise any suitable software which is capable of communicating data to an internet browser provided on the user system.
The browser can comprise any software which is capable of
<Desc/Clms Page number 5>
manifesting data received from the server 101 for example an HTML document or software code.
The data communication network 103 comprises any suitable network over which the server 102 can communicate with the user system 101 by allowing data transmission therebetween.
The user system 101 comprises a conventional computer system or suitable part thereof.
In use, if the user operating the user system 101 wishes to receive data perhaps it the form of an HTML document from the server 102, the user will request the data using the browser. The steps carried out by the browser in carrying out this request are shown in Figure 2.
Once the data has been received from the server (step 201), the browser will manifest the document and any linked document from the data in a first content manifestation or primary content manifestation environment (step 202). In accordance with the method of the invention, a second or secondary content manifestation environment is also created within the browser which is functionally independent of the first content manifestation environment. By functionally independent it is meant that in a majority of tasks the first and second content manifestation environments operate independently, however in some instances the two content manifestation environment may interact to perform a specific task but in such circumstances any such interaction does not affect any content of the first content manifestation environment with which a user
<Desc/Clms Page number 6>
is interacting via the browser. The browser next verifies whether any more data is required for use in the document manifested in the first content manifestation environment (step 203). If further data is required (step 204), the browser will request the further data from the server from within the second content manifestation environment. Whilst this request is being completed (step 205), the user can still interact with the document manifested in the first content document manifestation environment using the browser since the first and second content manifestation environments are functionally independent as described above. Once the browser receives the requested data in the second content manifestation environment the appropriate data or other information is extracted and is passed into the first content manifestation environment (step 206). The appropriate data can then be executed within the primary content manifestation environment, or cached in the primary content manifestation environment for later execution or manifestation (step 207). Alternatively, the data can be executed, cached or manifested in the second content manifestation environment prior to being utilised in the first manifestation environment. Once the data in the first manifestation environment is complete, or the browser has ceased to interact with the primary content manifestation environment, the second content manifestation environment can be removed from the browser. Of course, in these circumstances, the second content manifestation environment is recreated when the browser makes a further request for data from the server at the users request or otherwise.
<Desc/Clms Page number 7>
Figure 3 of the drawings illustrate the sequence of events at the server when the server receives a request from the browser for data or software code.
When data is requested, the server will transmit the data for example an HTML document or code to the browser (step 302). If a request for additional data is received from the browser (step 303), the server will determine that it is a request for manifestation in the secondary content manifestation environment (step 304). If the request is for additional data, the server will embed the requested data in a document (step 306) and will transmit the document to a second manifestation environment of the browser (step 307). The data is embedded into the document in such a manner that it can be extracted in the browser as indicated in Figure 2. There may even be the dynamic generation of data in response to a request for additional data. This dynamically generated data, if present, will also be embedded in the document. If data requested is not for additional data, the server will generate the data and will transmit this data to the browser (step 305). Once again this process is repeated until no further requests for data are received which indicate the communication between the browser and the server is ceased (step 308).
It will be appreciated that the advantages in the present invention stem from the ability to operate in two functionally independent content manifestation environments as described above whereby a user is able to interact with a document in one manifestation environment of the browser
<Desc/Clms Page number 8>
whilst allowing further documents, possibly containing additional code, to be requested in a second manifestation environment. This means in practice that any number of services can be provided in a web page since each service will be able to request a code necessary to allow its execution via the second content manifestation environment without any delay or adverse interaction with any content in the first content manifestation environment with which the browser is interacting at the users request.
In practice, the method of the invention will create the first and second content manifestation environments as separate HTML frames within the browser. This will enable the content of the browser to be divided into separate functional environments. As an alternative to this, the second content manifestation environment can be formed by an embedded Java apple in the HTML document which forms the first manifestation environment. It will be appreciated that such a Java" applet can function independently in the HTML document and can therefore execute software code or receive data without interfering with the HTML document and any interaction with the content thereof by the browser at a users request.
It will of course be understood that the invention is not intended to be restricted to the detail of the above embodiments which are described by way of example only.

Claims (4)

1. A method of transferring software code between a server and a browser linked to said server containing the following steps: (a) providing a first content manifestation environment in said browser to receive code from said server; and (b) providing a second content manifestation environment in said browser through which the user can interact with said server without interrupting the operation or use of the first content manifestation environment.
2. A method of transferring software code between a server and a browser linked to said server according to Claim 1 wherein the first and second content manifestation environments are defined in said browser by separate HTML frames.
3. A method of transferring software code between a server and a browser linked to said server according to Claim 1 wherein the second content manifestation environment is formed by an embedded Java*" applet in the HTML document which forms the first manifestation environment.
4. A software code transferring system comprising a server and a browser linked to said server operating in accordance with the method of any of the previous claims.
GB0114488A 2001-06-14 2001-06-14 A method of transferring software code between a server and a browser linked to the server Withdrawn GB2379999A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
GB0114488A GB2379999A (en) 2001-06-14 2001-06-14 A method of transferring software code between a server and a browser linked to the server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
GB0114488A GB2379999A (en) 2001-06-14 2001-06-14 A method of transferring software code between a server and a browser linked to the server

Publications (2)

Publication Number Publication Date
GB0114488D0 GB0114488D0 (en) 2001-08-08
GB2379999A true GB2379999A (en) 2003-03-26

Family

ID=9916568

Family Applications (1)

Application Number Title Priority Date Filing Date
GB0114488A Withdrawn GB2379999A (en) 2001-06-14 2001-06-14 A method of transferring software code between a server and a browser linked to the server

Country Status (1)

Country Link
GB (1) GB2379999A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2905946A1 (en) * 2014-02-07 2015-08-12 Sick Ag Sensor with application program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0974900A2 (en) * 1998-07-20 2000-01-26 Hewlett-Packard Company Method for communicating between frames within a web browser window
EP0974897A2 (en) * 1998-07-22 2000-01-26 Hewlett-Packard Company Methods and systems for java interapplet communication
US20010001863A1 (en) * 1998-10-30 2001-05-24 Brian Shuster Method, apparatus and system for directing access to content on a computer network

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0974900A2 (en) * 1998-07-20 2000-01-26 Hewlett-Packard Company Method for communicating between frames within a web browser window
EP0974897A2 (en) * 1998-07-22 2000-01-26 Hewlett-Packard Company Methods and systems for java interapplet communication
US20010001863A1 (en) * 1998-10-30 2001-05-24 Brian Shuster Method, apparatus and system for directing access to content on a computer network

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2905946A1 (en) * 2014-02-07 2015-08-12 Sick Ag Sensor with application program

Also Published As

Publication number Publication date
GB0114488D0 (en) 2001-08-08

Similar Documents

Publication Publication Date Title
US5859973A (en) Methods, system and computer program products for delayed message generation and encoding in an intermittently connected data communication system
KR100288490B1 (en) Preserving state in stateless network protocols
Peng An assessment framework for the development of Internet GIS
EP2129148B1 (en) Content distribution system
US7207044B2 (en) Methods and systems for integrating with load balancers in a client and server system
US20030119386A1 (en) Method and system for installing server-specific plug-ins
CN101106578B (en) A method and system for changing interface subject
JPH11328074A (en) Communication method for data change of web resource
JP2001522114A (en) Method and system for facilitating distributed software development in a distribution-aware manner
WO2000023905A1 (en) Token based source file compression/decompression and its application
US6205415B1 (en) Server and terminal emulator for persistent connection to a legacy host system with file transfer
KR19990067537A (en) Method and apparatus for creating interactive hypermedia
JP2001522113A (en) Distributed web application server
CA2299150A1 (en) A system and method for providing real-time information to a web browser
MXPA06000085A (en) Refrigerator door and refrigerator therewith.
JP2006318499A (en) System and method for managing connection between server and client node
CN101132413B (en) ActiveX component multiplexing method based on Web application
US6216101B1 (en) Server and terminal emulator for persistent connection to a legacy host system with client token authentication
WO2001039046A1 (en) Web browser plug-in interface system
MXPA06000106A (en) Web application architecture.
US20020107915A1 (en) Protocol-independent JSP invocation
EP0998097B1 (en) Computer implemented method and apparatus for providing a logical point of access to one or more files
GB2379999A (en) A method of transferring software code between a server and a browser linked to the server
EP1031922A2 (en) Method and system, and storage medium for installing an application program
Fjellheim Over-the-air deployment of applications in multi-platform environments

Legal Events

Date Code Title Description
WAP Application withdrawn, taken to be withdrawn or refused ** after publication under section 16(1)