CN112052001B - UI dynamic display design architecture, method, equipment and storage medium of APP client - Google Patents

UI dynamic display design architecture, method, equipment and storage medium of APP client Download PDF

Info

Publication number
CN112052001B
CN112052001B CN202010920798.7A CN202010920798A CN112052001B CN 112052001 B CN112052001 B CN 112052001B CN 202010920798 A CN202010920798 A CN 202010920798A CN 112052001 B CN112052001 B CN 112052001B
Authority
CN
China
Prior art keywords
view template
module
floor
data
view
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
Application number
CN202010920798.7A
Other languages
Chinese (zh)
Other versions
CN112052001A (en
Inventor
李虎
曾毅峰
魏明丽
何来泉
魏远
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.)
Shanghai Pudong Development Bank Co Ltd
Original Assignee
Shanghai Pudong Development Bank 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 Shanghai Pudong Development Bank Co Ltd filed Critical Shanghai Pudong Development Bank Co Ltd
Priority to CN202010920798.7A priority Critical patent/CN112052001B/en
Publication of CN112052001A publication Critical patent/CN112052001A/en
Application granted granted Critical
Publication of CN112052001B publication Critical patent/CN112052001B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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
    • 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/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse

Abstract

The invention relates to a UI dynamic display design framework, a method, equipment and a storage medium of an APP client, which take over the layout logic of the whole View template through a customized View manager; the View template is responsible for the place where the specific layout logic is implemented; the ViewManager also provides a complete set of component multiplexing mechanisms, quickens component rendering, and supports expansion to provide more layout capability. The viewer layer and the data layer are isolated by using a Presenter layer, so that the method is divided into two parts, and only changes are concerned, and the network disconnection mode is supported seamlessly. And combining big data and user behavior preference, and dynamically displaying the UI by taking the data as a drive. Compared with the prior art, the method has the advantages that the native page of the APP client can be realized under the condition that the APP version is not updated: dynamically displaying the UI style; control function entry display or hiding; thousands of people and thousands of faces of the first page, personalized display and the like.

Description

UI dynamic display design architecture, method, equipment and storage medium of APP client
Technical Field
The invention relates to the technical field of computers, in particular to a UI dynamic display design architecture, method, equipment and storage medium of an APP client.
Background
Finance class APP, many functions involve money, such as billing, payment, repayment, financial, etc. Once a problem arises, it is difficult to solve. This requires that the APP has a certain security.
Because the APP in the existing line contains a plurality of merchants, the associated system is more. There is some temporary activity or promotion preference information, which needs to be promoted and displayed in time. This requires timeliness of the APP.
In order to increase customer experience, a user can conveniently and quickly use functions provided in the APP. In order for a service to flexibly manage its own functions, it is necessary to dynamically configure the relevant attributes of the functions. This requires flexibility in APP.
Currently, the flexible and dynamic display and control page of the client is an important component of APP (except APP of pure webpage type) and difficult problem which is difficult to solve.
The original framework, the client original page rigid fixed display UI, needs to update the client version once production problems occur or page display is adjusted.
In addition, the original framework is that all the pages displayed by the logged-in users are the same, the users cannot edit the function entry of the APP, and the users cannot use a certain function in the APP conveniently.
Disclosure of Invention
The invention aims to overcome the defects of the prior art and provide a UI dynamic display design framework, a method, equipment and a storage medium of an APP client, which can enable a native page of the APP client to realize that under the condition of not updating an APP version: dynamically displaying the UI style; control function entry display or hiding; and thousands of people and thousands of faces of the first page are displayed in a personalized way.
The aim of the invention can be achieved by the following technical scheme:
a UI dynamic display design architecture for an APP client, the architecture comprising: a ViewManager module, a View template module, and a Presenter layer module, wherein:
the view manager module is used for generating a component multiplexing queue capable of accelerating the rendering speed of a component when an APP client is initialized, supporting expansion to improve the layout capacity, calling and loading the cached view template in the component multiplexing queue when the view template which is needed to be rendered currently in the APP client is hit, generating page specific layout logic corresponding to various services in the module through the setting combination of various floor sub-modules when the view template which is needed to be rendered currently in the APP client is not hit, and receiving the removed floor data in the component multiplexing queue when the floor data in the view template in the APP client is needed to be removed;
the View template module comprises a View layer and a data layer, and is used for combining the View layer with the data layer to specifically render page specific layout logic corresponding to various services generated in the View manager module;
the Presenter layer module is arranged between the View layer and the data layer, and is used for judging floor data information corresponding to the current View template acquired by the View template module, calling the View template module to render floors again when a page change requirement appears so as to realize new page specific layout logic, namely a new View template, and simultaneously removing and adding different floor data between the new View template and the old View template into the component multiplexing queue.
Further, the floor sub-module comprises a floor title relation management sub-module, a floor management sub-module, a title management sub-module and a function management sub-module, wherein:
the floor title relation management sub-module is used for adding or managing specific pages needing dynamic display;
the floor management sub-module is used for adding or managing specific floor information;
the title management submodule is used for adding or managing specific title information;
the function management sub-module is used for adding or managing specific function information.
Further, the function information nest is arranged in the title information, the title information nest is arranged in the floor information, and the floor information nest is arranged in the page.
The invention also provides a client UI dynamic rendering method based on the UI dynamic display design framework of the APP client, which comprises the following steps:
step 1: initializing the ViewManager module, initializing the component multiplexing queue, combining big data and user behavior preference, judging and calling and asynchronously loading the cached view template in the component multiplexing queue when the view template needing to be rendered currently in the APP client is hit, and displaying the view template in a UI interface of the APP client;
step 2: simultaneously triggering the View template module to acquire floor data of the View template in the current UI interface, continuously uploading the floor data to the Presenter layer module, calling the View template module to re-circularly render floors when page change requirements appear circularly after multiple verification judgment so as to realize new page specific layout logic, namely a new View template, and simultaneously removing and circularly adding different floor data between the new View template and the old View template into the component multiplexing queue;
step 3: and simultaneously, circularly judging whether the new view template exists in the component multiplexing queue, initializing data and directly rendering if the new view template exists, and generating corresponding floor data and rendering if the new view template does not exist.
Further, the step 1 further includes: when judging that the View template which is required to be rendered currently in the APP client is not hit, generating page specific layout logic corresponding to various services in the View manager module through setting combination of various floor sub-modules by a user, and realizing the page specific layout logic corresponding to the various services through the View template module and displaying the page specific layout logic in a UI interface of the APP client.
Further, in the client UI dynamic rendering method, the floor sub-module includes a floor title relationship management sub-module, a floor management sub-module, a title management sub-module, and a function management sub-module, where:
the floor title relation management sub-module is used for adding or managing specific pages needing dynamic display;
the floor management sub-module is used for adding or managing specific floor information;
the title management submodule is used for adding or managing specific title information;
the function management sub-module is used for adding or managing specific function information.
Further, in the client UI dynamic rendering method, the function information is nested in the title information, the title information is nested in the floor information, and the floor information is nested in the page.
Further, the step 2 comprises the following sub-steps:
step 201: simultaneously triggering the View template module to acquire floor data of the View template in the current UI interface, continuously uploading the floor data to the Presenter layer module, calling the View template module to re-circularly render floors when page change requirements appear circularly after multiple verification judgment so as to realize new page specific layout logic, namely a new View template, and simultaneously removing and circularly adding different floor data between the new View template and the old View template into the component multiplexing queue;
step 202: judging whether an interface of the Presenter layer module needs data caching and whether the interface carries a cached floor version or not, and acquiring a key corresponding to floor data of a view template in a current UI interface;
step 203: inquiring a local cache floor version according to the key, responding to the interface after data processing, namely changing the floor state in an online state and updating the local cache data or not responding to the interface, namely inquiring a cache floor set according to the key in an offline state;
step 204: and calling the View template module to re-circularly render floors when page change requirements appear circularly based on the cached floor set or the updated local cached data so as to realize new page specific layout logic, namely a new View template, and simultaneously removing and circularly adding different floor data between the new View template and the old View template into the component multiplexing queue.
The invention also provides a terminal device, which comprises a memory, a processor and a computer program stored in the memory and capable of running on the processor, wherein the processor realizes the steps of the client UI rendering method based on the UI dynamic display design framework of the APP client when executing the computer program.
The invention also provides a computer readable storage medium, wherein the computer readable storage medium stores a computer program, and the computer program realizes the steps of the client UI rendering method based on the UI dynamic display design framework of the APP client when being executed by a processor.
Compared with the prior art, the invention has the following advantages:
1. dynamic state
The dynamic word is not a noun generated in recent years, and from the initial stage of the generation of the Internet, the word always surrounds us, page data and page appearance are not fixed and updated along with the update of a server side, so that a user can see the latest content in time. Thus "dynamization" is the most central feature of the internet. The background configuration floor display is carried out on the client through the embedded View template according to the service scene, the interface is called to obtain the layout structure when the APP is started, then rendering is carried out, the templates support the inter-page multiplexing, the style of the whole templates is the same, the unified color is maintained, and the multiplexing degree and the diversification of the templates are improved. Dynamic configuration includes speaking, templates, sharing, logging/binding, functions, sharing, etc. to cope with business requirement scene changes.
2. Modular system
The building is more firm, the modularization is guided by the service, the modularization is beneficial to decoupling among various services, the repeated wheel is avoided, the development and maintenance cost can be saved, and the research, development and maintenance cost is reduced. The View is split into templates corresponding to the services, so that development members can pay attention to the behaviors and display logic of the templates, the templates are split into a data layer and a View layer, subsequent template maintenance is facilitated, the templates can be expanded, the templates can be directly multiplexed on line between pages, corresponding templates can be added according to service scenes, and faster iteration is ensured. The skip between views is uniformly managed by the skip manager/pfrouter (iOS), and the skip types are mainly divided into a native skip, an internal browser skip and an external browser skip, and the skip types are used for guiding a user to log in and binding cards according to the corresponding functions of different CODE hops. At the code level, decoupling between modules is facilitated. The jumps and references between functional modules are handled entirely by the middleware skip manager/pfrouter (iOS).
3. High efficiency
With the continuous appearance of high-performance mobile phones, in order to promote user interaction experience, the design is not simple popup window or loaded interaction any more, more "dazzling" interaction scenes such as dynamic effect are used more, and the problem that how to promote APP overall fluency and how to promote "refreshing" points of users is necessary to consider when high-level experience is brought. And when the application is operated, the templates are asynchronously loaded, the high response of the UI threads is kept, when the application is used, the templates are firstly obtained from a cache, if the templates which are required to be rendered currently cannot be hit in the cache, new templates are generated, and the views are multiplexed when the templates hit. When the template needs to be removed, the template is directly added into a multiplexing queue for subsequent use, so that more efficient rendering of page views is ensured, and View analysis and configuration time are saved.
4. Intelligent device
And combining big data and user behaviors, deeply observing the user behaviors, taking the data as a drive, understanding the user, matching user preference according to user portrait, intelligently pushing floor information, displaying, and enhancing user viscosity. The user has ideas and own behavior preference, and through the user-defined function list, the user can place commonly used functions on a home page according to own preference, so that the user is provided with 'refreshing' points, and the user can index all APP functions by matching with a fuzzy search function, so that the user can find own favorite functions at the first time, and feel 'happiness'. Meanwhile, the user feels personalized, and the thousands of people and thousands of faces are displayed.
Drawings
FIG. 1 is a schematic diagram of a configuration architecture in a ViewManager module according to an embodiment of the present invention;
fig. 2 is a schematic diagram of an actual rendering flow based on the design architecture of the present invention in an embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are some, but not all embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the present invention without making any inventive effort, shall fall within the scope of the present invention.
DETAILED DESCRIPTION OF EMBODIMENT (S) OF INVENTION
1. The server side architecture: manager configuration referring to fig. 1, the manager configuration is mainly used for providing services and test configuration to dynamically display UI contents:
1.1 floor title relationship management
The configuration page can operate a specific page which is newly added or needs to be dynamically displayed.
For example: a financial page may be added and one or more already configured floor applications may be added to the page. The client can then enter the financial page and see the configured floor ui.
1.2 floor management- -floor
The configuration page can operate to add or manage specific floor information. One floor may be set as a child floor or a parent floor. One parent floor may contain a plurality of child floors and one floor may contain a plurality of title banners. This can make each floor show content abundant and diversified.
1.3 title management-banner
The configuration page can be used for operating and adding or managing the specific title bar information, and can be used for configuring specific contents and picture display of the title. A title bar may contain a function.
1.4 function management- -function
The configuration page can operate to add or manage specific function information. Is the smallest unit of manager configuration. Here we can configure specific function jump information, e.g. can configure to enter the next page: a specific native page or a specific web page.
2. Client architecture design
Taking over the layout logic of the whole View template through the customized View manager; the View template is responsible for the place where the specific layout logic is implemented; the ViewManager also provides a complete set of component multiplexing mechanisms, quickens component rendering, and supports expansion to provide more layout capability. The viewer layer and the data layer are isolated by using a Presenter layer, so that the method is divided into two parts, and only changes are concerned, and the network disconnection mode is supported seamlessly. And by combining big data and user behavior preference, the UI is dynamically displayed by taking the data as a drive, and a specific rendering flow of the corresponding client APP section is shown in the figure 2.
While the invention has been described with reference to certain preferred embodiments, it will be understood by those skilled in the art that various changes and substitutions of equivalents may be made and equivalents will be apparent to those skilled in the art without departing from the scope of the invention. Therefore, the protection scope of the invention is subject to the protection scope of the claims.

Claims (6)

1. The utility model provides a client UI dynamic rendering method of UI dynamic display design framework based on APP client, which is characterized in that the framework comprises: a ViewManager module, a View template module, and a Presenter layer module, wherein:
the view manager module is used for generating a component multiplexing queue capable of accelerating the rendering speed of a component when an APP client is initialized, supporting expansion to improve the layout capacity, calling and loading the cached view template in the component multiplexing queue when the view template which is needed to be rendered currently in the APP client is hit, generating page specific layout logic corresponding to various services in the module through the setting combination of various floor sub-modules when the view template which is needed to be rendered currently in the APP client is not hit, and receiving the removed floor data in the component multiplexing queue when the floor data in the view template in the APP client is needed to be removed;
the View template module comprises a View layer and a data layer, and is used for combining the View layer with the data layer to specifically render page specific layout logic corresponding to various services generated in the View manager module;
the Presenter layer module is arranged between the View layer and the data layer and is used for judging floor data information corresponding to the current View template acquired by the View template module, calling the View template module to re-render floors when a page change requirement appears so as to realize new page specific layout logic, namely a new View template, and simultaneously removing different floor data between the new View template and the old View template and adding the different floor data into the component multiplexing queue;
the floor sub-module comprises a floor title relation management sub-module, a floor management sub-module, a title management sub-module and a function management sub-module, wherein:
the floor title relation management sub-module is used for adding or managing specific pages needing dynamic display;
the floor management sub-module is used for adding or managing specific floor information;
the title management submodule is used for adding or managing specific title information;
the function management sub-module is used for adding or managing specific function information;
the method comprises the following steps:
step 1: initializing the ViewManager module, initializing the component multiplexing queue, combining big data and user behavior preference, judging and calling and asynchronously loading the cached view template in the component multiplexing queue when the view template needing to be rendered currently in the APP client is hit, and displaying the view template in a UI interface of the APP client;
step 2: simultaneously triggering the View template module to acquire floor data of the View template in the current UI interface, continuously uploading the floor data to the Presenter layer module, calling the View template module to re-circularly render floors when page change requirements appear circularly after multiple verification judgment so as to realize new page specific layout logic, namely a new View template, and simultaneously removing and circularly adding different floor data between the new View template and the old View template into the component multiplexing queue;
step 3: and simultaneously, circularly judging whether the new view template exists in the component multiplexing queue, initializing data and directly rendering if the new view template exists, and generating corresponding floor data and rendering if the new view template does not exist.
2. The method for dynamically rendering the client UI based on the UI dynamic display design architecture of the APP client according to claim 1, wherein the step 1 further comprises: when judging that the View template which is required to be rendered currently in the APP client is not hit, generating page specific layout logic corresponding to various services in the View manager module through setting combination of various floor sub-modules by a user, and realizing the page specific layout logic corresponding to the various services through the View template module and displaying the page specific layout logic in a UI interface of the APP client.
3. The client UI dynamic rendering method of the APP client-based UI dynamic display design architecture according to claim 1, wherein the function information is nested in the title information, the title information is nested in the floor information, and the floor information is nested in the page.
4. The method for dynamically rendering the client UI based on the UI dynamic display design architecture of the APP client according to claim 1, wherein the step 2 comprises the following sub-steps:
step 201: simultaneously triggering the View template module to acquire floor data of the View template in the current UI interface, continuously uploading the floor data to the Presenter layer module, calling the View template module to re-circularly render floors when page change requirements appear circularly after multiple verification judgment so as to realize new page specific layout logic, namely a new View template, and simultaneously removing and circularly adding different floor data between the new View template and the old View template into the component multiplexing queue;
step 202: judging whether an interface of the Presenter layer module needs data caching and whether the interface carries a cached floor version or not, and acquiring a key corresponding to floor data of a view template in a current UI interface;
step 203: inquiring a local cache floor version according to the key, responding to the interface after data processing, namely changing the floor state in an online state and updating the local cache data or not responding to the interface, namely inquiring a cache floor set according to the key in an offline state;
step 204: and calling the View template module to re-circularly render floors when page change requirements appear circularly based on the cached floor set or the updated local cached data so as to realize new page specific layout logic, namely a new View template, and simultaneously removing and circularly adding different floor data between the new View template and the old View template into the component multiplexing queue.
5. A terminal device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, characterized in that the processor, when executing the computer program, implements the steps of the client UI dynamic rendering method of the APP client based UI dynamic display design framework as claimed in any one of claims 1 to 4.
6. A computer readable storage medium storing a computer program, wherein the computer program when executed by a processor implements the steps of the client UI dynamic rendering method of APP client-based UI dynamic display design architecture of any one of claims 1 to 4.
CN202010920798.7A 2020-09-04 2020-09-04 UI dynamic display design architecture, method, equipment and storage medium of APP client Active CN112052001B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010920798.7A CN112052001B (en) 2020-09-04 2020-09-04 UI dynamic display design architecture, method, equipment and storage medium of APP client

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010920798.7A CN112052001B (en) 2020-09-04 2020-09-04 UI dynamic display design architecture, method, equipment and storage medium of APP client

Publications (2)

Publication Number Publication Date
CN112052001A CN112052001A (en) 2020-12-08
CN112052001B true CN112052001B (en) 2023-11-24

Family

ID=73607266

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010920798.7A Active CN112052001B (en) 2020-09-04 2020-09-04 UI dynamic display design architecture, method, equipment and storage medium of APP client

Country Status (1)

Country Link
CN (1) CN112052001B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113703809B (en) * 2021-08-31 2024-04-26 康键信息技术(深圳)有限公司 Method, device, equipment and medium for updating home page application data configuration
CN114356472A (en) * 2021-12-03 2022-04-15 浙江臻善科技股份有限公司 System interface differential dynamic rendering method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107391169A (en) * 2017-06-09 2017-11-24 口碑控股有限公司 The dynamic updating method and device of the Android page
CN110489116A (en) * 2018-05-15 2019-11-22 优酷网络技术(北京)有限公司 A kind of rendering method of the page, device and computer storage medium
CN110675466A (en) * 2019-09-27 2020-01-10 广州华多网络科技有限公司 Rendering system, rendering method, rendering device, electronic equipment and storage medium
WO2020020248A1 (en) * 2018-07-27 2020-01-30 北京京东尚科信息技术有限公司 Page construction method and system at mobile terminal and mobile terminal
CN111309320A (en) * 2018-12-12 2020-06-19 玲珑视界科技(北京)有限公司 Method and system for customizing home page interface

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10139998B2 (en) * 2014-10-08 2018-11-27 Weebly, Inc. User interface for editing web content
CN106936871B (en) * 2015-12-30 2020-05-29 阿里巴巴集团控股有限公司 Method and device for displaying data on interface

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107391169A (en) * 2017-06-09 2017-11-24 口碑控股有限公司 The dynamic updating method and device of the Android page
CN110489116A (en) * 2018-05-15 2019-11-22 优酷网络技术(北京)有限公司 A kind of rendering method of the page, device and computer storage medium
WO2020020248A1 (en) * 2018-07-27 2020-01-30 北京京东尚科信息技术有限公司 Page construction method and system at mobile terminal and mobile terminal
CN111309320A (en) * 2018-12-12 2020-06-19 玲珑视界科技(北京)有限公司 Method and system for customizing home page interface
CN110675466A (en) * 2019-09-27 2020-01-10 广州华多网络科技有限公司 Rendering system, rendering method, rendering device, electronic equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于iOS平台的播报哥手机APP的设计与实现;韩丽君;;自动化技术与应用(第07期);全文 *

Also Published As

Publication number Publication date
CN112052001A (en) 2020-12-08

Similar Documents

Publication Publication Date Title
JP6272933B2 (en) Remote browsing session management
EP1552428B1 (en) Method and apparatus for relaying session information from a portal server
CN101960449B (en) The web feed based on XML for the web access to remote resource
US7533142B2 (en) Method for enabling associated portlets of a web portlet to collaborate for synchronized content display
US8001456B2 (en) Methods for maintaining separation between markup and data at a client
US8312170B2 (en) Method and apparatus for managing a collection of portlets in a portal server
US8499282B2 (en) System and method for extending capabilities and execution efficiency of script based applications
US20060235935A1 (en) Method and apparatus for using business rules or user roles for selecting portlets in a web portal
CN103369369B (en) Media content and the system and method presented are extracted from social networking service
CN112800370B (en) Processing method and device of business document, computer equipment and storage medium
CN111008051B (en) Dynamic layout based on multidimensional rules
JP2009199606A (en) System and method for stateful web-based computing
KR20090127158A (en) Service program generation technology
KR20040060806A (en) Template-based customization of a user interface for a messaging application program
CN112052001B (en) UI dynamic display design architecture, method, equipment and storage medium of APP client
CN104321743A (en) Method and system for developing applications for consulting content and services on a telecommunications network
CN103729425A (en) Operation response method, client, browser and operation response system
CN104462026A (en) System and method for providing cloud word stock service
CN101876998B (en) Method and system for editing data
US20110041069A1 (en) User interface for aggregating services in a data processing system
CN114553688B (en) Cloud computing deployment method, device, equipment and computer readable storage medium
WO2002069541A2 (en) Method and system for generation and management of content and services on a network
CN115357316A (en) Method, system, device and storage medium for sharing project pricing
CN115129366A (en) Technical application method for multiple content forms of social network service software to be universal in cross-platform
Paterno 39. User Interface Design Adaptation

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant