US20160004782A1 - Script caching method and information processing device utilizing the same - Google Patents

Script caching method and information processing device utilizing the same Download PDF

Info

Publication number
US20160004782A1
US20160004782A1 US14/755,159 US201514755159A US2016004782A1 US 20160004782 A1 US20160004782 A1 US 20160004782A1 US 201514755159 A US201514755159 A US 201514755159A US 2016004782 A1 US2016004782 A1 US 2016004782A1
Authority
US
United States
Prior art keywords
script
internal code
interest
processing unit
web application
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.)
Granted
Application number
US14/755,159
Other versions
US9571557B2 (en
Inventor
Hironori Bono
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.)
DeNA Co Ltd
Original Assignee
DeNA Co 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 DeNA Co Ltd filed Critical DeNA Co Ltd
Assigned to DeNA Co., Ltd. reassignment DeNA Co., Ltd. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: BONO, Hironori
Publication of US20160004782A1 publication Critical patent/US20160004782A1/en
Application granted granted Critical
Publication of US9571557B2 publication Critical patent/US9571557B2/en
Assigned to DeNA Co., Ltd. reassignment DeNA Co., Ltd. CHANGE OF ADDRESS Assignors: DeNA Co., Ltd.
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • 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/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F17/30896
    • G06F17/30905
    • 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/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • H04L67/2842
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • 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
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading

Definitions

  • the present invention relates to a method of script caching in web applications and an information processing device utilizing the same.
  • a script caching technology in which a management script is embedded in an HTML file of a web page, and, if an executable script is present in the client's storage area when the web page is loaded, it is read from said storage area and executed. Otherwise, a script is acquired from a server and executed (Patent Citation 1).
  • script caching techniques are capable of easing the client's processing burden and the communications load on the network during downloads, they cannot ease the client's burden of script analysis.
  • One aspect of the present invention provides for a script caching method wherein, in a web application, whose functionality is at least partially scripted, in the event that, for each predetermined processing unit in the web application, function names contained in internal code (e.g., non-transitory computer readable media having machine-executable instructions to operate a computer having a storage and a hardware processor connected via a network to a terminal device) when one of the scripts describing objects processed within said processing unit is defined as a script of interest and said script of interest is converted to internal code are not common with function names contained in internal code when the scripts describing the remaining objects processed within said processing unit are converted to internal code, the internal code of said script of interest is cached.
  • internal code e.g., non-transitory computer readable media having machine-executable instructions to operate a computer having a storage and a hardware processor connected via a network to a terminal device
  • Another aspect of the present invention provides for an information processing device which, in a web application, whose functionality is at least partially scripted, in the event that, for each predetermined processing unit in the web application, function names contained in internal code when one of the scripts describing objects processed within said processing unit is defined as a script of interest and said script of interest is converted to internal code are not common with function names contained in internal code when the scripts describing the remaining objects processed within said processing unit are converted to internal code, the internal code of said script of interest is cached.
  • the processing unit is preferably a web page unit displayed in a browser.
  • the burden of processing of scripted web applications can be alleviated.
  • FIG. 1 A diagram illustrating the configuration of an information processing system used in an embodiment of the present invention.
  • FIG. 2 A diagram illustrating the configuration of an information terminal in an embodiment of the present invention.
  • FIG. 3 A diagram illustrating the configuration of a server in an embodiment of the present invention.
  • FIG. 4 A flow chart illustrating a script caching method used in an embodiment of the present invention.
  • FIG. 5 A diagram illustrating an exemplary software program used to create a list of objects in an embodiment of the present invention.
  • FIG. 6 A diagram illustrating an exemplary list of objects used in an embodiment of the present invention.
  • FIG. 7 A diagram illustrating exemplary scripted objects (list) used in an embodiment of the present invention.
  • FIG. 8 A diagram illustrating exemplary objects (list) converted to internal code in an embodiment of the present invention.
  • the information processing system used in an embodiment of the present invention includes information terminals 100 and a server 102 .
  • the server 102 is connected to the information terminals 100 so as to enable communication via an information communication network 104 , such as the Internet or the like.
  • the server 102 is accessed by the information terminals 100 and transmits a web application to the information terminals 100 .
  • the information terminals 100 analyze and execute said web application.
  • an information terminal 100 includes a processing module 10 , a storage module 12 , an input module 14 , an output module 16 , and a communication module 18 .
  • the basic configuration of the information terminals 100 is that of a communication-enabled mobile terminal, such as a mobile phone, a smartphone, a tablet terminal, or the like.
  • the processing module 10 includes means for performing arithmetic processing, such as a CPU or the like.
  • the processing module 10 executes the web application program.
  • the web application is downloaded from the server 102 .
  • the storage module 12 includes storage means, such as a semiconductor memory, a memory card, and so forth.
  • the storage module 12 is accessibly connected to the processing module 10 and stores the web application, data required for its processing, and other information.
  • the input module 14 includes means for entering information into the information terminal 100 .
  • the input module 14 has, for example, a touchscreen panel or buttons for accepting input from the user.
  • the output module 16 includes a user interface screen (UI) or the like for accepting input information from the user and means for outputting the results of processing from the information terminal 100 .
  • the output module 16 is provided with a display that, for example, presents images to the user.
  • the communication module 18 includes an interface for exchanging information with other information communication devices via the information communication network 104 .
  • the communication module 18 may be wired or wireless.
  • programs written in script may be written directly as internal code in an application written in HTML or another markup language (e.g., non-transitory computer readable media having machine-executable instructions to operate a computer having a storage and a hardware processor connected via a network to a terminal device).
  • programs written in script may be loaded from external files and executed using type attributes and scr attributes.
  • the instructions that may be written include, for instance: instructions to save data held in the storage modules 12 of the information terminals 100 and data described in scripts; instructions to erase data stored in the storage modules 12 of the information terminals 100 ; instructions to display data stored in the storage modules 12 of the information terminals 100 ; instructions to transmit data to the server 102 ; instructions to execute the four basic arithmetic operations or text string operations and the like on data; instructions specifying where to acquire a script to be run and requiring execution of that script, and so on.
  • the information terminal 100 acquires the script, interprets the instructions recorded therein, converts them to internal code, and executes them.
  • the web application operates by sequentially acquiring the subsequent scripts and consecutively interpreting and executing the instructions described therein.
  • the service provider holds the scripted web application on the server 102 and provides a service to users by informing the users of the address (URL) where the web application is provided.
  • the web application is downloaded at Step S 10 .
  • the information terminal 100 operates as an application-acquiring means and the server 102 operates as an application-providing means.
  • the user accesses the server 102 that provides the web application using an address (URL) intended for acquiring the web application with the help of a web browser on the information terminal 100 .
  • the web application is transmitted from the server 102 to the information terminal 100 .
  • the information terminal 100 receives the web application and stores the received application in the storage module 12 .
  • a list of the objects contained in the web application is created at Step S 12 .
  • the information terminal 100 operates as a list creation means.
  • the information terminal 100 carries out processing to generate a list of the objects contained in the web application acquired at Step S 10 .
  • JavaScriptTM and other scripts a class is normally handled as one of the objects and all the global objects are managed in a tree structure. A program such as the one shown in FIG. 5 is then executed, thereby making it possible to output all the objects except for known system objects in the form of a list, as shown in FIG. 6 . Values obtained by converting the keys of the objects and every object to the internal code executed in the information terminal 100 are included in the list.
  • the processing module 10 reads out the script of each object from the web application subject to processing, analyzes it using a script engine, and converts it to the internal code executed in the information terminal 100 .
  • the classes “n.MyClass1” and “n.MyClass2” included in the list illustrated in FIG. 6 are described by the scripts illustrated in FIG. 7
  • they are analyzed by the script engine and converted to the internal code illustrated in FIG. 8 From this internal code, class names are extracted as keys, and functions are extracted as values.
  • the resultant keys are “nMyClass1” and “nMyClass2” and all the values are “function klass”.
  • Step S 14 it is determined whether or not scripts sharing the same internal code function names are present in the web application.
  • the information terminal 100 operates as a common function examining means.
  • the processing module 10 designates one of the objects listed at Step S 12 as a script of interest. It is then determined whether or not the value of the script of interest is a function. Furthermore, if the value of the script of interest is a function, it is determined whether or not the same function as the value of the script of interest is present in the values of the other objects in the list.
  • Step S 16 it is determined whether or not all the objects in the list have been processed as scripts of interest. If not all of the objects have been processed as scripts of interest, the process goes back to Step S 14 , and if all the objects have already been processed as scripts of interest, the process advances to Step S 18 .
  • Step S 18 the web application is cached.
  • the information terminal 100 operates as a caching means.
  • the processing module 10 caches the web application subject to processing in a storage area reserved as a web caching area in the storage module 12 .
  • objects (classes) assumed to have common internal code function names in Step S 14 are not converted to internal code and objects (classes) assumed to have no common function names are converted to internal code and cached.
  • Steps S 12 to S 16 may be done on the server 102 .

Abstract

In the event that function names contained when one of the scripts describing objects processed within each predetermined processing unit in the web application is defined as a script of interest and the script of interest is converted to internal code are not common with function names contained when the scripts describing the remaining objects are converted to internal code, the internal code of said script of interest is cached.

Description

  • The present application claims the benefit of Japanese Patent Application No. JP2014-138438, filed on Jul. 4, 2014, the contents of which is incorporated herein in its entirety by reference.
  • BACKGROUND
  • 1. Technical Field
  • The present invention relates to a method of script caching in web applications and an information processing device utilizing the same.
  • 2. Related Art
  • Systems have been employed in which a scripted web application is downloaded from a server and a client analyzes and executes the script. In such systems, it is necessary to download the script used to write the application by connecting the client to the Internet or another network, which can increase the communications load on the network. In addition, it is necessary for the client to analyze the script each time it is downloaded, which can increase the client's processing burden.
  • Thus, a script caching technology has been disclosed in which a management script is embedded in an HTML file of a web page, and, if an executable script is present in the client's storage area when the web page is loaded, it is read from said storage area and executed. Otherwise, a script is acquired from a server and executed (Patent Citation 1).
  • PRIOR-ART DOCUMENT Patent Citation
  • [Patent Citation 1] Japanese Patent Publication No. 5,231,500
  • It should be noted that while script caching techniques are capable of easing the client's processing burden and the communications load on the network during downloads, they cannot ease the client's burden of script analysis.
  • SUMMARY
  • It is an object of the present invention to provide a script caching method and an information processing device utilizing the same that make it possible to alleviate the burden of processing of scripted web applications.
  • One aspect of the present invention provides for a script caching method wherein, in a web application, whose functionality is at least partially scripted, in the event that, for each predetermined processing unit in the web application, function names contained in internal code (e.g., non-transitory computer readable media having machine-executable instructions to operate a computer having a storage and a hardware processor connected via a network to a terminal device) when one of the scripts describing objects processed within said processing unit is defined as a script of interest and said script of interest is converted to internal code are not common with function names contained in internal code when the scripts describing the remaining objects processed within said processing unit are converted to internal code, the internal code of said script of interest is cached.
  • Another aspect of the present invention provides for an information processing device which, in a web application, whose functionality is at least partially scripted, in the event that, for each predetermined processing unit in the web application, function names contained in internal code when one of the scripts describing objects processed within said processing unit is defined as a script of interest and said script of interest is converted to internal code are not common with function names contained in internal code when the scripts describing the remaining objects processed within said processing unit are converted to internal code, the internal code of said script of interest is cached.
  • Here, the processing unit is preferably a web page unit displayed in a browser.
  • In addition, in the event that, for each processing unit, function names contained in internal code when a list of objects contained in said unit is generated and, by referring to the list, one of the scripts describing objects processed within said processing unit is defined as a script of interest and said script of interest is converted to internal code are not common with function names contained in internal code when the scripts describing the remaining objects processed within said processing unit are converted to internal code, the internal code of the script of interest is preferably cached.
  • Effects of the Invention
  • In accordance with the present invention, the burden of processing of scripted web applications can be alleviated.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 A diagram illustrating the configuration of an information processing system used in an embodiment of the present invention.
  • FIG. 2 A diagram illustrating the configuration of an information terminal in an embodiment of the present invention.
  • FIG. 3 A diagram illustrating the configuration of a server in an embodiment of the present invention.
  • FIG. 4 A flow chart illustrating a script caching method used in an embodiment of the present invention.
  • FIG. 5 A diagram illustrating an exemplary software program used to create a list of objects in an embodiment of the present invention.
  • FIG. 6 A diagram illustrating an exemplary list of objects used in an embodiment of the present invention.
  • FIG. 7 A diagram illustrating exemplary scripted objects (list) used in an embodiment of the present invention.
  • FIG. 8 A diagram illustrating exemplary objects (list) converted to internal code in an embodiment of the present invention.
  • DETAILED DESCRIPTION <Configuration of Information Processing System>
  • As shown in FIG. 1, the information processing system used in an embodiment of the present invention includes information terminals 100 and a server 102. The server 102 is connected to the information terminals 100 so as to enable communication via an information communication network 104, such as the Internet or the like. The server 102 is accessed by the information terminals 100 and transmits a web application to the information terminals 100. Upon receiving the web application from the server 102, the information terminals 100 analyze and execute said web application.
  • As shown in FIG. 2, an information terminal 100 includes a processing module 10, a storage module 12, an input module 14, an output module 16, and a communication module 18. The basic configuration of the information terminals 100 is that of a communication-enabled mobile terminal, such as a mobile phone, a smartphone, a tablet terminal, or the like.
  • The processing module 10 includes means for performing arithmetic processing, such as a CPU or the like. The processing module 10 executes the web application program. The web application is downloaded from the server 102. The storage module 12 includes storage means, such as a semiconductor memory, a memory card, and so forth. The storage module 12 is accessibly connected to the processing module 10 and stores the web application, data required for its processing, and other information. The input module 14 includes means for entering information into the information terminal 100. The input module 14 has, for example, a touchscreen panel or buttons for accepting input from the user. The output module 16 includes a user interface screen (UI) or the like for accepting input information from the user and means for outputting the results of processing from the information terminal 100. The output module 16 is provided with a display that, for example, presents images to the user. The communication module 18 includes an interface for exchanging information with other information communication devices via the information communication network 104. The communication module 18 may be wired or wireless.
  • As shown in FIG. 3, the server 102 includes a processing module 20, a storage module 22, an input module 24, an output module 26, and a communication module 28. The basic configuration of the server 102 is that of a computer with communication capabilities.
  • The processing module 20 includes means for performing arithmetic processing, such as a CPU or the like. The processing module 20 allows access from an information terminal 100 and performs processing to provide the web application stored in the storage module 22 to the information terminal 100. The storage module 22 includes storage means, such as a semiconductor memory, a hard disk, and so forth. The storage module 22 is accessibly connected to the processing module 20 and stores the web application, data required for its processing, and other information. The input module 24 includes means for entering information into the server 102. The input module 24 has, for example, a keyboard or the like for receiving input from the user. The output module 26 includes a user interface screen (UI) or the like used for accepting input information from the user and means for outputting the results of processing from the server 102. The output module 26 is provided with a display that, for example, presents images to the user. The communication module 28 includes an interface for exchanging information with the information terminal 100 via the information communication network 104. The communication module 28 may be wired or wireless.
  • At least some of the web applications handled by the information processing system of this embodiment are scripted (e.g., non-transitory computer readable media having machine-executable instructions to operate a computer having a storage and a hardware processor connected via a network to a terminal device). “Script” is a type of computer programming language, and means a programming language that makes execution possible by interpreting source code while bypassing or automating steps such as conversion to a machine language or creation of executable files. JavaScript™ is suggested as an example of a script.
  • For example, programs written in script may be written directly as internal code in an application written in HTML or another markup language (e.g., non-transitory computer readable media having machine-executable instructions to operate a computer having a storage and a hardware processor connected via a network to a terminal device). In addition, programs written in script may be loaded from external files and executed using type attributes and scr attributes.
  • Various instructions may be written in script. The instructions that may be written include, for instance: instructions to save data held in the storage modules 12 of the information terminals 100 and data described in scripts; instructions to erase data stored in the storage modules 12 of the information terminals 100; instructions to display data stored in the storage modules 12 of the information terminals 100; instructions to transmit data to the server 102; instructions to execute the four basic arithmetic operations or text string operations and the like on data; instructions specifying where to acquire a script to be run and requiring execution of that script, and so on.
  • If the next script to be run is described in the application, the information terminal 100 acquires the script, interprets the instructions recorded therein, converts them to internal code, and executes them. In this manner, the web application operates by sequentially acquiring the subsequent scripts and consecutively interpreting and executing the instructions described therein. The service provider holds the scripted web application on the server 102 and provides a service to users by informing the users of the address (URL) where the web application is provided.
  • <Script Caching Method>
  • This embodiment will be described with reference to an example in which an information terminal 100 accesses the server 102 and a web application is downloaded from the server 102 and executed in the information terminal 100. The script caching process performed by the information terminal 100 will be illustrated below with reference to the flow chart of FIG. 4.
  • The web application is downloaded at Step S10. As a result of processing in this step, the information terminal 100 operates as an application-acquiring means and the server 102 operates as an application-providing means. The user accesses the server 102 that provides the web application using an address (URL) intended for acquiring the web application with the help of a web browser on the information terminal 100. As a result, the web application is transmitted from the server 102 to the information terminal 100. The information terminal 100 receives the web application and stores the received application in the storage module 12.
  • It should be noted that in electronic games and other web applications executed in the browser, processing is often performed using a web page as a processing unit. In such cases the application may be transmitted in web page units and the processing shown below may be applied.
  • A list of the objects contained in the web application is created at Step S12. As a result of processing in this step, the information terminal 100 operates as a list creation means. The information terminal 100 carries out processing to generate a list of the objects contained in the web application acquired at Step S10.
  • In JavaScript™ and other scripts, a class is normally handled as one of the objects and all the global objects are managed in a tree structure. A program such as the one shown in FIG. 5 is then executed, thereby making it possible to output all the objects except for known system objects in the form of a list, as shown in FIG. 6. Values obtained by converting the keys of the objects and every object to the internal code executed in the information terminal 100 are included in the list.
  • The processing module 10 reads out the script of each object from the web application subject to processing, analyzes it using a script engine, and converts it to the internal code executed in the information terminal 100. For example, assuming that the classes “n.MyClass1” and “n.MyClass2” included in the list illustrated in FIG. 6 are described by the scripts illustrated in FIG. 7, when they are executed in the information terminal 100, they are analyzed by the script engine and converted to the internal code illustrated in FIG. 8. From this internal code, class names are extracted as keys, and functions are extracted as values. For “n.MyClass1” and “n.MyClass2”, the resultant keys are “nMyClass1” and “nMyClass2” and all the values are “function klass”.
  • At Step S14 it is determined whether or not scripts sharing the same internal code function names are present in the web application. As a result of processing in this step, the information terminal 100 operates as a common function examining means. The processing module 10 designates one of the objects listed at Step S12 as a script of interest. It is then determined whether or not the value of the script of interest is a function. Furthermore, if the value of the script of interest is a function, it is determined whether or not the same function as the value of the script of interest is present in the values of the other objects in the list.
  • At Step S16, it is determined whether or not all the objects in the list have been processed as scripts of interest. If not all of the objects have been processed as scripts of interest, the process goes back to Step S14, and if all the objects have already been processed as scripts of interest, the process advances to Step S18.
  • At Step S18 the web application is cached. As a result of processing in this step, the information terminal 100 operates as a caching means. The processing module 10 caches the web application subject to processing in a storage area reserved as a web caching area in the storage module 12. At such time, objects (classes) assumed to have common internal code function names in Step S14 are not converted to internal code and objects (classes) assumed to have no common function names are converted to internal code and cached.
  • In this manner, as a result of caching the web application, when the same web application is used again, it can be read from the caching area and used. Therefore, the communications load on the network due to downloads and the burden of processing on the information terminal 100 (client) can be alleviated.
  • In addition, the burden of script analysis on the information terminal 100 (client) can be alleviated. Here, if common function names in the internal code are shared by multiple objects (classes), when calls to the functions represented by said function names are made, execution needs to proceed by contextually interpreting whether the function of any object (class) has been called. In this embodiment, however, such trouble can be avoided because objects sharing common function names are cached without conversion to internal code.
  • It should be noted that some of the processing of the information terminal 100 may be done on the server 102. For example, some of the processing of Steps S12 to S16 may be done on the server 102.
  • Description of Reference Numerals
    • 10. Processing module
    • 12. Storage module
    • 14. Input module
    • 16. Output module
    • 18. Communication module
    • 20. Processing module
    • 22. Storage module
    • 24. Input module
    • 26. Output module
    • 28. Communication module
    • 100. Information terminal
    • 102. Server
    • 104. Information communication network

Claims (4)

1. A script caching method wherein,
in a web application, whose functionality is at least partially scripted,
in the event that, for each predetermined processing unit in the web application,
function names contained in internal code, the internal code comprising a non-transitory computer readable media having machine-executable instructions, to operate a computer having a storage and a hardware processor connected via a network to a terminal device when one of the scripts describing objects processed within said processing unit is defined as a script of interest and said script of interest is converted to internal code
are not common with
function names contained in internal code when the scripts describing the remaining objects processed within said processing unit are converted to internal code,
the internal code of said script of interest is cached.
2. The script caching method according to claim 1, wherein the processing unit is a web page unit displayed in a browser.
3. The script caching method according to claim 1 wherein,
in the event that, for each processing unit,
function names contained in internal code when a list of objects contained in said unit is generated and, by referring to the list, one of the scripts describing objects processed within said processing unit is defined as a script of interest and said script of interest is converted to internal code
are not common with
function names contained in internal code when the scripts describing the remaining objects processed within said processing unit are converted to internal code,
the internal code of the script of interest is cached.
4. An information processing device wherein,
in a web application, whose functionality is at least partially scripted,
in the event that, for each predetermined processing unit in the web application,
function names contained in internal code, the internal code comprising a non-transitory computer readable media having machine-executable instructions, when one of the scripts describing objects processed within said processing unit is defined as a script of interest and said script of interest is converted to internal code
are not common with
function names contained in internal code when the scripts describing the remaining objects processed within said processing unit are converted to internal code,
the internal code of said script of interest is cached.
US14/755,159 2014-07-04 2015-06-30 Script caching method and information processing device utilizing the same Active 2035-09-03 US9571557B2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2014-138438 2014-07-04
JP2014138438A JP5604016B1 (en) 2014-07-04 2014-07-04 Script caching method and information processing apparatus using the same

Publications (2)

Publication Number Publication Date
US20160004782A1 true US20160004782A1 (en) 2016-01-07
US9571557B2 US9571557B2 (en) 2017-02-14

Family

ID=51840449

Family Applications (1)

Application Number Title Priority Date Filing Date
US14/755,159 Active 2035-09-03 US9571557B2 (en) 2014-07-04 2015-06-30 Script caching method and information processing device utilizing the same

Country Status (2)

Country Link
US (1) US9571557B2 (en)
JP (1) JP5604016B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106503193A (en) * 2016-11-02 2017-03-15 网宿科技股份有限公司 Recover the method for the page and its device in browser

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5951094B1 (en) 2015-09-07 2016-07-13 ヤフー株式会社 Generation device, terminal device, generation method, generation program, and authentication processing system
JP6122924B2 (en) * 2015-09-11 2017-04-26 ヤフー株式会社 Providing device, terminal device, providing method, providing program, and authentication processing system
JP6240349B2 (en) * 2017-01-26 2017-11-29 ヤフー株式会社 Providing device, providing method, providing program, and authentication processing system

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6336213B1 (en) * 1998-12-03 2002-01-01 International Business Machines Corporation Method and apparatus for dynamic selection of which bytecodes should be just in time compiled
US6951014B1 (en) * 2000-11-15 2005-09-27 Sun Microsystems, Inc. Method and apparatus for representation of a JavaScript program for execution by a JavaScript interpreter
US20070198600A1 (en) * 2006-02-17 2007-08-23 Betz Jonathan T Entity normalization via name normalization
US20140053089A1 (en) * 2012-08-16 2014-02-20 International Business Machines Corporation Identifying equivalent javascript events
US8683454B1 (en) * 2012-06-20 2014-03-25 Xilinx, Inc. Reducing redundancy in source code
US9372688B1 (en) * 2015-06-30 2016-06-21 International Business Machines Corporation Automatic discovery of a JavaScript API
US20160299745A1 (en) * 2013-11-27 2016-10-13 Jie Zhang Development method for web development system, and web development system

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9003380B2 (en) * 2010-01-12 2015-04-07 Qualcomm Incorporated Execution of dynamic languages via metadata extraction
JP5231500B2 (en) * 2010-09-09 2013-07-10 ヤフー株式会社 Web server and method for displaying web page including script program on terminal at high speed
JP2012221483A (en) * 2011-04-12 2012-11-12 Yoshitaka Sakamoto Provision of technique for constructing web-based computer system that starts utilization at high speed

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6336213B1 (en) * 1998-12-03 2002-01-01 International Business Machines Corporation Method and apparatus for dynamic selection of which bytecodes should be just in time compiled
US6951014B1 (en) * 2000-11-15 2005-09-27 Sun Microsystems, Inc. Method and apparatus for representation of a JavaScript program for execution by a JavaScript interpreter
US20070198600A1 (en) * 2006-02-17 2007-08-23 Betz Jonathan T Entity normalization via name normalization
US8683454B1 (en) * 2012-06-20 2014-03-25 Xilinx, Inc. Reducing redundancy in source code
US20140053089A1 (en) * 2012-08-16 2014-02-20 International Business Machines Corporation Identifying equivalent javascript events
US20160299745A1 (en) * 2013-11-27 2016-10-13 Jie Zhang Development method for web development system, and web development system
US9372688B1 (en) * 2015-06-30 2016-06-21 International Business Machines Corporation Automatic discovery of a JavaScript API

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106503193A (en) * 2016-11-02 2017-03-15 网宿科技股份有限公司 Recover the method for the page and its device in browser

Also Published As

Publication number Publication date
US9571557B2 (en) 2017-02-14
JP5604016B1 (en) 2014-10-08
JP2016018233A (en) 2016-02-01

Similar Documents

Publication Publication Date Title
US10831858B2 (en) Mobile enablement of existing web sites
KR102220127B1 (en) Method and apparatus for customized software development kit (sdk) generation
US20170308279A1 (en) Customization of Mobile Applications Using Web-Based Technology
CN105718313A (en) Application operation method and device
CN111680253B (en) Page application data packet generation method and device, computer equipment and storage medium
CN108415804B (en) Method for acquiring information, terminal device and computer readable storage medium
CN109873735B (en) Performance test method and device for H5 page and computer equipment
US9571557B2 (en) Script caching method and information processing device utilizing the same
KR101402146B1 (en) Method for scraping web screen in mobile device and mobile device providing web screen scraping
CN112527386B (en) Application program issuing method and device
CN114237651A (en) Installation method and device of cloud native application, electronic equipment and medium
CN112307386A (en) Information monitoring method, system, electronic device and computer readable storage medium
CN107239265B (en) Binding method and device of Java function and C function
CN115982491A (en) Page updating method and device, electronic equipment and computer readable storage medium
US9680967B2 (en) Method of using application, gateway using the method, terminal using the method, and terminal system using the method
KR20170105325A (en) Method for analyzing source code, system and apparatus for executing the method
CN115576536A (en) Method and system for automatically generating interface document by analyzing byte codes
US9870216B2 (en) Application providing method including extracting and converting packaged application
US9880853B2 (en) Sensor with application program
CN113050921A (en) Webpage conversion method, device, storage medium and computer equipment
JP2016018552A (en) Script caching method and information processing device utilizing the same
CN112306324B (en) Information processing method, apparatus, device and medium
CN113918499B (en) Open interface generation method, network device and computer readable storage medium
US20200311170A1 (en) Method, apparatus and computer program for collecting url in web page
KR101484702B1 (en) Method for providing service according to user dialogue and dialogue agent system

Legal Events

Date Code Title Description
AS Assignment

Owner name: DENA CO., LTD., JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:BONO, HIRONORI;REEL/FRAME:035938/0196

Effective date: 20150610

STCF Information on status: patent grant

Free format text: PATENTED CASE

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 4

AS Assignment

Owner name: DENA CO., LTD., JAPAN

Free format text: CHANGE OF ADDRESS;ASSIGNOR:DENA CO., LTD.;REEL/FRAME:059805/0970

Effective date: 20220406