CN114201169A - Realizing operating system interface by combining web technology and network communication technology - Google Patents

Realizing operating system interface by combining web technology and network communication technology Download PDF

Info

Publication number
CN114201169A
CN114201169A CN202111524278.5A CN202111524278A CN114201169A CN 114201169 A CN114201169 A CN 114201169A CN 202111524278 A CN202111524278 A CN 202111524278A CN 114201169 A CN114201169 A CN 114201169A
Authority
CN
China
Prior art keywords
operating system
web
system interface
interface
technology
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.)
Pending
Application number
CN202111524278.5A
Other languages
Chinese (zh)
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.)
Dingdao Zhilian Beijing Technology Co ltd
Original Assignee
Dingdao Zhilian Beijing Technology 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 Dingdao Zhilian Beijing Technology Co ltd filed Critical Dingdao Zhilian Beijing Technology Co ltd
Priority to CN202111524278.5A priority Critical patent/CN114201169A/en
Publication of CN114201169A publication Critical patent/CN114201169A/en
Pending legal-status Critical Current

Links

Images

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
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses an operating system interface realized by combining a web technology and a network communication technology, which relates to the field of computer operating systems and the Internet, and comprises the following steps: when the system web service middleware receives a user operation request sent from a web operation system interface, the system web service middleware executes a command to call an operation system function; and when the system web service middleware monitors the state change of the operating system, the system web service middleware sends an operating system state change notification to the web operating system interface. The invention enables developers to develop the interface of the operating system by using the web technology, reduces the development threshold of the interface of the operating system, enriches the development modes of the interface of the operating system and can obviously shorten the development iteration cycle.

Description

Realizing operating system interface by combining web technology and network communication technology
Technical Field
The invention relates to the field of computer operating systems and the Internet, in particular to an operating system interface realized by combining a web technology and a network communication technology.
Background
A Graphical User Interface (GUI) refers to a computer operation User Interface displayed in a Graphical manner. A graphical user interface is a form of interface display for a person to communicate with a computer and allows a user to manipulate on-screen icons or menu options using an input device such as a mouse to select commands, call files, launch programs, or perform other routine tasks. Graphical user interfaces have many advantages over character interfaces that enter text or character commands through a keyboard to accomplish routine tasks. The graphical user interface consists of windows, pull-down menus, dialog boxes and corresponding control mechanisms, and is standardized in various new applications, i.e. the same operations are always performed in the same way, and graphical objects are seen and operated by users in the graphical user interface, and the technology of computer graphics is applied.
A control (or component, widget or control) is a graphical user interface element whose displayed arrangement of information can be changed by a user, such as a window or text box. The control definition is characterized by providing a single interaction point for direct manipulation (direct manipulation) of given data. A web control is a visual control in which web content may be displayed.
The traditional operating system interface is developed by using system languages such as C/C + +, and the like, which is generally because the underlying functions of the operating system need to be accessed to control the operating system and display the operating system running state. This results in higher development thresholds and longer development iteration cycles.
On the other hand, developing a user interface using web technology can significantly reduce development thresholds and shorten development iteration cycles. But web technologies typically do not have access to the underlying functionality of the operating system for security reasons. The web front-end page has difficulty in controlling the operating system or displaying the operating system running state.
Disclosure of Invention
The invention provides an operating system interface realized by combining a web technology and a network communication technology, and solves the technical problem.
The invention provides an operating system interface realized by combining a web technology and a network communication technology, which comprises the following steps:
step A0, when the system web service middleware receives the user operation request sent from the web operation system interface, executing step A1; when the system web service middleware monitors that the state of the operating system is changed, executing the step A2;
step A1, the system web service middleware executes the command according to the user operation request to call the operating system function, and returns to step A0;
step A2, the system web service middleware sends the operating system state change notice to the web operating system interface, and returns to step A0.
Optionally, before step a0, the method further includes: and embedding the web control into an operating system interface to realize the web operating system interface.
The invention provides an operating system interface realized by combining a web technology and a network communication technology, which comprises the following steps:
the web operation system interface acquires a user operation request, and sends the user operation request to the system web service middleware; the system web service middleware executes a command according to the user operation request to call an operating system function;
and when the system web service middleware monitors that the state of the operating system is changed, the system web service middleware sends an operating system state change notification to the web operating system interface.
Optionally, the method further comprises: a web control is embedded into an operating system interface to implement the web operating system interface.
The invention provides an operating system interface realized by combining a web technology and a network communication technology, which comprises the following steps:
the first receiving module is used for receiving a user operation request sent by a web operation system interface;
the first calling module is used for calling the operating system function according to the user operation request execution command;
the first monitoring module is used for monitoring whether the state of the operating system changes;
and the first notification module is used for sending the operating system state change notification to the web operating system interface.
Optionally, the method further comprises: a first embedded module; the method is used for embedding the web control into the operating system interface to realize the web operating system interface.
The invention provides an operating system interface realized by combining a web technology and a network communication technology, which comprises the following steps:
the first acquisition module is used for acquiring a user request;
the second sending module is used for sending the user operation request to the system web service middleware to realize that the system web service middleware calls the operating system function according to the user operation request execution command;
and the second receiving module is used for receiving the operating system state change notification sent by the system web service middleware.
Optionally, the method further comprises: a second embedded module; a web control is embedded into an operating system interface.
The invention has the beneficial effects that: the invention provides the method for realizing the operating system interface by combining the web technology and the network communication technology, so that developers can develop the operating system interface by using the web technology, the development threshold of the operating system interface is reduced, the development mode of the operating system interface is enriched, and the development iteration cycle can be obviously shortened.
Drawings
Fig. 1 is a flowchart illustrating an operating system interface implemented by combining a web technology and a network communication technology according to embodiment 1 of the present invention;
fig. 2 is a flowchart of implementing an operating system interface by combining a web technology and a network communication technology according to embodiment 2 of the present invention.
Detailed Description
The technical solutions in the present invention will be described clearly and completely with reference to the accompanying drawings, and it is obvious that the described embodiments are only some embodiments of the present invention, not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example 1
The embodiment provides an operating system interface implemented by combining a web technology and a network communication technology, as shown in fig. 1, including:
step A0, when the system web service middleware receives the user operation request sent from the web operation system interface, executing step A1; when the system web service middleware monitors that the state of the operating system is changed, executing the step A2;
step A1, the system web service middleware executes the command according to the user operation request to call the operating system function, and returns to step A0;
step A2, the system web service middleware sends the operating system state change notice to the web operating system interface, and returns to step A0.
In this embodiment, before the step a0, the method further includes: and embedding the web control into an operating system interface to realize the web operating system interface.
The web technology and the network communication technology are combined to realize an operating system interface, and a web control is embedded in a native operating system interface; specifically, for example, a qt webengine module can be used to embed a web control in an operating system interface developed by qt technology. The web operating system interface is then rendered in the embedded web control using web front-end technology, such as: the web front-end technology can be used for drawing sub-controls such as menus, buttons, sliding rods and the like for respectively operating different system functions in the web control. And running the system web service middleware in the background of the operating system to communicate with a web operating system interface drawn by a web front end in the operating system interface so as to control the behavior of the operating system and display the state of the operating system on the web operating system interface. The system web service middleware is a system background service implemented in this embodiment, and the service includes: function 1: executing operation on an operating system and acquiring a system state by accessing a system message bus and an operation command; and 2, locally operating a web server, and providing the system interaction information realized by the function 1 to a web operating system interface realized by the web technology. The embodiment of the invention ensures that the operating system interface can be developed through a universal web front-end technology, so that developers can develop the operating system interface by using the web front-end technology, the development threshold of the operating system interface is reduced, the development mode of the operating system interface is enriched, and the development iteration cycle can be obviously shortened.
Example 2
The embodiment provides an operating system interface implemented by combining a web technology and a network communication technology, as shown in fig. 2, including:
b0, embedding a web control in the operating system interface to realize the web operating system interface;
b1, the web operation system interface obtains the user operation request;
step B2, the web operation system interface sends the user operation request to the system web service middleware;
b3, the system web service middleware executes the command to call the operating system function according to the user operation request;
and step B4, when the system web service middleware monitors that the state of the operating system changes, the system web service middleware sends an operating system state change notice to the web operating system interface.
According to the method for realizing the operating system interface by combining the web technology and the network communication technology, the web control is embedded in the native operating system interface; specifically, for example, a qt webengine module can be used to embed a web control in an operating system interface developed by qt technology. The web operating system interface is then rendered in the embedded web control using web front-end technology, such as: the web front-end technology can be used for drawing sub-controls such as menus, buttons, sliding rods and the like for respectively operating different system functions in the web control. And running the system web service middleware in the background of the operating system to communicate with a web operating system interface drawn by a web front end in the operating system interface so as to control the behavior of the operating system and display the state of the operating system on the web operating system interface. The system web service middleware is a system background service implemented in this embodiment, and the service includes: function 1: executing operation on an operating system and acquiring a system state by accessing a system message bus and an operation command; and 2, locally operating a web server, and providing the system interaction information realized by the function 1 to a web operating system interface realized by the web technology. The embodiment of the invention ensures that the operating system interface can be developed through a universal web front-end technology, so that developers can develop the operating system interface by using the web front-end technology, the development threshold of the operating system interface is reduced, the development mode of the operating system interface is enriched, and the development iteration cycle can be obviously shortened.
Example 3
The embodiment provides an operating system interface realized by combining a web technology and a network communication technology, which includes:
the first receiving module is used for receiving a user operation request sent by a web operation system interface;
the first calling module is used for calling the operating system function according to the user operation request execution command;
the first monitoring module is used for monitoring whether the state of the operating system changes;
and the first notification module is used for sending the operating system state change notification to the web operating system interface.
The method can also comprise the following steps: a first embedded module; the method is used for embedding the web control into the operating system interface to realize the web operating system interface.
In the system for realizing the operating system interface by combining the web technology and the network communication technology, the web control is embedded in the native operating system interface; specifically, for example, a qt webengine module can be used to embed a web control in an operating system interface developed by qt technology. The web operating system interface is then rendered in the embedded web control using web front-end technology, such as: the web front-end technology can be used for drawing sub-controls such as menus, buttons, sliding rods and the like for respectively operating different system functions in the web control. And running the system web service middleware in the background of the operating system to communicate with a web operating system interface drawn by a web front end in the operating system interface so as to control the behavior of the operating system and display the state of the operating system on the web operating system interface. The system web service middleware is a system background service implemented in this embodiment, and the service includes: function 1: executing operation on an operating system and acquiring a system state by accessing a system message bus and an operation command; and 2, locally operating a web server, and providing the system interaction information realized by the function 1 to a web operating system interface realized by the web technology. The embodiment of the invention ensures that the operating system interface can be developed through a universal web front-end technology, so that developers can develop the operating system interface by using the web front-end technology, the development threshold of the operating system interface is reduced, the development mode of the operating system interface is enriched, and the development iteration cycle can be obviously shortened.
Example 4
The embodiment provides an operating system interface realized by combining a web technology and a network communication technology, which includes:
a second embedded module; embedding the web control into an operating system interface;
the first acquisition module is used for acquiring the user request after the web control is embedded into the operating system interface by the second embedding module;
the second sending module is used for sending the user operation request to the system web service middleware to realize that the system web service middleware calls the operating system function according to the user operation request execution command;
and the second receiving module is used for receiving the operating system state change notification sent by the system web service middleware.
In the system for realizing the operating system interface by combining the web technology and the network communication technology, the web control is embedded in the native operating system interface; specifically, for example, a qt webengine module can be used to embed a web control in an operating system interface developed by qt technology. The web operating system interface is then rendered in the embedded web control using web front-end technology, such as: the web front-end technology can be used for drawing sub-controls such as menus, buttons, sliding rods and the like for respectively operating different system functions in the web control. And running the system web service middleware in the background of the operating system to communicate with a web operating system interface drawn by a web front end in the operating system interface so as to control the behavior of the operating system and display the state of the operating system on the web operating system interface. The system web service middleware is a system background service implemented in this embodiment, and the service includes: function 1: executing operation on an operating system and acquiring a system state by accessing a system message bus and an operation command; and 2, locally operating a web server, and providing the system interaction information realized by the function 1 to a web operating system interface realized by the web technology. The embodiment of the invention ensures that the operating system interface can be developed through a universal web front-end technology, so that developers can develop the operating system interface by using the web front-end technology, the development threshold of the operating system interface is reduced, the development mode of the operating system interface is enriched, and the development iteration cycle can be obviously shortened.
The above description is only an embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present invention are included in the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (8)

1. The method for realizing the operating system interface by combining the web technology and the network communication technology is characterized by comprising the following steps of:
step A0, when the system web service middleware receives the user operation request sent from the web operation system interface, executing step A1; when the system web service middleware monitors that the state of the operating system is changed, executing the step A2;
step A1, the system web service middleware executes the command according to the user operation request to call the operating system function, and returns to step A0;
step A2, the system web service middleware sends the operating system state change notice to the web operating system interface, and returns to step A0.
2. The combination of web technology and network communication technology for implementing an operating system interface as recited in claim 1, wherein step a0 is preceded by the further steps of: and embedding the web control into an operating system interface to realize the web operating system interface.
3. The method for realizing the operating system interface by combining the web technology and the network communication technology is characterized by comprising the following steps of:
the web operation system interface acquires a user operation request, and sends the user operation request to the system web service middleware; the system web service middleware executes a command according to the user operation request to call an operating system function;
and when the system web service middleware monitors that the state of the operating system is changed, the system web service middleware sends an operating system state change notification to the web operating system interface.
4. The operating system interface implemented in connection with web technologies and network communication technologies of claim 3, further comprising: a web control is embedded into an operating system interface to implement the web operating system interface.
5. The method for realizing the operating system interface by combining the web technology and the network communication technology is characterized by comprising the following steps of: the first receiving module is used for receiving a user operation request sent by a web operation system interface;
the first calling module is used for calling the operating system function according to the user operation request execution command;
the first monitoring module is used for monitoring whether the state of the operating system changes;
and the first notification module is used for sending the operating system state change notification to the web operating system interface.
6. The operating system interface implemented in connection with web technologies and network communication technologies of claim 5, further comprising: a first embedded module; the method is used for embedding the web control into the operating system interface to realize the web operating system interface.
7. The method for realizing the operating system interface by combining the web technology and the network communication technology is characterized by comprising the following steps of: the first acquisition module is used for acquiring a user request;
the second sending module is used for sending the user operation request to the system web service middleware to realize that the system web service middleware calls the operating system function according to the user operation request execution command;
and the second receiving module is used for receiving the operating system state change notification sent by the system web service middleware.
8. The operating system interface implemented in connection with web technologies and network communication technologies of claim 7, further comprising: a second embedded module; a web control is embedded into an operating system interface.
CN202111524278.5A 2021-12-14 2021-12-14 Realizing operating system interface by combining web technology and network communication technology Pending CN114201169A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111524278.5A CN114201169A (en) 2021-12-14 2021-12-14 Realizing operating system interface by combining web technology and network communication technology

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111524278.5A CN114201169A (en) 2021-12-14 2021-12-14 Realizing operating system interface by combining web technology and network communication technology

Publications (1)

Publication Number Publication Date
CN114201169A true CN114201169A (en) 2022-03-18

Family

ID=80653452

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111524278.5A Pending CN114201169A (en) 2021-12-14 2021-12-14 Realizing operating system interface by combining web technology and network communication technology

Country Status (1)

Country Link
CN (1) CN114201169A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101650659A (en) * 2009-09-15 2010-02-17 福建升腾资讯有限公司 Device and method for automatically installing and saving Activex control in XPe operating system
KR20160116910A (en) * 2015-03-31 2016-10-10 엘지전자 주식회사 Digital device and method of processing application data thereof
CN108270803A (en) * 2016-12-30 2018-07-10 艾迪普(北京)文化科技股份有限公司 Network file and the method and system of desktop application transmission are realized by web technologies
CN111176655A (en) * 2019-12-09 2020-05-19 国电南瑞科技股份有限公司 Web application packaging method, storage medium and computing device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101650659A (en) * 2009-09-15 2010-02-17 福建升腾资讯有限公司 Device and method for automatically installing and saving Activex control in XPe operating system
KR20160116910A (en) * 2015-03-31 2016-10-10 엘지전자 주식회사 Digital device and method of processing application data thereof
CN108270803A (en) * 2016-12-30 2018-07-10 艾迪普(北京)文化科技股份有限公司 Network file and the method and system of desktop application transmission are realized by web technologies
CN111176655A (en) * 2019-12-09 2020-05-19 国电南瑞科技股份有限公司 Web application packaging method, storage medium and computing device

Similar Documents

Publication Publication Date Title
US5983001A (en) Method and system for facilitating the automatic creation of test scripts
US10621276B2 (en) User interface virtualization for web applications
US6802055B2 (en) Capturing graphics primitives associated with any display object rendered to a graphical user interface
US20170003868A1 (en) Method and terminal for activating application based on handwriting input
US7093199B2 (en) Design environment to facilitate accessible software
CN106569900B (en) Applied program processing method and device
US5793368A (en) Method for dynamically switching between visual styles
EP3633535B1 (en) Modal-less interface enhancements
KR101716802B1 (en) Client-server input method editor architecture
US20130125009A1 (en) Remote desktop localized content sharing
US8365086B2 (en) System and method for building graphical instrument panels
CN103345405A (en) Application program starting method and device and client
US11334374B2 (en) Modifying readable and focusable elements on a page during execution of automated scripts
KR19990076949A (en) How to use multiple screen information for access and use on a single graphical panel within a computer system
US20060236268A1 (en) Method for seamlessly crossing GUI toolkit boundaries
US10452231B2 (en) Usability improvements for visual interfaces
CN107040574B (en) Screenshot and data processing method and device
CN108304234B (en) Page display method and device
CN113625932B (en) Full-screen handwriting input method and device
CN113032273B (en) Application program debugging method and device, computer equipment and storage medium
CN112506854A (en) Method, device, equipment and medium for storing page template file and generating page
CN109857537B (en) Background service starting method, device, medium and electronic equipment
CN103902727B (en) Network search method and device
CN115454296B (en) Intelligent fusion method for user behaviors in cross-operation environment
CN114911402B (en) Dragging interaction method and system between remote application and local system

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