JP2016018233A - スクリプトのキャッシュ方法及びそれを適用した情報処理装置 - Google Patents
スクリプトのキャッシュ方法及びそれを適用した情報処理装置 Download PDFInfo
- Publication number
- JP2016018233A JP2016018233A JP2014138438A JP2014138438A JP2016018233A JP 2016018233 A JP2016018233 A JP 2016018233A JP 2014138438 A JP2014138438 A JP 2014138438A JP 2014138438 A JP2014138438 A JP 2014138438A JP 2016018233 A JP2016018233 A JP 2016018233A
- Authority
- JP
- Japan
- Prior art keywords
- script
- internal code
- processing unit
- web application
- unit
- 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
Links
- 238000013515 script Methods 0.000 title claims abstract description 92
- 238000000034 method Methods 0.000 title claims description 18
- 230000010365 information processing Effects 0.000 title description 7
- 230000006870 function Effects 0.000 claims description 36
- 238000004891 communication Methods 0.000 description 20
- 239000004065 semiconductor Substances 0.000 description 2
- 210000000707 wrist Anatomy 0.000 description 2
- 238000006243 chemical reaction Methods 0.000 description 1
- 238000004590 computer program Methods 0.000 description 1
- 238000011835 investigation Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/958—Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/56—Provisioning of proxy services
- H04L67/568—Storing data temporarily at an intermediate stage, e.g. caching
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44521—Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Software Systems (AREA)
- Data Mining & Analysis (AREA)
- Information Transfer Between Computers (AREA)
- Devices For Executing Special Programs (AREA)
- Stored Programmes (AREA)
Abstract
【解決手段】ウェブアプリケーションにおける所定の処理単位毎に処理されるオブジェクトを記述するスクリプトの1つを着目スクリプトとして、着目スクリプトを内部コードに変換した場合に含まれる関数名と、残りのオブジェクトを記述するスクリプトを内部コードに変換した場合に含まれる関数名と、が共通でない場合には着目スクリプトの内部コードをキャッシュする。
【選択図】図4
Description
本発明の実施の形態における情報処理システムは、図1に示すように、情報端末100及びサーバ102を含んで構成される。サーバ102は、インターネット等の情報通信網104を介して、情報端末100と通信可能に接続される。サーバ102は、情報端末100からのアクセスを受けて、ウェブアプリケーションを情報端末100に送信する。情報端末100は、サーバ102からウェブアプリケーションを受信し、当該ウェブアプリケーションを解析及び実行する。
本実施の形態では、情報端末100からサーバ102にアクセスし、サーバ102からウェブアプリケーションをダウンロードして情報端末100において実行する処理を例に説明を行う。以下、情報端末100でのスクリプトのキャッシュ処理について、図4のフローチャートを参照して説明する。
Claims (4)
- 少なくとも一部の機能がスクリプトにより記述されたウェブアプリケーションを対象として、前記ウェブアプリケーションにおける所定の処理単位毎に、当該処理単位において処理されるオブジェクトを記述するスクリプトの1つを着目スクリプトとして、前記着目スクリプトを内部コードに変換した場合に当該内部コードに含まれる関数名と、当該処理単位において処理される残りのオブジェクトを記述するスクリプトを内部コードに変換した場合に当該内部コードに含まれる関数名と、が共通でない場合には前記着目スクリプトの内部コードをキャッシュすることを特徴とするスクリプトのキャッシュ方法。
- 請求項1に記載のスクリプトのキャッシュ方法であって、
前記処理単位は、ブラウザに表示されるウェブページ単位であることを特徴とするスクリプトのキャッシュ方法。 - 請求項1又は2に記載のスクリプトのキャッシュ方法であって、
前記処理単位毎に、当該単位に含まれるオブジェクトのリストを生成し、
前記リストを参照して、当該処理単位において処理されるオブジェクトを記述するスクリプトの1つを着目スクリプトとして、前記着目スクリプトを内部コードに変換した場合に当該内部コードに含まれる関数名と、当該処理単位において処理される残りのオブジェクトを記述するスクリプトを内部コードに変換した場合に当該内部コードに含まれる関数名と、が共通でない場合には前記着目スクリプトの内部コードをキャッシュすることを特徴とするスクリプトのキャッシュ方法。 - 少なくとも一部の機能がスクリプトにより記述されたウェブアプリケーションを対象として、前記ウェブアプリケーションにおける所定の処理単位毎に、当該処理単位において処理されるオブジェクトを記述するスクリプトの1つを着目スクリプトとして、前記着目スクリプトを内部コードに変換した場合に当該内部コードに含まれる関数名と、当該処理単位において処理される残りのオブジェクトを記述するスクリプトを内部コードに変換した場合に当該内部コードに含まれる関数名と、が共通でない場合には前記着目スクリプトの内部コードをキャッシュすることを特徴とする情報処理装置。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2014138438A JP5604016B1 (ja) | 2014-07-04 | 2014-07-04 | スクリプトのキャッシュ方法及びそれを適用した情報処理装置 |
US14/755,159 US9571557B2 (en) | 2014-07-04 | 2015-06-30 | Script caching method and information processing device utilizing the same |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2014138438A JP5604016B1 (ja) | 2014-07-04 | 2014-07-04 | スクリプトのキャッシュ方法及びそれを適用した情報処理装置 |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2014168917A Division JP2016018552A (ja) | 2014-08-22 | 2014-08-22 | スクリプトのキャッシュ方法及びそれを適用した情報処理装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP5604016B1 JP5604016B1 (ja) | 2014-10-08 |
JP2016018233A true JP2016018233A (ja) | 2016-02-01 |
Family
ID=51840449
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2014138438A Expired - Fee Related JP5604016B1 (ja) | 2014-07-04 | 2014-07-04 | スクリプトのキャッシュ方法及びそれを適用した情報処理装置 |
Country Status (2)
Country | Link |
---|---|
US (1) | US9571557B2 (ja) |
JP (1) | JP5604016B1 (ja) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP7478633B2 (ja) | 2020-09-15 | 2024-05-07 | シャープ株式会社 | 画像処理装置および画像処理方法 |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5951094B1 (ja) | 2015-09-07 | 2016-07-13 | ヤフー株式会社 | 生成装置、端末装置、生成方法、生成プログラム及び認証処理システム |
JP6122924B2 (ja) | 2015-09-11 | 2017-04-26 | ヤフー株式会社 | 提供装置、端末装置、提供方法、提供プログラム及び認証処理システム |
CN106503193A (zh) * | 2016-11-02 | 2017-03-15 | 网宿科技股份有限公司 | 恢复浏览器中页面的方法及其装置 |
JP6240349B2 (ja) * | 2017-01-26 | 2017-11-29 | ヤフー株式会社 | 提供装置、提供方法、提供プログラム及び認証処理システム |
Family Cites Families (10)
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 |
US8700568B2 (en) * | 2006-02-17 | 2014-04-15 | Google Inc. | Entity normalization via name normalization |
US9003380B2 (en) * | 2010-01-12 | 2015-04-07 | Qualcomm Incorporated | Execution of dynamic languages via metadata extraction |
JP5231500B2 (ja) * | 2010-09-09 | 2013-07-10 | ヤフー株式会社 | スクリプトプログラムを含むWebページを端末に高速表示させるWebサーバ及びその方法 |
JP2012221483A (ja) * | 2011-04-12 | 2012-11-12 | Yoshitaka Sakamoto | 利用開始を高速に行うWebベースのコンピュータ・システムを構築する技術の提供 |
US8683454B1 (en) * | 2012-06-20 | 2014-03-25 | Xilinx, Inc. | Reducing redundancy in source code |
CA2786418C (en) * | 2012-08-16 | 2020-04-14 | Ibm Canada Limited - Ibm Canada Limitee | Identifying equivalent javascript events |
CN103617037B (zh) * | 2013-11-27 | 2017-12-08 | 邵寻 | 用于web开发系统的开发方法和web开发系统 |
US9645838B2 (en) * | 2015-06-30 | 2017-05-09 | International Business Machines Corporation | Automatic discovery of a JavaScript API |
-
2014
- 2014-07-04 JP JP2014138438A patent/JP5604016B1/ja not_active Expired - Fee Related
-
2015
- 2015-06-30 US US14/755,159 patent/US9571557B2/en active Active
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP7478633B2 (ja) | 2020-09-15 | 2024-05-07 | シャープ株式会社 | 画像処理装置および画像処理方法 |
Also Published As
Publication number | Publication date |
---|---|
US9571557B2 (en) | 2017-02-14 |
US20160004782A1 (en) | 2016-01-07 |
JP5604016B1 (ja) | 2014-10-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10831858B2 (en) | Mobile enablement of existing web sites | |
US10613916B2 (en) | Enabling a web application to call at least one native function of a mobile device | |
US9448776B1 (en) | Method and apparatus for converting a website into a native mobile application | |
US9544335B2 (en) | Method and system for local calling via webpage | |
WO2018001124A1 (zh) | 网页文件发送方法、网页渲染方法及装置、网页渲染系统 | |
JP5604016B1 (ja) | スクリプトのキャッシュ方法及びそれを適用した情報処理装置 | |
US20140281859A1 (en) | Enhanced mobilization of existing web sites | |
KR20080053293A (ko) | 클라이언트 스크립트 웹 페이지에 대한 서버측 초기 콘텐츠렌더링 | |
US9678814B2 (en) | Implementing a java method | |
US10594764B2 (en) | Request cache to improve web applications performance | |
KR20140028789A (ko) | 모바일 디바이스에서의 웹 스크린 스크래핑 방법 및 웹 스크린 스크래핑을 제공하는 모바일 디바이스 | |
US20140281906A1 (en) | Mobile enablement of webpages | |
JP5535184B2 (ja) | ブラウザ実行スクリプト変換システムおよびブラウザ実行スクリプト変換プログラム | |
RU2634221C2 (ru) | Способ и устройство для отрисовки представления электронного документа на экране | |
CN109246069B (zh) | 网页登录方法、装置和可读存储介质 | |
JP5393242B2 (ja) | データ提供方法および中間サーバ装置 | |
US9680967B2 (en) | Method of using application, gateway using the method, terminal using the method, and terminal system using the method | |
JP2016018552A (ja) | スクリプトのキャッシュ方法及びそれを適用した情報処理装置 | |
US20180225286A1 (en) | Changing a language for a user session replay | |
CN112948727B (zh) | 基于WebView的数据注入方法、装置、设备及存储介质 | |
JP6607805B2 (ja) | 情報処理装置及び情報処理プログラム | |
JP5894320B1 (ja) | 情報処理装置及び情報処理プログラム | |
Svedas | Building an application using Next. js | |
JP2008117339A (ja) | Webアプリケーションの任意の機能に対するショートカットを定義する方法および装置 | |
JP2012008961A (ja) | ソフトウェアキャッシュ装置、ソフトウェアキャッシュ方法およびソフトウェアキャッシュプログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20140709 |
|
A871 | Explanation of circumstances concerning accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A871 Effective date: 20140709 |
|
A975 | Report on accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A971005 Effective date: 20140718 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20140812 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140822 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5604016 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |