WO2015196828A1 - 一种动态更新应用界面的方法、终端及系统 - Google Patents

一种动态更新应用界面的方法、终端及系统 Download PDF

Info

Publication number
WO2015196828A1
WO2015196828A1 PCT/CN2015/073638 CN2015073638W WO2015196828A1 WO 2015196828 A1 WO2015196828 A1 WO 2015196828A1 CN 2015073638 W CN2015073638 W CN 2015073638W WO 2015196828 A1 WO2015196828 A1 WO 2015196828A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
interface
configuration information
interface configuration
server
Prior art date
Application number
PCT/CN2015/073638
Other languages
English (en)
French (fr)
Inventor
周卫敏
王斌
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Priority to US15/322,120 priority Critical patent/US20170161052A1/en
Priority to EP15811807.5A priority patent/EP3147780A4/en
Priority to JP2017519758A priority patent/JP2017526091A/ja
Publication of WO2015196828A1 publication Critical patent/WO2015196828A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • 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/451Execution arrangements for user interfaces

Definitions

  • the invention relates to an online generation technology of an application interface, in particular to a method, a terminal and a system for dynamically updating an application interface.
  • the interface of the terminal application is mainly produced by a professional software developer, and the style and content of the application interface are customized according to the application requirements when the application interface is created.
  • embodiments of the present invention are expected to provide a method, a terminal, and a system for dynamically updating an application interface.
  • An embodiment of the present invention provides a method for dynamically updating an application interface, where the method includes:
  • the terminal obtains interface configuration information of the local application and interface configuration information of the application of the server.
  • the information updates the interface configuration information of the application locally, and draws the interface of the application according to the updated interface configuration information.
  • the interface configuration information includes a name, a positioning, a height, a width, a focus, a default focus, an associated control, a name and a link address of the used resource, and a trigger action type of each control in the application interface.
  • Link address timestamp.
  • the determining, according to the obtained interface configuration information of the local application, and the interface configuration information of the application of the server, whether to update the interface of the application including:
  • the timestamp in the interface configuration information of the application of the server is before the timestamp in the interface configuration information of the local application, or the timestamp in the interface configuration information of the application of the server and the interface of the local application If the timestamps in the configuration information are the same, it is determined that the interface of the application does not need to be updated.
  • the drawing the interface of the application according to the updated interface configuration information includes:
  • An embodiment of the present invention further provides a terminal, where the terminal includes: an acquiring unit, a determining unit, and an interface drawing unit;
  • the acquiring unit is configured to acquire interface configuration information of the local application and interface configuration information of the application of the server when the application is started;
  • the determining unit is configured to determine, according to the obtained interface configuration information of the local application and the interface configuration information of the application of the server, whether the interface of the application needs to be updated;
  • the interface drawing unit is configured to: when the determining unit determines that the interface of the application needs to be updated, update the interface configuration information of the application locally by using the interface configuration information of the application of the server, and according to the updated interface configuration information Draw the interface of the application.
  • the interface configuration information includes a name, a positioning, a height, a width, a focus, a default focus, an associated control, a name and a link address of the used resource, and a trigger action type of each control in the application interface.
  • Link address timestamp.
  • the determining unit is configured to:
  • the timestamp in the interface configuration information of the application of the server is before the timestamp in the interface configuration information of the local application, or the timestamp in the interface configuration information of the application of the server and the interface of the local application If the timestamps in the configuration information are the same, it is determined that the interface of the application does not need to be updated.
  • the interface drawing unit is configured to:
  • the embodiment of the present invention further provides a dynamic update system, where the system includes: a browser end, a server end, and a terminal;
  • the browser is configured to visually orchestrate an application interface
  • the server is configured to generate and store the interface configuration information of the visualized programming interface, and provide the interface configuration information of the required application to the terminal when the terminal needs it;
  • the terminal is configured to acquire interface configuration information of the local application and interface configuration information of the application of the server when the application is started, and the interface of the local application according to the acquired
  • the configuration information and the interface configuration information of the application of the server are used to determine whether the interface of the application needs to be updated.
  • the interface configuration information of the application of the server is used to update the local application of the terminal.
  • Interface configuration information, and the interface of the application is drawn according to the updated interface configuration information.
  • the embodiment of the invention further provides a computer readable storage medium, the storage medium comprising a set of computer executable instructions for executing a method of dynamically updating an application interface on the terminal side.
  • the method, the terminal, and the system for dynamically updating an application interface provided by the embodiment of the present invention
  • the terminal acquires the interface configuration information of the local application and the interface configuration information of the application of the server end;
  • the interface configuration information of the application and the interface configuration information of the application of the server determine whether the interface of the application needs to be updated, and when it is determined that the interface of the application needs to be updated, the interface configuration information of the application of the server is used to update the terminal locally.
  • the interface configuration information of the application, and the interface of the application is drawn according to the updated interface configuration information.
  • the terminal in the embodiment of the present invention can update the application interface in real time and conveniently according to the interface configuration information acquired from the server, thereby improving the user experience.
  • FIG. 1 is a schematic structural diagram of a dynamic update system according to an embodiment of the present invention.
  • FIG. 2 is a schematic flowchart of a method for dynamically updating an application interface according to an embodiment of the present invention
  • FIG. 3 is a schematic structural diagram of a terminal structure according to an embodiment of the present invention.
  • the embodiment of the present invention is applied to a system for dynamically updating an application interface, and the system mainly includes: a browser end, a server end, and a terminal; in the system, the visual orchestration of the application interface is based on a browser/server (Browser/Server, B/).
  • the architecture is implemented by first visually orchestrating the application interface through a browser, and then visualizing the application interface by the server side. Generating interface configuration information and storing the interface configuration information, which can describe the layout and configuration of the application interface;
  • the terminal acquires the interface configuration information of the local application and the interface configuration information of the application of the server; and determines whether the interface configuration information of the local application and the interface configuration information of the application of the server are obtained.
  • the interface configuration information of the application needs to be updated, and the interface of the application needs to be updated, the interface configuration information of the application locally is updated by using the interface configuration information of the application of the server, and the interface is configured according to the updated interface configuration information.
  • the initial local interface configuration information of the terminal is configured by the professional software developer according to the application requirements.
  • the terminal may be an intelligent terminal having an intelligent application and a display function, and may be, for example, an intelligent terminal such as an Internet TV (Over The Top TV, OTT TV), a smart phone, or a tablet computer.
  • an intelligent terminal such as an Internet TV (Over The Top TV, OTT TV), a smart phone, or a tablet computer.
  • FIG. 1 is a schematic structural diagram of a dynamic update system according to an embodiment of the present invention. As shown in FIG. 1 , the system includes: a browser end 100, a server end 101, and a terminal 102.
  • the browser end 100 is configured to visually orchestrate an application interface
  • the server end 101 is configured to generate the interface configuration information and store the interface configuration information; and provide the interface configuration information of the required application to the terminal 102 when needed by the terminal 102;
  • the terminal 102 is configured to acquire the interface configuration information of the local application and the interface configuration information of the application of the server 101 when the application is started; according to the obtained interface configuration information of the local application and the server 101
  • the interface configuration information of the application determines whether the interface of the application needs to be updated, and when the interface of the application needs to be updated, the interface configuration information of the application of the application is updated by using the interface configuration information of the application of the server 101, and according to the update
  • the interface configuration information draws the interface of the application.
  • the browser end 100 and the server end 101 may be integrated into one hardware device or distributed in different hardware devices.
  • the process of dynamically updating an application interface includes:
  • Step S200 When the terminal starts the application, acquiring interface configuration information of the local application and interface configuration information of the application of the server end;
  • the application interface is visually arranged based on the B/S architecture, and the application interface is visually arranged by the browser end 100 in a grid positioning manner or in an absolute positioning manner; afterwards, the server end 101 will visualize the application interface.
  • the orchestrated application interface generates interface configuration information and stores it. The specific implementation is as follows:
  • the application interface is visually arranged in the browser terminal 100 in a grid positioning manner or in an absolute positioning manner;
  • the control that can be used for visual orchestration includes: a picture play control, a video play control, a text list control, etc.; specifically, the picture play control is presented as a picture display frame, and the picture play control can accommodate multiple pictures, each piece The picture corresponds to a link address; after the picture play control is triggered, the picture is linked to the picture by the link address of the picture and the picture is played, and multiple pictures are automatically looped or manually switched;
  • the picture play control may be associated with a text list control, and the user switches the picture in the picture play control by selecting a text in the text list control;
  • the video play control is presented as a video play frame, and the video play
  • the control is similar to the picture playing control, and can accommodate multiple videos, each video corresponding to a link address, and the link address of the background picture displayed before the video starts playing can also be preset, and is linked to by the link address of the background picture.
  • the background picture displays the background picture; after the video play control is triggered, the video link is linked to the video by the link address of the video and starts playing the video, and supports multiple video automatic loop playback or manual switching playback;
  • the video play control can also be associated with a text list control, and the user selects a text column.
  • the text list control is presented as a text list, usually used in conjunction with the picture play control or the video play control; the user visually orchestrate the application interface
  • Custom controls can also be employed, the custom controls can be defined according to the requirements of the application interface, and the custom content is dynamically loaded into the box of the custom control as a plug-in widget; the custom control is triggered Afterwards, linking to the customized content by the link address of the customized content and playing the customized content;
  • each control may also set a plurality of trigger actions, which may be set to jump to another interface of the application, for example, after the user clicks on the text content in the text list control on the interface, jump to Another interface in the application related to the text content;
  • the server-side 101 After the browser 100 completes the visual orchestration of the application interface, the server-side 101 generates an interface configuration information by using an Extensible Markup Language (XML), and the interface configuration information includes an application interface.
  • XML Extensible Markup Language
  • the interface configuration information is stored in an XML file; then, the server side 101 provides a download service to the terminal.
  • the server 101 may generate corresponding interface configuration information for each application, and store interface configuration information corresponding to each application in a corresponding XML file.
  • the server 101 may re-create the interface configuration information of the latest visualized application interface according to the set time interval or the set frequency, and update the corresponding XML file;
  • the controls in the visually orchestrated application interface are positioned by a Cascading Style Sheet (CSS), which is used to represent files such as Hyper Text Markup Language (HTML) or XML.
  • CSS Cascading Style Sheet
  • HTML Hyper Text Markup Language
  • XML XML
  • a computer language of a style the position of the control is positioned by a distance from the edge of the control on the edge of the application interface and a distance from the left edge of the application interface, and the size of the control is determined by the height and width of the control;
  • CSS tags are as follows:
  • the height height of the control, the CSS used is marked as height
  • the terminal acquires interface configuration information of the application stored locally by the startup application, and interface configuration information of the application stored at the server 101.
  • the application interface is visually arranged at the browser end 100, so that the user does not need to understand and master the professional web basic knowledge, and the application interface can be designed through the visual interface and the control, and the operation is convenient and easy to modify;
  • the interface configuration information of the application may be obtained in real time from the server end 101, so as to update the interface of the application automatically and in real time.
  • Step S201 determining, according to the obtained interface configuration information of the local application, and the interface configuration information of the application of the server, whether the interface of the application needs to be updated, and determining that the interface of the application needs to be updated, proceeding to step 202; determining When it is not necessary to update the interface of the application, the process proceeds to step 203.
  • the interface configuration information includes a timestamp, where the timestamp is used to record the generation time of the interface configuration information.
  • the determining is to set the timestamp in the interface configuration information of the local application to the server end 101. Timestamps in the interface configuration information of the application are compared;
  • the timestamp in the interface configuration information of the application of the server 101 is before the timestamp in the interface configuration information of the local application, or the timestamp in the interface configuration information of the application of the server 101 and the local application.
  • the timestamps in the interface configuration information are the same, and it is determined that the interface of the application does not need to be updated.
  • Step S202 Update the interface configuration information of the application locally by the terminal by using the interface configuration information of the application of the server 101, and draw the interface of the application according to the updated interface configuration information, and end the processing flow.
  • Step S203 Draw an interface of the application according to interface configuration information of the application locally.
  • the preset component mapping rules are as follows:
  • the application interface is visually arranged on the browser side, and the interface configuration information capable of describing the layout and configuration of the application interface is generated and stored in the server side in real time, and the terminal acquires the interface of the local application when the application is started.
  • the configuration information and the interface configuration information of the application on the server side determining, according to the obtained interface configuration information of the local application, and the interface configuration information of the application of the server, whether the interface of the application needs to be updated, and determining that the application needs to be updated.
  • updating the interface configuration information of the application locally on the terminal by using the interface configuration information of the application of the server, and drawing the interface of the application according to the updated interface configuration information.
  • the terminal obtains the location obtained from the server.
  • the interface configuration information of the application updates the interface of the application in real time and conveniently, thereby improving the user experience.
  • the embodiment of the present invention further provides a terminal.
  • the principle and method for solving the problem are similar. Therefore, the implementation process and implementation principles of the terminal can be described in the implementation process and the implementation principle of the foregoing method. It will not be repeated here.
  • the terminal provided by the embodiment of the present invention includes: an obtaining unit 300, a determining unit 301, and an interface drawing unit 302;
  • the acquiring unit 300 is configured to acquire interface configuration information of the local application and interface configuration information of the application of the server when the application is started;
  • the determining unit 301 is configured to determine, according to the acquired interface configuration information of the local application and the interface configuration information of the application of the server, whether the interface of the application needs to be updated;
  • the interface drawing unit 302 is configured to: when the determining unit 301 determines that the interface of the application needs to be updated, update the interface configuration information of the application locally by using the interface configuration information of the application of the server, and according to the updated interface.
  • the configuration information draws an interface of the application.
  • the interface configuration information includes a name, a positioning, a height, a width, a focus, a default focus, an associated control, a name and a link address of the used resource, and a trigger action type of each control in the application interface. Link address, timestamp.
  • the determining unit 301 is configured to:
  • the timestamp in the interface configuration information of the application on the server side is before the timestamp in the interface configuration information of the local application, or in the interface configuration information of the application of the server side
  • the timestamp is the same as the timestamp in the interface configuration information of the local application, and it is determined that the interface of the application does not need to be updated.
  • the interface drawing unit 302 is configured to:
  • the obtaining unit 300, the determining unit 301, and the interface drawing unit 302 may be a central processing unit (CPU), a microprocessor (MPU), a digital signal processor (DSP), or Field Programmable Gate Array (FPGA) implementation.
  • CPU central processing unit
  • MPU microprocessor
  • DSP digital signal processor
  • FPGA Field Programmable Gate Array
  • the embodiment of the invention further provides a computer readable storage medium, the storage medium comprising a set of computer executable instructions for executing a method of dynamically updating an application interface on the terminal side.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)
  • User Interface Of Digital Computer (AREA)
  • Digital Computer Display Output (AREA)

Abstract

本发明公开了一种动态更新应用界面的方法,该方法包括:终端在启动应用时,获取本地所述应用的界面配置信息以及服务器端所述应用的界面配置信息;根据获得的本地所述应用的界面配置信息和服务器端所述应用的界面配置信息确定是否需要更新所述应用的界面;确定需要更新所述应用的界面时,利用服务器端所述应用的界面配置信息更新终端本地所述应用的界面配置信息,并根据更新后的界面配置信息绘制所述应用的界面。本发明还同时公开了一种终端及动态更新系统、计算机可读存储介质。

Description

一种动态更新应用界面的方法、终端及系统 技术领域
本发明涉及应用界面的在线生成技术,尤其涉及一种动态更新应用界面的方法、终端及系统。
背景技术
目前,终端应用的界面主要是由专业软件开发商制作,在制作应用界面时都是根据应用需求定制应用界面的样式及内容。
现有技术中应用界面的更新方案至少存在以下缺陷:
现有技术在制作应用界面时,需要技术人员了解和掌握专业的web基础知识;并且,在终端应用使用的过程中,不能实时地修改或更新应用界面的样式及内容,只能通过下载更高级的应用版本替换当前的版本,实现应用界面的更新。
由此可见,目前亟需一种动态更新应用界面的解决方案。
发明内容
为解决现有存在的技术问题,本发明实施例期望提供一种动态更新应用界面的方法、终端及系统。
为达到上述目的,本发明实施例的技术方案是这样实现的:
本发明实施例提供了一种动态更新应用界面的方法,该方法包括:
终端在启动应用时,获取本地所述应用的界面配置信息以及服务器端所述应用的界面配置信息;
根据获得的本地所述应用的界面配置信息和服务器端所述应用的界面配置信息确定是否需要更新所述应用的界面;
确定需要更新所述应用的界面时,利用服务器端所述应用的界面配置 信息更新终端本地所述应用的界面配置信息,并根据更新后的界面配置信息绘制所述应用的界面。
上述方案中,所述界面配置信息包括所述应用界面中各控件的名称、定位、高度、宽度、是否聚焦、是否选择默认聚焦、关联的控件、使用资源的名称及链接地址、触发动作类型及链接地址、时间戳。
上述方案中,所述根据获得的本地所述应用的界面配置信息和服务器端所述应用的界面配置信息确定是否更新所述应用的界面,包括:
将本地所述应用的界面配置信息中的时间戳与服务器端所述应用的界面配置信息中的时间戳进行对比;
若服务器端所述应用的界面配置信息中的时间戳在本地所述应用的界面配置信息中的时间戳之后,则确定需要更新所述应用的界面;
若服务器端所述应用的界面配置信息中的时间戳在本地所述应用的界面配置信息中的时间戳之前,或服务器端所述应用的界面配置信息中的时间戳与本地所述应用的界面配置信息中的时间戳相同,则确定不需要更新所述应用的界面。
上述方案中,所述根据更新后的界面配置信息绘制所述应用的界面,包括:
根据预设的组件映射规则解析更新后的界面配置信息,将更新后的界面配置信息转换为所述应用支持的界面绘制组件及参数;
根据所述界面绘制组件及参数绘制所述应用的界面。
本发明实施例还提供了一种终端,该终端包括:获取单元、确定单元、界面绘制单元;其中,
所述获取单元,配置为在启动应用时,获取本地所述应用的界面配置信息以及服务器端所述应用的界面配置信息;
所述确定单元,配置为根据获得的本地所述应用的界面配置信息和服务器端所述应用的界面配置信息,确定是否需要更新所述应用的界面;
所述界面绘制单元,配置为在确定单元确定需要更新所述应用的界面时,利用服务器端所述应用的界面配置信息更新终端本地所述应用的界面配置信息,并根据更新后的界面配置信息绘制所述应用的界面。
上述方案中,所述界面配置信息包括所述应用界面中各控件的名称、定位、高度、宽度、是否聚焦、是否选择默认聚焦、关联的控件、使用资源的名称及链接地址、触发动作类型及链接地址、时间戳。
上述方案中,所述确定单元配置为:
将本地所述应用的界面配置信息中的时间戳与服务器端所述应用的界面配置信息中的时间戳进行对比;
若服务器端所述应用的界面配置信息中的时间戳在本地所述应用的界面配置信息中的时间戳之后,则确定需要更新所述应用的界面;
若服务器端所述应用的界面配置信息中的时间戳在本地所述应用的界面配置信息中的时间戳之前,或服务器端所述应用的界面配置信息中的时间戳与本地所述应用的界面配置信息中的时间戳相同,则确定不需要更新所述应用的界面。
上述方案中,所述界面绘制单元配置为:
根据预设的组件映射规则解析更新后的界面配置信息,将更新后的界面配置信息转换为所述应用支持的界面绘制组件及参数;
根据所述界面绘制组件及参数绘制所述应用的界面。
本发明实施例还提供了一种动态更新系统,该系统包括:浏览器端、服务器端、终端;其中,
所述浏览器端,配置为对应用界面进行可视化编排;
所述服务器端,配置为将可视化编排的应用界面生成界面配置信息并存储;在终端需要时将存储的所需应用的界面配置信息提供给终端;
所述终端,配置为在启动应用时,获取本地所述应用的界面配置信息以及服务器端所述应用的界面配置信息;根据获取的本地所述应用的界面 配置信息和服务器端所述应用的界面配置信息,确定是否需要更新所述应用的界面;确定需要更新所述应用的界面时,利用服务器端所述应用的界面配置信息更新终端本地所述应用的界面配置信息,并根据更新后的界面配置信息绘制所述应用的界面。
本发明实施例还提供了一种计算机可读存储介质,所述存储介质包括一组计算机可执行指令,所述指令用于执行终端侧的动态更新应用界面的方法。
本发明实施例所提供的动态更新应用界面的方法、终端及系统,在启动应用时,终端获取本地所述应用的界面配置信息以及服务器端所述应用的界面配置信息;根据获得的本地所述应用的界面配置信息和服务器端所述应用的界面配置信息确定是否需要更新所述应用的界面,确定需要更新所述应用的界面时,利用服务器端所述应用的界面配置信息更新终端本地所述应用的界面配置信息,并根据更新后的界面配置信息绘制所述应用的界面。如此,本发明实施例终端能根据从服务器端获取的界面配置信息,实时且便捷地更新应用界面,进而提升用户体验。
附图说明
图1为本发明实施例动态更新系统的组成结构示意图;
图2为本发明实施例动态更新应用界面的方法实现流程示意图;
图3为本发明实施例终端的组成结构示意图。
具体实施方式
本发明实施例应用于动态更新应用界面的系统,该系统中主要包括:浏览器端、服务器端、终端;该系统中,应用界面的可视化编排是基于浏览器/服务器(Browser/Server,B/S)架构进行的,首先通过浏览器在线对应用界面进行可视化编排,然后由所述服务器端将可视化编排的应用界面 生成界面配置信息并存储,所述界面配置信息能够描述应用界面的布局及配置;
当终端开启应用时,终端获取本地所述应用的界面配置信息以及服务器端所述应用的界面配置信息;根据获得的本地所述应用的界面配置信息和服务器端所述应用的界面配置信息确定是否需要更新所述应用的界面,确定需要更新所述应用的界面时,利用服务器端所述应用的界面配置信息更新终端本地所述应用的界面配置信息,并根据更新后的界面配置信息绘制所述应用的界面。
这里,终端本地初始的界面配置信息是由专业软件开发商根据应用需求配置的。
本发明实施例中,所述终端可以是具备智能化应用及显示功能的智能终端,例如可以为:互联网电视(Over The Top TV,OTT TV)、智能手机、平板电脑等智能终端。
下面结合附图对本发明的具体实施方式进行说明。
图1为本发明实施例中提供的动态更新系统的组成结构示意图,如图1所示,该系统包括:浏览器端100、服务器端101、终端102;其中,
所述浏览器端100,配置为对应用界面进行可视化编排;
所述服务器端101,配置为将可视化编排的应用界面生成界面配置信息并存储;在终端102需要时将存储的所需应用的界面配置信息提供给终端102;
所述终端102,配置为在启动应用时,获取本地所述应用的界面配置信息以及服务器端101所述应用的界面配置信息;根据获得的本地所述应用的界面配置信息和服务器端101所述应用的界面配置信息确定是否需要更新所述应用的界面,确定需要更新所述应用的界面时,利用服务器端101所述应用的界面配置信息更新本地所述应用的界面配置信息,并根据更新后的界面配置信息绘制所述应用的界面。
在实际应用中,所述浏览器端100、所述服务器端101可集成于一个硬件设备中,也可分布于不同的硬件设备中。
基于上述系统架构,如图2所示,本发明实施例提供的动态更新应用界面的流程,具体实现步骤包括:
步骤S200:终端启动应用时,获取本地所述应用的界面配置信息以及服务器端所述应用的界面配置信息;
本步骤中,基于B/S架构对应用界面进行可视化编排,先通过浏览器端100以网格定位的方式或以绝对定位的方式,对应用界面进行可视化编排;之后,由服务器端101将可视化编排的应用界面生成界面配置信息并存储。具体实现方式如下:
首先,在浏览器端100中以网格定位的方式或以绝对定位的方式对应用界面进行可视化编排;
其中,进行可视化编排可用的控件包括:图片播放控件、视频播放控件、文字列表控件等;具体的,所述图片播放控件呈现为图片展示框,所述图片播放控件可以容纳多张图片,每张图片对应一个链接地址;图片播放控件被触发后,通过图片的链接地址链接到图片并开始播放图片,并支持多张图片自动循环播放或手动切换播放;
并且,所述图片播放控件可与文字列表控件相关联,用户通过选择文字列表控件中的文字来切换所述图片播放控件中的图片;所述视频播放控件呈现为视频播放框,所述视频播放控件与所述图片播放控件类似,可以容纳多个视频,每个视频对应一个链接地址,且视频开始播放前显示的背景图片的链接地址也可预先设置,通过所述背景图片的链接地址链接到所述背景图片并显示所述背景图片;所述视频播放控件被触发后,通过视频的链接地址链接到视频并开始播放视频,并支持多个视频自动循环播放或手动切换播放;
所述视频播放控件也可与文字列表控件相关联,用户通过选择文字列 表控件中的文字来切换所述视频播放控件中的视频;所述文字列表控件呈现为文字列表,通常与所述图片播放控件或所述视频播放控件配合使用;用户在对应用界面进行可视化编排时,也可采用自定义控件,所述自定义控件可以根据应用界面的需求定义,并将自定义内容作为一个插件widget动态地加载到自定义控件的方框内;所述自定义控件被触发后,通过自定义内容的链接地址链接到所述自定义内容并播放所述自定义内容;
另外,每个控件也可以设置多个触发动作,所述触发动作可以设置为跳转到所述应用的另一个界面,例如,用户点击界面上的文字列表控件中的文字内容后,跳转到所述应用中与该文字内容相关的另一个界面;
在浏览器端100完成应用界面的可视化编排后,由所述服务器端101通过可扩展标记语言(Exteile Marku Language,XML)将可视化编排的应用界面生成界面配置信息,所述界面配置信息包括应用界面中各控件的名称、定位、高度、宽度、是否聚焦、是否选择默认聚焦、关联的控件、使用资源的名称及链接地址、触发动作类型及链接地址、当前的时间戳等信息,并将所述界面配置信息存储在XML文件中;然后,所述服务器端101向终端提供下载服务。
这里,所述服务器端101可以为每个应用生成各自对应的界面配置信息,并将每个应用对应的界面配置信息分别存储在对应的XML文件中;
这里,所述服务器端101可以按照设定时间间隔或设定频率重新将最新的可视化编排的应用界面生成界面配置信息,并更新对应的XML文件;
这里,可视化编排的应用界面中的控件是以层叠样式表(Cascading Style Sheet,CSS)进行定位,所述CSS是一种用来表现超文本标记语言(Hyper Text Markup Language,HTML)或XML等文件样式的计算机语言;控件的位置是以所述控件距离应用界面上边沿的距离Top和距离应用界面左边沿的距离进行定位,控件的大小是以所述控件的高度和宽度进行确定;
这里,使用的CSS标记如下:
控件的左顶点到应用界面的上边沿的距离top,使用的CSS标记为margin-top;
控件的左顶点到应用界面的左边沿的距离left,使用的CSS标记为margin-left;
控件的宽度width,使用的CSS标记为width;
控件的高度height,使用的CSS标记为height;
然后,终端在启动某个应用时,分别获取所启动应用在本地存储的该应用的界面配置信息、以及在服务器端101存储的该应用的界面配置信息。
本发明实施例中,在浏览器端100对应用界面进行可视化编排,使得用户不需要了解和掌握专业的web基础知识就可以通过可视化的界面及控件对应用界面进行设计,操作便捷且易于修改;并且,终端在启动应用时,可以从服务器端101中实时地获取所述应用的界面配置信息,以便后续自动且实时地更新所述应用的界面。
步骤S201:根据获得的本地所述应用的界面配置信息和服务器端所述应用的界面配置信息确定是否需要更新所述应用的界面,确定需要更新所述应用的界面时,转入步骤202;确定不需要更新所述应用的界面时,转入步骤203。
所述界面配置信息中都包含有时间戳,所述时间戳用于记录界面配置信息的生成时间;相应的,所述确定是将本地所述应用的界面配置信息中的时间戳与服务器端101所述应用的界面配置信息中的时间戳进行对比;
若服务器端101所述应用的界面配置信息中的时间戳在本地所述应用的界面配置信息中的时间戳之后,则确定需要更新所述应用的界面;
若服务器端101所述应用的界面配置信息中的时间戳在本地所述应用的界面配置信息中的时间戳之前,或服务器端101所述应用的界面配置信息中的时间戳与本地所述应用的界面配置信息中的时间戳相同,则确定不需要更新所述应用的界面。
步骤S202:利用服务器端101所述应用的界面配置信息更新终端本地所述应用的界面配置信息,并根据更新后的界面配置信息绘制所述应用的界面,结束本处理流程。
根据预设的组件映射规则解析更新后的界面配置信息,将更新后的界面配置信息转换为所述应用能够支持的界面绘制组件及参数,根据所述界面绘制组件及参数绘制所述应用的界面,从而能够实时地更新所述应用的界面,提升用户体验。
步骤S203:根据终端本地所述应用的界面配置信息绘制所述应用的界面。
根据预设的组件映射规则解析本地中所述应用的界面配置信息,将本地中所述应用的界面配置信息转换为所述应用能够支持的界面绘制组件及参数,根据所述界面绘制组件及参数绘制所述应用的界面,结束本处理流程。
下面以终端上安装Android系统为例,预设的组件映射规则如下:
将CSS标记中的margin-top转换为Android:layout_alignParentTop;
将CSS标记中的margin-left转换为Android:layout_alignParentLeft;
将CSS标记中的width转换为Android:width;
将CSS标记中的height转换为Android:height。
本发明实施例中,在浏览器端对应用界面进行可视化编排,在服务器端实时地生成能够描述应用界面布局及配置的界面配置信息并存储,终端在启动应用时,获取本地所述应用的界面配置信息以及服务器端所述应用的界面配置信息;根据获得的本地所述应用的界面配置信息和服务器端所述应用的界面配置信息确定是否需要更新所述应用的界面,确定需要更新所述应用的界面时,利用服务器端所述应用的界面配置信息更新终端本地所述应用的界面配置信息,并根据更新后的界面配置信息绘制所述应用的界面。如此,本发明实施例终端在启动应用时,根据从服务器端获取的所 述应用的界面配置信息,实时且便捷地更新应用的界面,进而提升了用户的体验。
为实现上述方法,本发明实施例还提供了一种终端,由于该终端解决问题的原理与方法相似,因此,终端的实施过程及实施原理均可以参见前述方法的实施过程及实施原理描述,重复之处不再赘述。
如图3所示,本发明实施例提供的终端,包括:获取单元300、确定单元301、界面绘制单元302;其中,
所述获取单元300,配置为在启动应用时,获取本地所述应用的界面配置信息以及服务器端所述应用的界面配置信息;
所述确定单元301,配置为根据获取的本地所述应用的界面配置信息和服务器端所述应用的界面配置信息,确定是否需要更新所述应用的界面;
所述界面绘制单元302,配置为在确定单元301确定需要更新所述应用的界面时,利用服务器端所述应用的界面配置信息更新终端本地所述应用的界面配置信息,并根据更新后的界面配置信息绘制所述应用的界面。
以上功能单元或模块的划分方式仅为本发明实施例给出的一种优选实现方式,功能单元或模块的划分方式不构成对本发明的限制。
具体实施中,所述界面配置信息包括所述应用界面中各控件的名称、定位、高度、宽度、是否聚焦、是否选择默认聚焦、关联的控件、使用资源的名称及链接地址、触发动作类型及链接地址、时间戳。
具体实施中,所述确定单元301配置为:
将本地所述应用的界面配置信息中的时间戳与服务器端所述应用的界面配置信息中的时间戳进行对比;
若服务器端所述应用的界面配置信息中的时间戳在本地所述应用的界面配置信息中的时间戳之后,则确定需要更新所述应用的界面;
若服务器端所述应用的界面配置信息中的时间戳在本地所述应用的界面配置信息中的时间戳之前,或服务器端所述应用的界面配置信息中的时 间戳与本地所述应用的界面配置信息中的时间戳相同,则确定不需要更新所述应用的界面。
具体实施中,所述界面绘制单元302配置为:
根据预设的组件映射规则解析更新后的界面配置信息,将更新后的界面配置信息转换为所述应用支持的界面绘制组件及参数;
根据所述界面绘制组件及参数绘制所述应用的界面。
在实际应用中,所述获取单元300、所述确定单元301、所述界面绘制单元302可由位于终端的中央处理器(CPU)、微处理器(MPU)、数字信号处理器(DSP)、或现场可编程门阵列(FPGA)实现。
本发明实施例还提供了一种计算机可读存储介质,所述存储介质包括一组计算机可执行指令,所述指令用于执行终端侧的动态更新应用界面的方法。
本发明所述的方法并不限于具体实施方式中所述的实施例,本领域技术人员根据本发明的技术方案得出其它的实施方式,同样属于本发明的技术创新范围。
显然,本领域的技术人员可以对本发明进行各种改动和变型而不脱离本发明的精神和范围。这样,倘若本发明的这些修改和变型属于本发明权利要求及其等同技术的范围之内,则本发明也意图包含这些改动和变型在内。

Claims (10)

  1. 一种动态更新应用界面的方法,所述方法包括:
    终端在启动应用时,获取本地所述应用的界面配置信息以及服务器端所述应用的界面配置信息;
    根据获得的本地所述应用的界面配置信息和服务器端所述应用的界面配置信息确定是否需要更新所述应用的界面;
    确定需要更新所述应用的界面时,利用服务器端所述应用的界面配置信息更新终端本地所述应用的界面配置信息,并根据更新后的界面配置信息绘制所述应用的界面。
  2. 根据权利要求1所述的方法,其中,所述界面配置信息包括所述应用界面中各控件的名称、定位、高度、宽度、是否聚焦、是否选择默认聚焦、关联的控件、使用资源的名称及链接地址、触发动作类型及链接地址、时间戳。
  3. 根据权利要求2所述的方法,其中,所述根据获得的本地所述应用的界面配置信息和服务器端所述应用的界面配置信息确定是否更新所述应用的界面,包括:
    将本地所述应用的界面配置信息中的时间戳与服务器端所述应用的界面配置信息中的时间戳进行对比;
    若服务器端所述应用的界面配置信息中的时间戳在本地所述应用的界面配置信息中的时间戳之后,则确定需要更新所述应用的界面;
    若服务器端所述应用的界面配置信息中的时间戳在本地所述应用的界面配置信息中的时间戳之前,或服务器端所述应用的界面配置信息中的时间戳与本地所述应用的界面配置信息中的时间戳相同,则确定不需要更新所述应用的界面。
  4. 根据权利要求1所述的方法,其中,所述根据更新后的界面配置 信息绘制所述应用的界面,包括:
    根据预设的组件映射规则解析更新后的界面配置信息,将更新后的界面配置信息转换为所述应用支持的界面绘制组件及参数;
    根据所述界面绘制组件及参数绘制所述应用的界面。
  5. 一种终端,所述终端包括:获取单元、确定单元、界面绘制单元;其中,
    所述获取单元,配置为在启动应用时,获取本地所述应用的界面配置信息以及服务器端所述应用的界面配置信息;
    所述确定单元,配置为根据获得的本地所述应用的界面配置信息和服务器端所述应用的界面配置信息,确定是否需要更新所述应用的界面;
    所述界面绘制单元,配置为在确定单元确定需要更新所述应用的界面时,利用服务器端所述应用的界面配置信息更新终端本地所述应用的界面配置信息,并根据更新后的界面配置信息绘制所述应用的界面。
  6. 根据权利要求5所述的终端,其中,所述界面配置信息包括所述应用界面中各控件的名称、定位、高度、宽度、是否聚焦、是否选择默认聚焦、关联的控件、使用资源的名称及链接地址、触发动作类型及链接地址、时间戳。
  7. 根据权利要求6所述的终端,其中,所述确定单元配置为:
    将本地所述应用的界面配置信息中的时间戳与服务器端所述应用的界面配置信息中的时间戳进行对比;
    若服务器端所述应用的界面配置信息中的时间戳在本地所述应用的界面配置信息中的时间戳之后,则确定需要更新所述应用的界面;
    若服务器端所述应用的界面配置信息中的时间戳在本地所述应用的界面配置信息中的时间戳之前,或服务器端所述应用的界面配置信息中的时间戳与本地所述应用的界面配置信息中的时间戳相同,则确定不需要更新所述应用的界面。
  8. 根据权利要求5所述的终端,其中,所述界面绘制单元配置为:
    根据预设的组件映射规则解析更新后的界面配置信息,将更新后的界面配置信息转换为所述应用支持的界面绘制组件及参数;
    根据所述界面绘制组件及参数绘制所述应用的界面。
  9. 一种动态更新系统,其特征在于,所述系统包括:浏览器端、服务器端、终端;其中,
    所述浏览器端,配置为对应用界面进行可视化编排;
    所述服务器端,配置为将可视化编排的应用界面生成界面配置信息并存储;在终端需要时将存储的所需应用的界面配置信息提供给终端;
    所述终端,配置为在启动应用时,获取本地所述应用的界面配置信息以及服务器端所述应用的界面配置信息;根据获取的本地所述应用的界面配置信息和服务器端所述应用的界面配置信息,确定是否需要更新所述应用的界面;确定需要更新所述应用的界面时,利用服务器端所述应用的界面配置信息更新终端本地所述应用的界面配置信息,并根据更新后的界面配置信息绘制所述应用的界面。
  10. 一种计算机可读存储介质,所述存储介质包括一组计算机可执行指令,所述指令用于执行权利要求1-4任一项所述的动态更新应用界面的方法。
PCT/CN2015/073638 2014-06-27 2015-03-04 一种动态更新应用界面的方法、终端及系统 WO2015196828A1 (zh)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US15/322,120 US20170161052A1 (en) 2014-06-27 2015-03-04 Method for Dynamically Updating Interface of Application, Terminal and System
EP15811807.5A EP3147780A4 (en) 2014-06-27 2015-03-04 Method for dynamically updating interface of application, terminal and system
JP2017519758A JP2017526091A (ja) 2014-06-27 2015-03-04 アプリケーションのインタフェースを動的に更新する方法、端末及びシステム

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410300640.4A CN105242937A (zh) 2014-06-27 2014-06-27 一种动态更新应用界面的方法、终端及系统
CN201410300640.4 2014-06-27

Publications (1)

Publication Number Publication Date
WO2015196828A1 true WO2015196828A1 (zh) 2015-12-30

Family

ID=54936712

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/073638 WO2015196828A1 (zh) 2014-06-27 2015-03-04 一种动态更新应用界面的方法、终端及系统

Country Status (5)

Country Link
US (1) US20170161052A1 (zh)
EP (1) EP3147780A4 (zh)
JP (1) JP2017526091A (zh)
CN (1) CN105242937A (zh)
WO (1) WO2015196828A1 (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110569096A (zh) * 2019-08-20 2019-12-13 上海沣沅星科技有限公司 去代码化制作人机交互界面的系统、方法、介质及设备
CN114466026A (zh) * 2022-01-05 2022-05-10 杭州网易云音乐科技有限公司 应用程序接口的更新方法、装置、存储介质和计算设备

Families Citing this family (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105824627A (zh) * 2016-03-15 2016-08-03 网易(杭州)网络有限公司 确定用户界面变更的方法及装置
CN107424033B (zh) * 2016-03-29 2021-06-18 阿里巴巴集团控股有限公司 一种组件渲染方法、页面显示方法、客户端、服务器以及存储介质
CN106020904A (zh) * 2016-05-31 2016-10-12 北京奇艺世纪科技有限公司 一种图形用户界面的显示方法及装置
CN106060600A (zh) * 2016-06-27 2016-10-26 深圳创维-Rgb电子有限公司 一种升级智能电视的方法及装置
CN106201532A (zh) * 2016-07-15 2016-12-07 乐视控股(北京)有限公司 界面元素更换方法及装置
CN106294816B (zh) * 2016-08-16 2022-03-25 腾讯科技(深圳)有限公司 页面信息的处理方法和装置
JP6801398B2 (ja) * 2016-11-28 2020-12-16 セイコーエプソン株式会社 情報処理装置および情報処理装置にインストールされるプログラム
CN106708531A (zh) * 2016-12-30 2017-05-24 上海亿账通互联网科技有限公司 移动端程序界面的更新方法及装置
CN106843861A (zh) * 2017-01-05 2017-06-13 深圳市爱立峰科技有限公司 应用界面布局更新方法及装置
CN106990950B (zh) * 2017-01-09 2020-12-15 深圳大宇无限科技有限公司 界面布局的方法和装置
CN108874412A (zh) * 2017-05-16 2018-11-23 北京海鲸科技有限公司 用于更新界面布局的方法、装置、设备及系统
CN107220086A (zh) * 2017-05-31 2017-09-29 北京京东尚科信息技术有限公司 信息更新方法、装置及服务器
CN107368307A (zh) * 2017-07-03 2017-11-21 上海点融信息科技有限责任公司 用于实时配置应用的界面的方法、设备和系统
CN107423074B (zh) * 2017-08-14 2020-07-07 上海迅显信息科技有限公司 一种创建具有通用组件的跨平台hmi应用的系统和方法
CN107566875A (zh) * 2017-08-31 2018-01-09 江苏省公用信息有限公司 一种在智能机顶盒上ui灵活配置、动态更新的方法
CN107870798A (zh) * 2017-09-26 2018-04-03 五八有限公司 应用程序的页面布局处理方法及终端
CN107783772A (zh) * 2017-09-29 2018-03-09 北京金山安全管理系统技术有限公司 一种策略处理方法和装置
CN107844352B (zh) * 2017-10-27 2020-11-27 深圳前海桔子信息技术有限公司 一种应用界面配置方法和装置
CN108521518A (zh) * 2018-04-12 2018-09-11 深圳市沃特沃德股份有限公司 调节屏幕亮度的方法及装置
CN110633157A (zh) * 2018-06-25 2019-12-31 中兴通讯股份有限公司 菜单动态管理方法、服务器、系统和计算机可读存储介质
CN108984174B (zh) * 2018-07-03 2022-04-12 百度在线网络技术(北京)有限公司 跨平台的应用创建方法、装置、服务器和存储介质
CN109213536A (zh) * 2018-08-13 2019-01-15 阿里巴巴集团控股有限公司 资源展示方法、资源展示类控件的配置方法、装置及设备
CN109408086A (zh) * 2018-09-28 2019-03-01 平安普惠企业管理有限公司 App的界面更新方法、装置、计算机设备及存储介质
CN109753315A (zh) * 2018-11-22 2019-05-14 广州小鸡快跑网络科技有限公司 一种智能设备交互式内容编辑实现方法及存储介质
CN111045674B (zh) * 2019-12-16 2023-07-21 北京爱奇艺科技有限公司 一种播放器的交互方法和装置
CN112737855A (zh) * 2020-12-30 2021-04-30 百视通网络电视技术发展有限责任公司 一种ott业务中多维度的终端配置系统

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102053851A (zh) * 2010-12-23 2011-05-11 福建星网视易信息系统有限公司 一种对嵌入式终端进行远程编辑界面的方法
CN102158765A (zh) * 2011-02-22 2011-08-17 深圳市同洲电子股份有限公司 数字电视接收终端用户界面更新的方法及系统

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001142686A (ja) * 1999-11-10 2001-05-25 Nec Software Kobe Ltd ソフトウェアのインストール装置
US20100169357A1 (en) * 2005-08-01 2010-07-01 Michael Ingrassia Method, Apparatus, and Computer Program Product for Automatically Obtaining Custom Interface Elements When Changing UI Themes by Querying a Remote Repository
EP2151064B1 (en) * 2007-05-03 2015-06-24 3Dlabs Inc., Ltd. Method for remotely configuring user interfaces for portable devices
CN101316330A (zh) * 2007-06-01 2008-12-03 深圳Tcl工业研究院有限公司 一种电视机程序升级的方法
CN101996093A (zh) * 2009-08-10 2011-03-30 日电(中国)有限公司 将桌面应用转换为网络应用的方法和系统
CN102129378B (zh) * 2010-01-20 2016-04-20 腾讯科技(深圳)有限公司 一种软件菜单更新方法和装置
US20120254859A1 (en) * 2011-03-31 2012-10-04 Sony Corporation Method and apparatus for downloading software updates to place user terminal into a desired configuration state
US20130219307A1 (en) * 2012-02-21 2013-08-22 Artisan Mobile, Inc. System and method for runtime user interface management
JP6152289B2 (ja) * 2012-11-15 2017-06-21 任天堂株式会社 情報処理装置、端末システム、情報処理プログラム、および、アプリケーションの更新用データの取得方法

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102053851A (zh) * 2010-12-23 2011-05-11 福建星网视易信息系统有限公司 一种对嵌入式终端进行远程编辑界面的方法
CN102158765A (zh) * 2011-02-22 2011-08-17 深圳市同洲电子股份有限公司 数字电视接收终端用户界面更新的方法及系统

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP3147780A4 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110569096A (zh) * 2019-08-20 2019-12-13 上海沣沅星科技有限公司 去代码化制作人机交互界面的系统、方法、介质及设备
CN114466026A (zh) * 2022-01-05 2022-05-10 杭州网易云音乐科技有限公司 应用程序接口的更新方法、装置、存储介质和计算设备
CN114466026B (zh) * 2022-01-05 2024-05-14 杭州网易云音乐科技有限公司 应用程序接口的更新方法、装置、存储介质和计算设备

Also Published As

Publication number Publication date
EP3147780A4 (en) 2017-06-21
CN105242937A (zh) 2016-01-13
EP3147780A1 (en) 2017-03-29
US20170161052A1 (en) 2017-06-08
JP2017526091A (ja) 2017-09-07

Similar Documents

Publication Publication Date Title
WO2015196828A1 (zh) 一种动态更新应用界面的方法、终端及系统
CN105208442B (zh) 一种视频播放应用程序的视频播放方法及装置
US10908928B2 (en) Rules-based workflow messaging
CN106791953B (zh) 多播放器控制方法、服务器及客户端
WO2016150388A1 (zh) 界面处理方法、装置及系统
US20210067825A1 (en) Display device and content providing method thereof
US20190121861A1 (en) Change detection in a string repository for translated content
CN106257418A (zh) 用于通过使用辅助应用来评价应用的技术
US9280401B2 (en) Type agnostic data engine
US20140328576A1 (en) System and method for creating distinct video content program from individual video content clips
JP5878671B1 (ja) デジタルコンテンツを配信するシステム、方法、及びプログラム
US11625766B2 (en) Electronic apparatuses and display method for registering products
CN111045674B (zh) 一种播放器的交互方法和装置
US20180288465A1 (en) Systems and methods for streaming media menu templates
JP2012230628A (ja) 映像表示装置、映像表示管理装置、映像表示方法、及び映像表示管理方法
JP2015219740A (ja) 情報処理装置、情報処理方法、およびプログラム
JP2018147511A (ja) ウェブページ提供システム、ウェブページ提供方法、プログラム、通信装置及びウェブページ表示方法
JP6338935B2 (ja) ウェブページ提供システム、ウェブページ提供方法、プログラム及び通信装置
US10924815B2 (en) System and method for generating and updating video news edition
JP6780077B2 (ja) プログラム及び情報配信装置
JP2019098064A (ja) 情報処理装置及びプログラム
JP2018026132A (ja) 出力制御プログラム、出力制御装置及び出力制御方法
JP6268245B1 (ja) プログラム及び情報配信装置
JP5395152B2 (ja) サーバ装置、プログラムおよびクライアント装置
JP2017004208A (ja) テスト支援装置、及びテスト支援方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15811807

Country of ref document: EP

Kind code of ref document: A1

REEP Request for entry into the european phase

Ref document number: 2015811807

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2015811807

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 15322120

Country of ref document: US

ENP Entry into the national phase

Ref document number: 2017519758

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE