JP6797877B2 - ウェブアプリケーションを実施する方法、装置、サーバ、及びシステム - Google Patents
ウェブアプリケーションを実施する方法、装置、サーバ、及びシステム Download PDFInfo
- Publication number
- JP6797877B2 JP6797877B2 JP2018193268A JP2018193268A JP6797877B2 JP 6797877 B2 JP6797877 B2 JP 6797877B2 JP 2018193268 A JP2018193268 A JP 2018193268A JP 2018193268 A JP2018193268 A JP 2018193268A JP 6797877 B2 JP6797877 B2 JP 6797877B2
- Authority
- JP
- Japan
- Prior art keywords
- component
- version
- web application
- html
- native
- 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.)
- Active
Links
- 238000000034 method Methods 0.000 claims description 35
- 238000001514 detection method Methods 0.000 claims description 14
- 238000011161 development Methods 0.000 description 40
- 230000006870 function Effects 0.000 description 17
- 238000010586 diagram Methods 0.000 description 13
- 230000000694 effects Effects 0.000 description 8
- 230000005540 biological transmission Effects 0.000 description 6
- 238000012423 maintenance Methods 0.000 description 6
- 238000005457 optimization Methods 0.000 description 6
- 238000012360 testing method Methods 0.000 description 4
- 230000003993 interaction Effects 0.000 description 3
- 238000012905 input function Methods 0.000 description 2
- 238000013461 design Methods 0.000 description 1
- 230000014509 gene expression Effects 0.000 description 1
Images
Classifications
-
- 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/44536—Selecting among different versions
-
- 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
- G06F9/44526—Plug-ins; Add-ons
-
- 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/957—Browsing optimisation, e.g. caching or content distillation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Information Transfer Between Computers (AREA)
- Stored Programmes (AREA)
Description
1.ネイティブアプリケーション(ネイティブアプリ)、
2.ウェブアプリケーション(ウェブアプリ)、
3.ハイブリッドアプリケーション(ハイブリッドアプリ)、
4.軽量アプリケーション(軽量アプリ)、
を含む。
S101:現在のウェブアプリケーションの動作環境が検出される。
S401:サーバは、ユーザによって提出されるネイティブバージョンの構成要素及びHTMLバージョンの構成要素を、受信して保存する。
S801:クライアントによって送信されるロード要求が受信され、対応するバージョンの構成要素が、ロード要求に従って取得される。
S901:ネイティブバージョンの構成要素及びHTMLバージョンの構成要素が受信され保存される。
20 サーバ
110 検出モジュール
120 ロードモジュール
210 取得モジュール
220 送信モジュール
230 保存モジュール
Claims (11)
- ブラウザと、ブラウザではない軽量アプリケーションプラットフォームとの、いずれを介しても動作することができるウェブアプリケーションを、実施する方法であって、
現在のウェブアプリケーションの動作環境を、該現在のウェブアプリケーションに配置された軽量構成要素により検出するステップと、
前記現在のウェブアプリケーションが軽量アプリケーションプラットフォームで動作中であることが検出される場合、ネイティブバージョンの構成要素を自動的にロードするステップと、
前記現在のウェブアプリケーションがブラウザで動作中であることが検出される場合、前記ネイティブバージョンの構成要素とともに開発され、および提供されるハイパーテキストマークアップ言語(HTML)バージョンの構成要素を自動的にロードするステップと、
を含み、
前記ネイティブバージョンの構成要素を自動的にロードするステップが、
前記現在のウェブアプリケーションが必要とするネイティブバージョンの構成要素の中に、前のウェブアプリケーションで既に出現しローカルサイトに存在する特定の構成要素があるか否かを判断し、前記ローカルサイトに存在するネイティブバージョンの前記特定の構成要素を該ローカルサイトから自動的にロードし、前記ローカルサイトに存在しない他のネイティブバージョンの構成要素をサーバから自動的にロードするステップ、
を含み、
前記ローカルサイトから自動的にロードされたネイティブバージョンの前記特定の構成要素を用いて、軽量アプリケーションプラットフォームで動作中の前記現在のウェブアプリケーションの機能の一部を実施する、
ことを特徴とする、方法。 - 前記HTMLバージョンの構成要素を自動的にロードするステップが、
HTMLバージョンの前記構成要素が前記ローカルサイトに存在するか否かを判断し、存在する場合、前記ローカルサイトからHTMLバージョンの前記構成要素を自動的にロードし、存在しない場合、サーバからHTMLバージョンの前記構成要素を自動的にロードするステップ、
を含むことを特徴とする、請求項1に記載の方法。 - 前記サーバからネイティブバージョンの前記構成要素又はHTMLバージョンの前記構成要素をロードするステップに先立ち、前記方法が、
前記サーバが、ユーザによって提出されたネイティブバージョンの前記構成要素及びHTMLバージョンの前記構成要素を受信して保存するステップ
を更に含むことを特徴とする、請求項2に記載の方法。 - ネイティブバージョンの前記構成要素が、HTML拡張タグを介してパラメータ及び属性を定義することを特徴とする、請求項1から3いずれか1項に記載の方法。
- 前記ローカルサイト又はサーバからネイティブバージョンの前記構成要素を自動的にロードするステップが、
前記ローカルサイト又はサーバからスクリプトを介して、ネイティブバージョンの前記構成要素を自動的にロードするステップ
を含むことを特徴とする、請求項4に記載の方法。 - ブラウザと、ブラウザではない軽量アプリケーションプラットフォームとの、いずれを介しても動作することができるウェブアプリケーションを、実施する装置であって、
現在のウェブアプリケーションの動作環境を検出する、該現在のウェブアプリケーションに配置された検出モジュールと、
前記検出モジュールにより、前記現在のウェブアプリケーションが軽量アプリケーションプラットフォームで動作中であることが検出される場合、ネイティブバージョンの構成要素を自動的にロードし、前記検出モジュールにより、前記現在のウェブアプリケーションがブラウザで動作中であることが検出される場合、前記ネイティブバージョンの構成要素とともに開発された、および提供されるハイパーテキストマークアップ言語(HTML)バージョンの構成要素を自動的にロードするロードモジュールと、
を備え、
前記ロードモジュールが特に、
前記現在のウェブアプリケーションが必要とするネイティブバージョンの構成要素の中に、前のウェブアプリケーションで既に出現しローカルサイトに存在する特定の構成要素があるか否かを判断し、前記ローカルサイトに存在するネイティブバージョンの前記特定の構成要素を該ローカルサイトから自動的にロードし、前記ローカルサイトに存在しない他のネイティブバージョンの構成要素をサーバから自動的にロードすることに使用され、
当該装置は、前記ローカルサイトから自動的にロードされたネイティブバージョンの前記特定の構成要素を用いて、軽量アプリケーションプラットフォームで動作中の前記現在のウェブアプリケーションの機能の一部を実施する、
ことを特徴とする、装置。 - 前記ロードモジュールが特に、
HTMLバージョンの前記構成要素が前記ローカルサイトに存在するか否かを判断し、存在する場合、前記ローカルサイトからHTMLバージョンの前記構成要素を自動的にロードし、存在しない場合、サーバからHTMLバージョンの前記構成要素を自動的にロードすること
に使用されることを特徴とする、請求項6に記載の装置。 - 前記サーバが、ユーザによって提出されるネイティブバージョンの前記構成要素及びHTMLバージョンの前記構成要素を記憶することを特徴とする、請求項7に記載の装置。
- ネイティブバージョンの前記構成要素が、HTML拡張タグを介してパラメータ及び属性を定義することを特徴とする、請求項6から8いずれか1項に記載の装置。
- 前記ロードモジュールが特に、
前記ローカルサイト又はサーバからスクリプトを介して、ネイティブバージョンの前記構成要素を自動的にロードすること
に使用されることを特徴とする、請求項9に記載の装置。 - 請求項6から10のいずれか一項に記載のウェブアプリケーションを実施する装置が配置されるクライアントと、前記サーバと、を備えることを特徴とする、ウェブアプリケーションを実施するシステム。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201410075211.1 | 2014-03-03 | ||
CN201410075211.1A CN103886029B (zh) | 2014-03-03 | 2014-03-03 | 网页应用的实现方法、装置、服务器及系统 |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2014264833A Division JP2015167014A (ja) | 2014-03-03 | 2014-12-26 | ウェブアプリケーションを実施する方法、装置、サーバ、及びシステム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2019032883A JP2019032883A (ja) | 2019-02-28 |
JP6797877B2 true JP6797877B2 (ja) | 2020-12-09 |
Family
ID=50954921
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2014264833A Pending JP2015167014A (ja) | 2014-03-03 | 2014-12-26 | ウェブアプリケーションを実施する方法、装置、サーバ、及びシステム |
JP2018193268A Active JP6797877B2 (ja) | 2014-03-03 | 2018-10-12 | ウェブアプリケーションを実施する方法、装置、サーバ、及びシステム |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2014264833A Pending JP2015167014A (ja) | 2014-03-03 | 2014-12-26 | ウェブアプリケーションを実施する方法、装置、サーバ、及びシステム |
Country Status (4)
Country | Link |
---|---|
US (1) | US9928088B2 (ja) |
EP (1) | EP2916243B1 (ja) |
JP (2) | JP2015167014A (ja) |
CN (1) | CN103886029B (ja) |
Families Citing this family (22)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9069375B2 (en) * | 2013-04-30 | 2015-06-30 | MobileDataForce, Inc. | Method and system for platform-independent application development |
CN104158722B (zh) * | 2014-07-21 | 2016-11-09 | 小米科技有限责任公司 | 用于轻应用的消息推送方法、装置、终端及服务器 |
CN105354014B (zh) * | 2014-08-18 | 2018-10-23 | 阿里巴巴集团控股有限公司 | 应用界面渲染展示方法及装置 |
CN105786452A (zh) * | 2014-12-16 | 2016-07-20 | 上海飞田通信股份有限公司 | 移动设备上轻量级app开发系统及方法 |
US9986014B2 (en) * | 2015-03-27 | 2018-05-29 | Intel Corporation | Systems and techniques for web communication |
CN104765617B (zh) * | 2015-05-04 | 2019-02-19 | 北京奇虎科技有限公司 | 基于html5实现的流应用功能接口分发方法及系统 |
CN105005596B (zh) * | 2015-07-02 | 2018-10-30 | 深圳市信锐网科技术有限公司 | 页面显示方法及装置 |
CN107368487B (zh) * | 2016-05-12 | 2020-09-29 | 阿里巴巴集团控股有限公司 | 一种页面组件动态布局方法、装置及客户端 |
CN106126284B (zh) * | 2016-06-21 | 2019-05-10 | 东软集团股份有限公司 | 用于应用程序ui显示的方法及装置 |
CN106354542A (zh) * | 2016-08-27 | 2017-01-25 | 乐视控股(北京)有限公司 | 应用程序生成方法及装置 |
CN106445583B (zh) * | 2016-08-31 | 2020-03-31 | 广州品唯软件有限公司 | 一种页面显示方法、设备及系统 |
US9958979B1 (en) * | 2016-10-31 | 2018-05-01 | International Business Machines Corporation | Web server that renders a web page based on a client pressure profile |
CN107122172B (zh) * | 2017-03-23 | 2020-05-22 | 广州神马移动信息科技有限公司 | 轻应用的处理方法、运行方法、设备及应用设备 |
US10379846B1 (en) * | 2018-01-25 | 2019-08-13 | Walmart Apollo, Llc | Systems and methods for real time version control for integrating updated web-based components with a native application |
CN110247939A (zh) * | 2018-03-08 | 2019-09-17 | 上海秦苍信息科技有限公司 | 利用多级缓存技术实现的高性能混合框架 |
CN112579425B (zh) * | 2019-09-27 | 2024-05-10 | 腾讯科技(深圳)有限公司 | 一种用于对小程序方法接口进行测试的方法、装置及介质 |
CN111475763B (zh) * | 2020-04-15 | 2020-12-15 | 成都安易迅科技有限公司 | 网页运行方法、装置、存储介质及设备 |
CN111898053A (zh) * | 2020-07-31 | 2020-11-06 | 平安普惠企业管理有限公司 | 页面浏览方法、装置、设备以及计算机可读存储介质 |
CN112597423B (zh) * | 2021-01-04 | 2023-11-03 | 聚好看科技股份有限公司 | 一种网页内容显示方法、终端及服务器 |
CN113568701A (zh) * | 2021-09-28 | 2021-10-29 | 深圳市信润富联数字科技有限公司 | 模态框显示方法、装置、设备及存储介质 |
CN114201701B (zh) * | 2022-02-18 | 2022-05-03 | 成都鲁易科技有限公司 | 运行环境的识别方法及装置、存储介质、服务端、客户端 |
CN116595284B (zh) * | 2023-07-13 | 2023-10-03 | 太平金融科技服务(上海)有限公司 | 网页系统运行方法、装置、设备、存储介质和程序 |
Family Cites Families (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8452853B2 (en) * | 2007-03-05 | 2013-05-28 | International Business Machines Corporation | Browser with offline web-application architecture |
US8887039B2 (en) | 2008-01-02 | 2014-11-11 | Microsoft Corporation | Web page based program versioning |
CN101488143A (zh) * | 2008-01-16 | 2009-07-22 | 重庆安软信息科技有限公司 | 一种新型的web应用和本地应用的交互模式 |
US9361396B2 (en) * | 2008-01-31 | 2016-06-07 | Microsoft Technology Licensing, Llc | Adaptation of display pages for client environments |
US20090228779A1 (en) * | 2008-03-04 | 2009-09-10 | Richard John Williamson | Use of remote services by a local wireless electronic device |
CN101799821B (zh) * | 2010-02-11 | 2013-01-02 | 北京易路联动技术有限公司 | 一种通过微件实现网页应用的方法及系统 |
US8701105B2 (en) * | 2011-05-19 | 2014-04-15 | Sap Ag | Downloadable standalone offline application with integrated data for distributed offline processing |
US8856741B2 (en) | 2011-09-30 | 2014-10-07 | Adobe Systems Incorporated | Just in time component mapping |
CN103177040A (zh) * | 2011-12-26 | 2013-06-26 | 腾讯科技(深圳)有限公司 | 网页应用的功能调用方法及装置 |
KR101299670B1 (ko) * | 2012-04-16 | 2013-08-27 | 권오석 | 웹페이지의 동적 변환 시스템, 방법 및 컴퓨터 판독 가능한 기록 매체 |
US9690563B2 (en) * | 2012-05-17 | 2017-06-27 | International Business Machines Corporation | Updating web resources |
CN102843437A (zh) * | 2012-09-17 | 2012-12-26 | 北京星网锐捷网络技术有限公司 | 网页应用的转换方法、装置和网络设备 |
US9043810B2 (en) * | 2012-11-27 | 2015-05-26 | Bank Of America Corporation | Interfacing between native and web applications utilizing a mobile module |
US10320942B2 (en) * | 2013-03-15 | 2019-06-11 | Gadget Software, Inc. | Dynamic user interface delivery system |
-
2014
- 2014-03-03 CN CN201410075211.1A patent/CN103886029B/zh active Active
- 2014-12-26 JP JP2014264833A patent/JP2015167014A/ja active Pending
- 2014-12-29 US US14/585,027 patent/US9928088B2/en active Active
- 2014-12-30 EP EP14200678.2A patent/EP2916243B1/en active Active
-
2018
- 2018-10-12 JP JP2018193268A patent/JP6797877B2/ja active Active
Also Published As
Publication number | Publication date |
---|---|
CN103886029B (zh) | 2017-10-27 |
EP2916243B1 (en) | 2023-06-28 |
EP2916243A1 (en) | 2015-09-09 |
CN103886029A (zh) | 2014-06-25 |
US20150248302A1 (en) | 2015-09-03 |
JP2015167014A (ja) | 2015-09-24 |
US9928088B2 (en) | 2018-03-27 |
JP2019032883A (ja) | 2019-02-28 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6797877B2 (ja) | ウェブアプリケーションを実施する方法、装置、サーバ、及びシステム | |
EP3465467B1 (en) | Web page accelerations for web application hosted in native mobile application | |
US10432701B2 (en) | Delivery of instructions in host applications | |
EP2732380B1 (en) | Mobile web browser for pre-loading web pages | |
US8245125B1 (en) | Hybrid rendering for webpages | |
JP4857349B2 (ja) | ポータル・システム内で非同期ポータル・ページを提供するための方法、システム、およびコンピュータ・プログラム | |
US8595284B2 (en) | Web application script migration | |
US9075663B2 (en) | Cloud-based web workers and storages | |
US20110239108A1 (en) | Configurable dynamic combination of html resources for download optimization in script based web page | |
CN103713891A (zh) | 一种在移动设备上进行图形渲染的方法和装置 | |
US10382583B2 (en) | Method and system to update a front end client | |
US11023558B1 (en) | Executing functions on-demand on a server utilizing web browsers | |
CN111079048B (zh) | 一种页面加载方法及装置 | |
US20140245124A1 (en) | System and method thereof for browser agnostic extension models | |
US9509761B2 (en) | Open user interface | |
CN101876998A (zh) | 一种实现数据编辑的方法和系统 | |
CN103258055A (zh) | 一种文件下载设备和方法 | |
US20160350094A1 (en) | Application download emulation | |
US9785560B2 (en) | Scene-isolated internet application | |
US20150326501A1 (en) | Container contract for data dependencies | |
US20170094026A1 (en) | Configuring service endpoints in native client applications | |
JP6683835B2 (ja) | 複数のスレッドを使って電子リソースをダウンロードする際の待ち時間の削減 | |
CN117009695A (zh) | 页面渲染方法、装置、电子设备和存储介质 | |
CN113778942A (zh) | 文件管理方法、装置、计算机系统和计算机可读存储介质 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20181112 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20191225 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20200129 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20200430 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20200629 |
|
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: 20201111 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20201118 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6797877 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |