CN105653359B - Method and application system for generating operation instruction - Google Patents
Method and application system for generating operation instruction Download PDFInfo
- Publication number
- CN105653359B CN105653359B CN201410712575.6A CN201410712575A CN105653359B CN 105653359 B CN105653359 B CN 105653359B CN 201410712575 A CN201410712575 A CN 201410712575A CN 105653359 B CN105653359 B CN 105653359B
- Authority
- CN
- China
- Prior art keywords
- server
- application system
- log object
- current operation
- operation logic
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
- 238000000034 method Methods 0.000 title claims abstract description 37
- 230000004044 response Effects 0.000 claims description 7
- 239000000344 soap Substances 0.000 claims description 6
- 238000006243 chemical reaction Methods 0.000 description 11
- 230000008569 process Effects 0.000 description 4
- 230000002159 abnormal effect Effects 0.000 description 3
- 230000009471 action Effects 0.000 description 3
- 238000004891 communication Methods 0.000 description 3
- 230000008878 coupling Effects 0.000 description 3
- 238000010168 coupling process Methods 0.000 description 3
- 238000005859 coupling reaction Methods 0.000 description 3
- 238000010586 diagram Methods 0.000 description 3
- 238000005516 engineering process Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
Images
Landscapes
- User Interface Of Digital Computer (AREA)
Abstract
The embodiment of the invention discloses a method for generating an operation specification and an application system. The method provided by the embodiment of the invention comprises the following steps: an application system acquires a current operation on a User Interface (UI) of the application system; the application system creates the currently operated UI log object according to the operation logic of the UI; the application system analyzes the currently operated UI log object to organize the currently operated UI operation logic description; and the application system acquires a calling instruction and displays the currently operated UI operation logic description on the UI according to the calling instruction. The present invention can dynamically present the logical description of the current operation in conjunction with the current operation.
Description
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a method and an application system for generating an operation specification.
Background
Existing enterprises often employ a number of application systems to assist in the operation and management of the enterprise. These application systems are complex, and User Interfaces (UIs) and backgrounds of the application systems are subjected to complex processing logic during related operations, so that users need to frequently view related help files of the application systems when using the application systems.
However, the related help files in the current application systems are static and hard descriptions, which are not intuitive enough at present to emphasize that the user experience is outdated and mechanical for the user, and the descriptions of the application systems in the related help files are often massive, so that it is not easy for the operator of the just-handed system to accurately locate the required description contents.
Disclosure of Invention
The embodiment of the invention provides a method and an application system for generating an operation specification, which are used for dynamically showing a logic specification of a current operation in combination with the current operation.
The invention provides a method for generating an operation specification, which comprises the following steps:
an application system acquires a current operation on a User Interface (UI) of the application system;
the application system creates the currently operated UI log object according to the operation logic of the UI;
the application system analyzes the currently operated UI log object to organize the currently operated UI operation logic description;
and the application system acquires a calling instruction and displays the currently operated UI operation logic description on the UI according to the calling instruction.
Preferably, the application system further includes a server, and the application system further includes, after acquiring the current operation of the user on the UI of the application system:
the application system acquires the service end operation logic description of the current operation;
and the application system also displays the currently operated server end operation logic description on the UI according to the calling instruction.
Preferably, the step of acquiring, by the application system, the description of the currently operating server operation logic specifically includes:
the server creates the server log object of the current operation according to the operation logic of the server;
the UI end acquires the server end log object of the current operation from the server end;
the UI end analyzes the server log object of the current operation to organize the server operation logic description of the current operation;
or,
the server creates the server log object of the current operation according to the operation logic of the server;
the server analyzes the server log object of the current operation to organize the server operation logic description of the current operation;
and the UI end acquires the server end operation logic description of the current operation from the server end.
Preferably, the obtaining, by the UI end, the currently operated server log object or the server operation logic description from the server specifically includes:
the server serializes the currently operated server log object or the server operation logic description through a return value of a remote interface of the server and then sends the serialized server log object or the server operation logic description to the UI end, wherein the application system is the server remote interface called through an RMI protocol or an RPC protocol;
or,
the server sends the currently operated server log object or the server operation logic description to the UI end in response of Web request, wherein the application system adopts a browser/server structure;
or the server side encapsulates the currently operated server side log object or the server side operation logic description into an XML format file by adopting a soap protocol, and sends the XML format file to the UI side, wherein the application system is an external connection system;
or,
the server stores the currently operated server log object or the server operation logic description into a preset database;
and the UI end reads the server log object or the server operation logic description of the current operation from the preset database.
Preferably, a corresponding UI log definition model adopting extensible markup language (XML) is preset in the application system for the UI operation of each logic type;
the creating, by the application system according to the operation logic of the UI, the UI log object of the current operation specifically includes:
and the application system adopts the corresponding UI log definition model to create the currently operated UI log object according to the operation logic of the UI.
The invention also provides an application system, comprising:
a UI end provided with a UI, wherein the UI end is specifically configured to:
acquiring current operation on the UI;
creating the currently operated UI log object according to the operation logic of the UI;
analyzing the currently operated UI log object to organize the currently operated UI operation logic description;
and acquiring a calling instruction, and displaying the UI operation logic description of the current operation on the UI according to the calling instruction.
Preferably, the application system further comprises a server; and the UI end is also used for acquiring the service end operation logic description of the current operation and displaying the service end operation logic description of the current operation on the UI according to the calling instruction.
Preferably, the server is specifically configured to create the server log object of the current operation according to the running logic of the server;
the UI end is specifically configured to obtain the currently operated server log object from the server, and analyze the currently operated server log object to organize the currently operated server operation logic description;
or,
the server is specifically configured to create the currently operated server log object according to the running logic of the server, and parse the currently operated server log object to organize the currently operated server running logic description;
and the UI end is specifically used for acquiring the currently operated server end operation logic description from the server end.
Preferably, one end of the UI is a server-side remote interface called by an RMI protocol or an RPC protocol; the server is also used for serializing the currently operated server log object or the server operation logic description through a return value of a remote interface of the server and then sending the serialized server log object or the server operation logic description to the UI end;
or,
the application system adopts a browser/server structure, wherein one end of the UI is the browser, and the server end is the server;
the server is also used for sending the currently operated server log object or the server operation logic description into a response of a Web request to the UI end;
or,
the application system is an external connection system;
the server is also used for encapsulating the currently operated server log object or the server operation logic description into an XML format file by adopting a soap protocol and sending the XML format file to one end of the UI;
or,
the server is also used for storing the currently operated server log object or the server operation logic description into a preset database;
and the UI end is specifically used for reading the currently operated server log object or the server operation logic description from the preset database.
Preferably, a corresponding UI log definition model adopting extensible markup language (XML) is preset in one end of the UI for the UI operation of each logic type;
and one end of the UI is specifically used for creating the currently operated UI log object by adopting the corresponding UI log definition model according to the operation logic of the UI.
According to the technical scheme, the embodiment of the invention has the following advantages:
in the invention, because the application system acquires the current operation of the user on the UI and creates the UI log object of the current operation according to the operation logic of the UI, the application system can analyze the UI log object of the current operation to organize the UI operation logic description of the current operation, thus, if the user needs to check a help file during the current operation, the UI operation logic description of the current operation can be directly called without searching the description content of the current operation in a mass help file by the user; therefore, the method and the device can provide the description of the system operation logic of the current operation for the user in real time, bring convenience to the user to look up, provide more detailed, real and intuitive experience for the user, enable the user to moderately get rid of action switching from system operation to system specification look-up, and improve the efficiency of the user in learning the application system.
Drawings
FIG. 1 is a flow diagram of one embodiment of a method of generating an operating specification of the present invention;
FIG. 2 is a flow diagram of another embodiment of a method of generating an operating specification of the present invention;
fig. 3 is a schematic structural diagram of an embodiment of the application system of the present invention.
Detailed Description
The embodiment of the invention provides a method and an application system for generating an operation specification, which can dynamically display a logic specification of a current operation in combination with the current operation.
In order to make the technical solutions of the present invention better understood, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the 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.
The terms "comprises" and "comprising," and any variations thereof, in the description and claims of this invention and the above-described drawings, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, system, article, or apparatus.
The method of generating the operation manual of the present invention is described in detail below.
Referring to fig. 1, a method for generating an operation specification according to an embodiment of the present invention includes:
101. an application system acquires current operation on a user interface of the application system;
in this embodiment, the application system is specifically an enterprise management system, such as golden butterfly eas (enterprise application suite), and is not limited herein. In practical applications, the application system may also be other systems having a UI for the user to operate.
When a user operates on a UI of an application system, the application system acquires the operation in real time.
102. The application system creates the currently operated UI log object according to the operation logic of the UI;
there are various ways that the application system will create the retrieved currently operating UI log object according to the operating logic of the UI. Specifically, for example, a corresponding UI log definition model using Extensible Markup Language (XML) is preset in the application system for UI operations of each logic type. After the application system obtains the current operation, the application system selects a log definition model corresponding to the logic type of the current operation to combine with the current operation to create a UI log object of the current operation. In this way, the created UI log object can describe the UI operation logic of the current operation with the current operation as a specific example, so that the user can understand the UI operation logic more easily.
Alternatively, the application system may directly record the original mode of the currently operating UI operation logic into the UI log object instead of using the log definition model. Of course, in practical applications, the currently operating UI log object may also be created in other manners, which is not limited herein. After the UI log object of the current operation is created, the application system caches the UI log object.
103. The application system analyzes the currently operated UI log object to organize the currently operated UI operation logic description;
since the UI log object is a UI operation logic of a current operation recorded in a computer language, the application system also needs to parse the UI log object to organize a UI operation logic description that can be read by a general user in text or images.
104. And the application system acquires a calling instruction and displays the currently operated UI operation logic description on the UI according to the calling instruction.
When the user needs to view the help file of the current operation, a call instruction can be sent to the application system. For example, a "help" button is provided on the UI of the application system, and the user sends a call instruction to the application system by clicking the button. And when receiving the calling instruction, the application system displays the UI operation logic description of the current operation on the UI for a user to read.
In the invention, because the application system acquires the current operation of the user on the UI and creates the UI log object of the current operation according to the operation logic of the UI, the application system can analyze the UI log object of the current operation to organize the UI operation logic description of the current operation, thus, if the user needs to check a help file during the current operation, the UI operation logic description of the current operation can be directly called without searching the description content of the current operation in a mass help file by the user; therefore, the method and the device can provide the description of the system operation logic of the current operation for the user in real time, bring convenience to the user to look up, provide more detailed, real and intuitive experience for the user, enable the user to moderately get rid of action switching from system operation to system specification look-up, and improve the efficiency of the user in learning the application system.
In this embodiment, the application system organizes that the UI log object of the current operation is parsed after being created to organize the UI operation logic description of the current operation. Preferably, in this embodiment, after the step 101, acquiring, by the application system, a current operation of the user on a User Interface (UI) of the application system, before the step 104, the method further includes: and the application system also acquires the service end operation logic description of the current operation. In step 104, the application system further displays the currently operated server running logic description on the UI according to the call instruction.
In practice, when the application system only provides the UI operation logic description of the current operation, the user can only clearly understand how to perform the current operation, and does not understand why the current operation is performed. In this embodiment, when the user calls the help file, the application system not only provides the UI operation logic description of the current operation, but also provides the server running logic description of the current operation, which can help the user to understand the current operation more deeply, so that the user can better participate in the analysis and solution of the application system problem when the system operation is abnormal or an error occurs during interruption.
In the above embodiment, the application system obtains the server running logic description of the current operation. In practical applications, the application system has multiple methods to obtain the service end operation logic description of the current operation, and one of the methods is described below. Referring to fig. 2, fig. 2 is a flowchart illustrating another embodiment of a method for generating an operation specification according to the present invention.
As shown in fig. 2, the method for generating an operation specification in the present embodiment includes:
201. an application system obtains a current operation on a user interface of the application system.
For a detailed description, refer to the description of step 101 in the embodiment shown in FIG. 1.
202. And the application system creates the currently operated UI log object according to the operation logic of the UI.
For a detailed description, refer to the description of step 102 in the embodiment of FIG. 1.
203. The server creates the server log object of the current operation according to the operation logic of the server;
in this embodiment, the structure of the application system includes a UI end and a server end, where the UI end refers to a structure of an end of the application system that interacts with a user. For example, in an application system adopting a Client/Server (C/S) structure, a UI side refers to a Client and a Server side refers to a Server. In an application system using a Browser/Server (B/S) structure, a UI side refers to a Browser and a Server side refers to a Server.
When a user operates on the UI, the UI side of the application system calls a server-side service. And the server side creates a server side log object of the operation according to the operation logic of the server side. In practice, there are many ways for the application system to create the currently operating server log object according to the running logic of the server.
Specifically, for example, a corresponding server log definition model adopting XML is preset for the server of each logic type in the application system. After the application system obtains the current operation, the application system selects a server log definition model corresponding to the current operation to combine with the current operation to create a server log object of the current operation.
Preferably, the server log definition model executed for each logic type server includes a basic part and a dynamic part, wherein the basic part refers to server log object information that appears for all UI operations in the UI operation of the logic type, and the dynamic part refers to server log object information that appears for different UI operations in the UI operation of the logic type. When the server log object of the operation is created, the dynamic information corresponding to the operation is selected from the dynamic part of the server log object, and the dynamic information is filled into the basic part of the server log object to form a server log object specifically combined with the operation.
In this way, the created server log object can describe the currently operating server operation logic with the current operation as a specific example, so that the user can more easily understand the server operation logic.
Alternatively, the application system may directly record the original way of the currently operating server running logic into the server log object, instead of using the server log definition model. Of course, in actual practice, the currently operating server log object may also be created in other manners, which is not limited herein. After the server log object which is operated currently is created, the application system caches the server log object.
204. And the UI end acquires the server end log object of the current operation from the server end.
There are various methods for the server to send the server log object to the UI end. Specifically, for example, in the case that the application system is a server-side remote interface called by an RMI protocol or an RPC protocol, the server serializes the currently operated server-side log object by using a return value of the server-side remote interface and sends the serialized server-side log object to the UI side. Or, in the case that the application system adopts a browser/server structure, the server sends the currently operated server log object to the UI end by putting it into a response (response) of a Web request. Or, in the case that the application system is an external connection system, the server side encapsulates the currently operated server side log object into an XML format file by using a soap protocol, and sends the XML format file to the UI side. Or, the server stores the currently operated server log object in a database, and the UI reads the currently operated server log object from the preset database.
Of course, the above description is by way of example only and is not limiting.
205. And one end of the UI analyzes the currently operated UI log object and the server side log object respectively so as to organize the currently operated UI operation logic description and the server side operation logic description.
Because the UI log object and the server log object respectively record the UI operation logic and the server operation logic of the current operation in the computer language, one end of the UI also needs to analyze the UI log object and the server log object to organize a UI operation logic description and a server operation logic description that can be read and understood by a general user with text or images.
206. And the application system acquires a calling instruction, and displays the currently operated UI operation logic description and the server side operation logic description on the UI according to the calling instruction.
When the user needs to view the help file of the current operation, a call instruction can be sent to the application system. For example, a "help" button is provided on the UI of the application system, and the user sends a call instruction to the application system by clicking the button. And when receiving the calling instruction, the application system displays the UI operation logic description of the current operation and the server side operation logic description on the UI for a user to read.
In this embodiment, when the user calls the help file, the application system not only provides the UI operation logic description of the current operation, but also provides the server running logic description of the current operation, which can help the user to understand the current operation more deeply, so that the user can better participate in the analysis and solution of the application system problem when the system operation is abnormal or an error occurs during interruption. And after the server creates the server log object, the UI end analyzes the server log object, so that the operating pressure of the server is reduced.
Of course, under the condition that the operation pressure of the server is relatively low, in this embodiment, after the server creates the server log object of the current operation according to the operation logic of the server in step 203, instead of analyzing the server log object and organizing the server operation logic description after the server log object is acquired by the UI end, the server analyzes the server log object of the current operation to organize the server operation logic description of the current operation; thus, instead of obtaining the server log object, the UI side directly obtains the server run logic description. The method for acquiring the service end running logic description at the UI end can be consistent with the method for acquiring the service end log object at the UI end.
For ease of understanding, the method for generating the operation specification of the embodiment of the present invention is described below in a practical application scenario.
In this embodiment, the application system adopts a C/S structure. The user performs a "document conversion" operation on the UI of the client of the application system. The application system obtains the operation and creates a UI log object of the 'document conversion' according to the operation logic of the UI. In this embodiment, a corresponding UI log definition model using XML is preset in the application system for UI operations of each logic type. Specifically, the UI log definition model for "document conversion" in the application system is:
after the client creates a UI log object of 'bill conversion', the UI log object is cached.
Meanwhile, the client also calls a server-side service, specifically, the client calls a remote interface of the server-side through RMI or RPC protocol. And the server side creates a server side log object of the operation according to the operation logic of the server side. And a corresponding server log definition model adopting XML is preset for the server operation of each logic type in the server.
Specifically, a service-side log definition model for 'document conversion' in a service side is as follows:
after the server creates a server log object of 'document conversion', the server log object is cached. The server also analyzes the server log object to organize the server operation logic description of 'document conversion'. And the server serializes the service end operation logic description through the return value of the remote interface of the server end and then sends the serialized service end operation logic description to the client.
The client parses the UI log object of "document conversion" to organize the UI operational logic description of "document conversion".
When the user needs to check the help file of the 'document conversion' operation, a calling instruction can be sent to the application system. And the application system displays the UI operation logic description of 'document conversion' and the server side operation logic description on the UI according to the calling instruction.
In the above description of the method for generating the operation specification in the embodiment of the present invention, an application system in the embodiment of the present invention is described below with reference to fig. 3, where the application system 300 in the embodiment of the present invention includes:
a UI end 30 provided with a UI 31, wherein said UI end 30 is specifically configured to:
acquiring current operation on the UI;
creating the currently operated UI log object according to the operation logic of the UI;
analyzing the currently operated UI log object to organize the currently operated UI operation logic description;
and acquiring a calling instruction, and displaying the UI operation logic description of the current operation on the UI according to the calling instruction.
In this embodiment, because a UI end of the application system obtains a current operation on the UI and creates a UI log object of the current operation according to an operation logic of the UI, the UI end can analyze the UI log object of the current operation to organize a UI operation logic description of the current operation, so that a user can directly call the UI operation logic description of the current operation if the user needs to check a help file during the current operation, without the need for the user to search description contents of the current operation in a massive help file; therefore, the method and the device can provide the description of the system operation logic of the current operation for the user in real time, bring convenience to the user to look up, provide more detailed, real and intuitive experience for the user, enable the user to moderately get rid of action switching from system operation to system specification look-up, and improve the efficiency of the user in learning the application system.
Preferably, in this embodiment, a UI log definition model using extensible markup language (XML) is preset in the UI end 30 for UI operation of each logic type. The UI end 30 is specifically configured to create the currently operated UI log object by using the corresponding UI log definition model according to the operation logic of the UI.
In this way, the created UI log object can describe the UI operation logic of the current operation with the current operation as a specific example, so that the user can understand the UI operation logic more easily.
Preferably, in this embodiment, the application system further includes a server 40; the UI end 30 is further configured to obtain the service end running logic description of the current operation, and further display the service end running logic description of the current operation on the UI according to the call instruction.
In practice, when the application system only provides the UI operation logic description of the current operation, the user can only clearly understand how to perform the current operation, and does not understand why the current operation is performed. In this embodiment, when the user calls the help file, the application system not only provides the UI operation logic description of the current operation, but also provides the server running logic description of the current operation, which can help the user to understand the current operation more deeply, so that the user can better participate in the analysis and solution of the application system problem when the system operation is abnormal or an error occurs during interruption.
In this embodiment, the UI end 30 further obtains the description of the operation logic of the currently operating server. In practice, the UI side 30 can obtain the currently operating server side operation logic description in various ways.
For example, the server 40 is specifically configured to create the currently operated server log object according to the running logic of the server. The UI end 30 is specifically configured to obtain the currently operated server log object from the server, and parse the currently operated server log object to organize the currently operated server operation logic description.
Or, the server 40 is specifically configured to create the currently operated server log object according to the running logic of the server 40, and analyze the currently operated server log object to organize the currently operated server running logic description. The UI end 30 is specifically configured to obtain a server-side operation logic description of the current operation from the server side.
In this embodiment, the UI end 30 is specifically configured to obtain the currently operated server log object or the server operation logic description from the server.
Specifically, the UI end 30 is a server-side remote interface called by RMI protocol or RPC protocol. The server 40 is further configured to serialize the currently operated server log object or the server operation logic description through a return value of the remote interface of the server 40, and then send the serialized server log object or the server operation logic description to the UI end 30.
Or,
the application system 300 adopts a browser/server structure, wherein the UI end 30 is the browser, and the server end 40 is the server;
the server 40 is further configured to send the currently operated server log object or the server operation logic description to the UI end in a response to the Web request.
Or,
the application system 300 is an external system. The server 40 is further configured to encapsulate the currently operated server log object or the server operation logic description into an XML format file by using a soap protocol, and send the XML format file to the UI end;
or,
the server 40 is further configured to store the currently operated server log object or the server operation logic description in a preset database. The UI end 30 is specifically configured to read the currently operated server log object or the server operation logic description from the preset database.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.
Claims (6)
1. A method of generating an operating specification, comprising:
an application system acquires the current operation on a User Interface (UI) of the application system;
the application system creates the currently operated UI log object according to the operation logic of the UI;
the application system analyzes the UI log object of the current operation to generate the UI operation logic description of the current operation by using characters or images;
the application system acquires a calling instruction and displays the UI operation logic description of the current operation on the UI according to the calling instruction;
presetting a corresponding UI log definition model adopting extensible markup language XML for the UI operation of each logic type in the application system;
the creating, by the application system according to the operation logic of the UI, the UI log object of the current operation specifically includes:
and the application system adopts the corresponding UI log definition model to create the currently operated UI log object according to the operation logic of the UI.
2. The method of generating an operation specification according to claim 1, wherein the application system further comprises a server, and the application system further comprises, after acquiring a current operation of a user on a UI of the application system:
the application system acquires the server running logic description of the current operation, wherein the server running logic description of the current operation is used for indicating the reason for executing the current operation;
the application system further displays the currently operated server side operation logic description on the UI according to the calling instruction;
the step of acquiring, by the application system, the service end operation logic description of the current operation specifically includes:
the server creates the server log object of the current operation according to the operation logic of the server;
the UI end acquires the server end log object of the current operation from the server end;
the UI end analyzes the current operation server log object to generate a current operation server operation logic description by using characters or images;
or,
the server creates the server log object of the current operation according to the operation logic of the server;
the server analyzes the server log object of the current operation to organize the server operation logic description of the current operation;
and the UI end acquires the server end operation logic description of the current operation from the server end.
3. The method according to claim 2, wherein the obtaining, by the UI end, the currently operated server log object or the server run logic description from the server specifically includes:
the server serializes the currently operated server log object or the server operation logic description through a return value of a remote interface of the server and then sends the serialized server log object or the server operation logic description to the UI end, wherein the application system is the server remote interface called through an RMI protocol or an RPC protocol, and the return value carries the currently operated server log object or the server operation logic description;
or,
the server sends the currently operated server log object or the server operation logic description to the UI end in response of Web request, wherein the application system adopts a browser/server structure;
or the server side encapsulates the currently operated server side log object or the server side operation logic description into an XML format file by adopting a soap protocol, and sends the XML format file to the UI side, wherein the application system is an external connection system;
or,
the server stores the currently operated server log object or the server operation logic description into a preset database;
and the UI end reads the server log object or the server operation logic description of the current operation from the preset database.
4. An application system, comprising:
a UI end provided with a UI, wherein the UI end is specifically configured to:
acquiring current operation on the UI;
creating the currently operated UI log object according to the operation logic of the UI;
analyzing the currently operated UI log object to generate the currently operated UI operation logic description by using characters or images;
acquiring a calling instruction, and displaying the UI operation logic description of the current operation on the UI according to the calling instruction;
a corresponding UI log definition model adopting extensible markup language XML is preset in one end of the UI for the UI operation of each logic type;
and one end of the UI is specifically used for creating the currently operated UI log object by adopting the corresponding UI log definition model according to the operation logic of the UI.
5. The application system of claim 4, wherein the application system further comprises a server; the UI end is further used for obtaining the server end operation logic description of the current operation, and displaying the server end operation logic description of the current operation on the UI according to the calling instruction, wherein the server end operation logic description of the current operation is used for indicating the reason for executing the current operation;
the server is specifically configured to create the server log object of the current operation according to the operation logic of the server;
the UI end is specifically used for acquiring the currently operated server log object from the server and analyzing the currently operated server log object so as to generate the currently operated server operation logic description by using characters or images;
or,
the server is specifically configured to create the server log object of the current operation according to the operation logic of the server, and analyze the server log object of the current operation to generate a server operation logic description of the current operation by using characters or images;
and the UI end is specifically used for acquiring the currently operated server end operation logic description from the server end.
6. The application system according to claim 5,
one end of the UI is a server-side remote interface called by an RMI protocol or an RPC protocol; the server is further configured to serialize the currently operated server log object or the server operation logic description by using a return value of a remote interface of the server and send the serialized server log object or the server operation logic description to the UI end, where the return value carries the currently operated server log object or the server operation logic description;
or,
the application system adopts a browser/server structure, wherein one end of the UI is the browser, and the server end is the server;
the server is also used for sending the currently operated server log object or the server operation logic description into a response of a Web request to the UI end;
or,
the application system is an external connection system;
the server is also used for encapsulating the currently operated server log object or the server operation logic description into an XML format file by adopting a soap protocol and sending the XML format file to one end of the UI;
or,
the server is also used for storing the currently operated server log object or the server operation logic description into a preset database;
and the UI end is specifically used for reading the currently operated server log object or the server operation logic description from the preset database.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201410712575.6A CN105653359B (en) | 2014-11-28 | 2014-11-28 | Method and application system for generating operation instruction |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201410712575.6A CN105653359B (en) | 2014-11-28 | 2014-11-28 | Method and application system for generating operation instruction |
Publications (2)
Publication Number | Publication Date |
---|---|
CN105653359A CN105653359A (en) | 2016-06-08 |
CN105653359B true CN105653359B (en) | 2020-06-09 |
Family
ID=56480901
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201410712575.6A Active CN105653359B (en) | 2014-11-28 | 2014-11-28 | Method and application system for generating operation instruction |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN105653359B (en) |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101154231A (en) * | 2007-07-09 | 2008-04-02 | 孟智平 | Method and system for applying web page semantics |
CN101515245A (en) * | 2008-02-21 | 2009-08-26 | 卓望数码技术(深圳)有限公司 | Operation log recording method and system |
CN101640756A (en) * | 2008-07-30 | 2010-02-03 | 索尼株式会社 | Information processing apparatus, information processing system, and information processing method |
CN101669829A (en) * | 2008-09-11 | 2010-03-17 | 深圳迈瑞生物医疗电子股份有限公司 | Method and system for acquiring help information |
CN101751257A (en) * | 2009-11-19 | 2010-06-23 | 华为终端有限公司 | Image user interface help information display method and device |
CN103365876A (en) * | 2012-03-29 | 2013-10-23 | 北京百度网讯科技有限公司 | Method and device for generating network operation auxiliary information based on relation maps |
CN103488375A (en) * | 2012-06-13 | 2014-01-01 | 中兴通讯股份有限公司 | Terminal interaction method and terminal |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4167643B2 (en) * | 2004-10-27 | 2008-10-15 | 株式会社日立製作所 | Business system operation method, operation management system, and operation program |
-
2014
- 2014-11-28 CN CN201410712575.6A patent/CN105653359B/en active Active
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101154231A (en) * | 2007-07-09 | 2008-04-02 | 孟智平 | Method and system for applying web page semantics |
CN101515245A (en) * | 2008-02-21 | 2009-08-26 | 卓望数码技术(深圳)有限公司 | Operation log recording method and system |
CN101640756A (en) * | 2008-07-30 | 2010-02-03 | 索尼株式会社 | Information processing apparatus, information processing system, and information processing method |
CN101669829A (en) * | 2008-09-11 | 2010-03-17 | 深圳迈瑞生物医疗电子股份有限公司 | Method and system for acquiring help information |
CN101751257A (en) * | 2009-11-19 | 2010-06-23 | 华为终端有限公司 | Image user interface help information display method and device |
CN103365876A (en) * | 2012-03-29 | 2013-10-23 | 北京百度网讯科技有限公司 | Method and device for generating network operation auxiliary information based on relation maps |
CN103488375A (en) * | 2012-06-13 | 2014-01-01 | 中兴通讯股份有限公司 | Terminal interaction method and terminal |
Also Published As
Publication number | Publication date |
---|---|
CN105653359A (en) | 2016-06-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11588922B2 (en) | Capturing and replaying application sessions using resource files | |
CN107729475B (en) | Webpage element acquisition method, device, terminal and computer-readable storage medium | |
US10795629B2 (en) | Text and custom format information processing method, client, server, and computer-readable storage medium | |
CN107967143B (en) | Method, device and system for acquiring update indication information of source code of client application program | |
CN108153551B (en) | Method and device for displaying business process page | |
CN104112002B (en) | A kind of methods, devices and systems of list adaptation | |
US10623354B2 (en) | Preview of compressed file email attachments | |
US20140331165A1 (en) | Generating graphical representations of data | |
CN104243273A (en) | Method and device for displaying information on instant messaging client and information display system | |
CN104301443A (en) | Method and system for calling end capacity ports on web page | |
KR102111192B1 (en) | Method and apparatus for identity information verification | |
CN104765746B (en) | Data processing method and device for mobile communication terminal browser | |
CN112579118B (en) | Method, device, system, medium and equipment for updating configuration information of micro-service | |
CN110865843A (en) | Page backtracking, information backup and problem solving method, system and equipment | |
CN111130987A (en) | Automatic acquisition method and device for AWR report, electronic equipment and storage medium | |
CN107247544A (en) | Use interaction figure picture optimization software application user interface capabilities | |
CN103678704A (en) | Picture recognition method, system, equipment and device based on picture information | |
WO2022048141A1 (en) | Image processing method and apparatus, and computer readable storage medium | |
CN102752371A (en) | Method for achieving splash on client side and client side | |
CN104899212A (en) | Webpage display method, server and system | |
CN102375738B (en) | A kind of apparatus and method of mobile terminal data management | |
CN113076294A (en) | Information sharing method and device | |
WO2023092580A1 (en) | Page display method and apparatus, storage medium, and electronic device | |
CN104156421B (en) | The page shows method, apparatus and system | |
CN111435326A (en) | Method and device for analyzing crash logs |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |