WO2016000635A1 - Method for operating tool in working environment and machine using such method - Google Patents

Method for operating tool in working environment and machine using such method Download PDF

Info

Publication number
WO2016000635A1
WO2016000635A1 PCT/CN2015/083173 CN2015083173W WO2016000635A1 WO 2016000635 A1 WO2016000635 A1 WO 2016000635A1 CN 2015083173 W CN2015083173 W CN 2015083173W WO 2016000635 A1 WO2016000635 A1 WO 2016000635A1
Authority
WO
WIPO (PCT)
Prior art keywords
working environment
tool
unified
inline frame
original
Prior art date
Application number
PCT/CN2015/083173
Other languages
English (en)
French (fr)
Inventor
Waitung CHEUNG
Chunhsiao LIN
Shihcheng LAN
Hocheung CHEUNG
Original Assignee
U3D Limited
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
Priority claimed from US14/324,069 external-priority patent/US9134963B1/en
Priority claimed from US14/325,466 external-priority patent/US9727391B2/en
Priority claimed from US14/577,772 external-priority patent/US9626157B2/en
Application filed by U3D Limited filed Critical U3D Limited
Priority to KR1020227009521A priority Critical patent/KR102512883B1/ko
Priority to CN201580036280.4A priority patent/CN106663007B/zh
Priority to JP2017519775A priority patent/JP2017526092A/ja
Priority to EP15815005.2A priority patent/EP3164798A4/en
Priority to US15/319,457 priority patent/US9934007B2/en
Priority to KR1020177002954A priority patent/KR102379101B1/ko
Publication of WO2016000635A1 publication Critical patent/WO2016000635A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • G06F9/452Remote windowing, e.g. X-Window System, desktop virtualisation
    • 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
    • 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/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/56Unified messaging, e.g. interactions between e-mail, instant messaging or converged IP messaging [CPM]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/52User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail for supporting social networking services

Definitions

  • the present invention relates to a method for driving the operation of a tool, and more particularly to a method for allowing a tool incompatible with a working environment to be operated in the working environment and a machine using the method.
  • the tool and the working environment written in the same framework are compatible with each other and the tool can be executed in the working environment, some problems possibly occur. For example, someone may take an unscrupulous action (e.g., an action of stealing data or an action of jumping the webpage to another website) through the tool. In other words, there is a threat to the information security.
  • an unscrupulous action e.g., an action of stealing data or an action of jumping the webpage to another website
  • An object of the present invention provides a method for operating a tool in a working environment.
  • a unified inline frame also referred as an iframe
  • the method of the present invention can facilitate the integration and application of various tools while enhancing the information safety of the working environment.
  • a method for operating a tool in a working environment Firstly, a website-based working environment is provided in a browser so as to operate a unified tool.
  • a software development kit provided by the working environment is used as at least one standard interface of transmitting at least one data and/or at least one command between the working environment and a unified inline frame generated in the working environment.
  • the software development kit is compatibly executed between the working environment and the unified inline frame.
  • the unified tool is operated in the working environment.
  • the unified tool is operated in the working environment as the inline frame which is loaded with an adapter.
  • the adapter is produced as a software module which is the integration of an original tool incompatible with the working environment and the at least one standard interface.
  • the original tool in the inline frame is executed by the working environment through the at least one standard interface according to a drive means of driving the unified tool.
  • the at least one data and/or the at least one command is transmitted between the working environment and the inline frame through a PostMessage function which is defined in HTML5 web messaging specification.
  • the at least one standard interface is a drive interface for the working environment to drive the unified tool.
  • the original tool is integrated with the at least one standard interface by using and/or implementing a software function call, wherein the software function call is provided and/or defined by the at least one standard interface.
  • the unified inline frame is the unified tool.
  • the drive means is performed by transmitting an initial command to the inline frame to enable the original tool and/or transmitting a close command to the inline frame to disable the original tool.
  • basic attributes of the unified tool include a type and a link indicating where the original tool is located.
  • the type is used for defining a component type, and the component type and the link are used to obtain a physical component essential to the unified tool for proceeding with plugging in, managing or executing.
  • the original tool includes a utility, a widget, an agent, an application, a service or any executable element accessible from a corresponding machine or a server.
  • the working environment is a working environment of a workspace
  • the workspace is modeled by a projectable space instance.
  • the projectable space instance is an object, an extensible markup language document, or an instance which is instantiated with a structured language or a structured protocol.
  • a machine in accordance with another aspect of the present invention, there is provided a machine.
  • the machine includes a browser and an executing unit.
  • a website-based working environment for operating a unified tool is loaded into the browser.
  • a software development kit provided by the working environment is used as at least one standard interface of transmitting at least one data and/or at least one command between the working environment and a unified inline frame generated in the working environment.
  • the software development kit is compatibly executed between the working environment and the unified inline frame.
  • the executing unit generates the inline frame and loads the inline frame with an adapter in the working environment, so that the unified tool is compatibly operated in the working environment as the inline frame.
  • the adapter is produced as a software module which is the integration of an original tool incompatible with the working environment and the at least one standard interface.
  • the original tool in the inline frame is executed by the working environment through the at least one standard interface according to a drive means of driving the unified tool.
  • the at least one command is transmitted between the working environment and the inline frame through a PostMessage function which is defined in HTML5 web messaging specification.
  • the at least one standard interface is a drive interface for the working environment to drive the unified tool.
  • the original tool is integrated with the at least one standard interface by using and/or implementing a software function call, wherein the software function call is provided and/or defined by the at least one standard interface.
  • the unified inline frame is the unified tool.
  • the drive means is performed by transmitting an initial command to the inline frame to enable the original tool and/or transmitting a close command to the inline frame to disable the original tool.
  • basic attributes of the unified tool include a type and a link indicating where the original tool is located.
  • the type is used for defining a component type, and the component type and the link are used to obtain a physical component essential to the unified tool for proceeding with plugging in, managing or executing.
  • the original tool includes a utility, a widget, an agent, an application, a service or any executable element accessible from a corresponding machine or a server.
  • the working environment is a working environment of a workspace
  • the workspace is modeled by a projectable space instance.
  • the projectable space instance is an object, an extensible markup language document, or an instance which is instantiated with a structured language or a structured protocol.
  • FIG. 1 is a schematic diagram illustrating an implementation concept of a unifying method according to an embodiment
  • FIG. 2 is a schematic diagram illustrating an implementation concept of using the unified script as an intermediate language for implementing the personal workspace
  • FIG. 3 is a schematic diagram illustrating a preferred configuration of a personal workspace
  • FIG. 4 is a schematic diagram illustrating an initial state of the method of projecting the workspace according to an embodiment of the present invention
  • FIGS. 5A and 5B are schematic diagrams illustrating operating concepts of the method of projecting the workspace as shown in FIG. 4;
  • FIG. 6 is a schematic diagram illustrating the relationship between a projectable space instance as shown in FIG. 4 and a projected workspace as shown in FIG. 5B;
  • FIG. 7 is a schematic diagram illustrating a flowchart of a method for operating a tool in a working environment according to an embodiment of the present invention
  • FIG. 8 is a schematic diagram illustrating the implementation concept of providing a website-based working environment in a browser so as to operate a unified tool according to the step P1 of FIG. 7;
  • FIG. 9 is a schematic diagram illustrating the implementation concept of generating an inline frame in the working environment and loading an adapter into the inline frame according to the step P2 of FIG. 7;
  • FIG. 10 is a schematic diagram illustrating an implementation concept of executing the calculator in the working environment.
  • FIG. 11 is a schematic functional diagram illustrating a machine using the method of FIG. 7 according to an embodiment of the present invention.
  • the term “information source” used herein is defined as a sequence of symbols that can be interpreted as a message in the most limited technical meaning. And the message is used for organizing and labeling information.
  • the information source includes website (such as internet service) , intranet, social network, software, electronic book, database and other media of information (such as storage media of non-transitory computer or storage media of mobile device) .
  • original information used herein is a file, a webpage, a database row, a policy, a rule or any data accessible in corresponding machines and servers, but is not limited thereto.
  • original tool used herein is a utility, a widget, an intelligent agent, an application, a service or any executable component accessible in corresponding machines and servers, but is not limited thereto. It is noted that the information sources, the original information and the original tool are not restricted to the above examples.
  • original information and “original tool” are implementation examples of “original matters” used herein.
  • a plurality of “original matters” from identical or different “information sources” are modeled to a plurality of “unified matters” by a unifying method. Consequently, the “unified matters” in the same execution environment are compatible with each other and cooperate to perform a specified task.
  • the “unified tool” and the “unified information unit” are implementation examples of the “unified matters” .
  • the term “Matterizer” used herein is a means, a device or a program code to perform the unifying process.
  • the above unifying method comprises steps of: modeling at least one original information obtained from at least one information source of multiple information sources into a unified information unit with one unified data model via re-organizing the original information, and/or modeling at least one original tool obtained from at least one information source of multiple information sources into a unified tool with another unified data model via re-organizing the original tool.
  • the one unified data model and another unified data model could be identical or different, and the unifying method described above could be completed through a matterizer.
  • FIG. 1 is a schematic diagram illustrating an implementation concept of a unifying method according to an embodiment.
  • the matterizer 992 re-organizes an attribute and a link of an original matter 991 with a unified data model 993, and thus models the original matter 991 into a unified matter 994. Consequently, the basic attributes of the unified matter 994 include a type of the original matter 994 and a link indicating where the original matter 994 is located.
  • the original matter 991 at least includes an original information (not shown) or an original tool (not shown) , but is not limited thereto.
  • the unified information unit is directly produced through the matterizer 992. If the attribute accessible from the original information does not correspond to the attribute to be unified in the unified information unit, the original information is firstly re-defined by logically re-organizing the attributes and the link of the original information, and then the original information is converted into a new original information with the attributes which correspond to attributes to be unified in the unified information unit. Consequently, the unified information unit is indirectly produced.
  • the type of the unified tool is used for defining a component type.
  • the component type of the unified tool and the link where the unified tool is located are used to obtain a physical component essential to the unified tool for proceeding with plugging in, managing or executing.
  • the unified tool is directly produced by the matterizer 992.
  • the unified tool is indirectly produced via an adapter and/or a software development kit (SDK) of the original tool to drive the original tool.
  • SDK software development kit
  • the descriptions of the unifying method” may be referred to the US Patent Application No. 14/324,069, entitled “A method of unifying information and tool from a plurality of information sources” , and also referred to the China Patent Application No. 201410768564.X, which claims the benefit of priority to the US Patent Application No. 14/324,069 and is entitled “A method of unifying information and tool from a plurality of information sources and computer product and device using the method” . The detailed descriptions thereof are omitted.
  • the first unifying method is applied to a method of unifying the information of Garmin satellite navigation.
  • a point-of-interest (POI) function of the Garmin satellite navigation the method of unifying the information is employed to unify the imported original point information (i.e., an original information) into the corresponding unified point information (i.e., a unified information unit) .
  • the second unifying method is applied to a method of unifying the tool of an Android system.
  • the Android system is a Linux-based open source mobile operating system.
  • most application programs i.e., original tools
  • the application program (i.e., the original tool) written in the Java programming language can be modeled into a unified application program (i.e., the unified tool) compatible with the Android system so as to be executed in the Android system.
  • the term “workspace” used herein is a working environment for providing interactions between the at least one matterizer, the at least one tool and/or the at least one information so as to implement a specified task. Moreover, the at least one tool and/or at least one information can be imported into the workspace through the at least one matterizer. However, the way of importing the information and/or tool into the workspace is not restricted. Hereinafter, information importers such as the information importers 9881, 9882 and 9883 of FIG. 2 and the Dropbox importer 9761’ of FIG. 6 are some examples of the matterizer.
  • the term “unified script” used herein is an intermediate language to implement the workspace. Moreover, via the “unified script” , the at least one matterizer, the at least one tool and/or the at least one information can be provided to the workspace (e.g., built in or plugged in the workspace) .
  • the above at least one information is a unified information unit which is produced after at least one original information obtained from at least one information source is unified
  • the above at least one tool is a unified tool which is produced after at least one original tool obtained from at least one information source is unified.
  • the required unified information unit and/or the required unified tool from the corresponding information source can be added to the personal workspace (e.g., built in or plugged in the personal workspace) .
  • the “workspace” is a user-orientated “personal workspace” .
  • FIG. 2 is a schematic diagram illustrating an implementation concept of using the unified script as an intermediate language for implementing the personal workspace.
  • FIG. 3 is a schematic diagram illustrating a preferred configuration of a personal workspace.
  • a unified information unit 985’ corresponding to an original information 985 in Dropbox 982
  • a first unified tool 986’ corresponding to a compatible original tool 986 in a cloud storage 983
  • a second unified tool 987’ corresponding to an incompatible original tool 987 in a server 984 are combined together into a personal workspace 981 according to the required tasks.
  • a unified script 980 which is regarded as an intermediate language for implementing the personal workspace 981 is firstly compiled, and then an information importer 9881 of the Dropbox 982, an information importer 9882 of the cloud storage 983 and an information importer 9883 of the server 984 are configured through the unified script 980. Moreover, after the original information 985 in the Dropbox 982 is unified into the unified information unit 985’ by the information importer 9881, the unified information unit 985’ is imported into the personal workspace 981.
  • the original tool stored in the cloud storage 983 is the compatible original tool 986, which is compatible with the component architecture of the unified tool in the personal workspace 981.
  • the first unified tool 986’ corresponding to the compatible original tool 986 is directly provided to the personal workspace 981 through the information importer 9882 of the unified script 980.
  • the original tool stored in the server 984 is the incompatible original tool 987, which is incompatible with the component architecture of the unified tool in the personal workspace 981.
  • the second unified tool 987’ corresponding to the incompatible original tool 987 is provided to the personal workspace 981 through the compatible adapter 989 and the information importer 9883 of the unified script 980.
  • the user can configure and arrange (e.g., group or place) the unified information unit 985’ , the first unified tool 986’ a nd the second unified tool 987’ in a specific area of the personal workspace 981 according to the practical requirements.
  • the user can perform specified tasks by using the unified tool to access or control the corresponding unified information unit.
  • the above personal workspace is presented herein for purpose of illustration and description only. It is noted that the workspace used in the present invention is not restricted.
  • the unified script as the intermediate language for implementing the workspace can be previously edited. Consequently, the workspace equips the default matterizer, the default information and/or the default tool.
  • This workspace is not limited to be operated by a single user. According to the practical requirements, this workspace can be operated by multiple users at the same time or at different times.
  • the “workspace” used herein is obtained by “a method of projecting a workspace” to any electronic device with computational capability.
  • An example of the electronic device includes but is not limited to a mobile phone, a tablet computer, a notebook computer or a desktop computer. Consequently, the “projected workspace” can be operated by any user through any electronic device with computational capability.
  • the method of projecting the workspace comprises the following steps. Firstly, a projectable space instance instantiated by the unified script is obtained through a uniform resource identifier (URI) .
  • URI uniform resource identifier
  • the unified script is defined to configure at least one of the matterizer, the information and the tool to model the workspace.
  • the projectable space instance is used to build the projected workspace corresponding to the workspace, and thus provide an interface for operating at least one of the matterizer, the information and the tool to implement a task.
  • a projector parses the projectable space instance and build a working environment to configure at least one of the matterizer, the information and the tool so as to execute the projected workspace for providing interactions between at least one user and the projected workspace.
  • the projector is acquired from a remote data station, the projectable space instance or a preloaded application program, and loaded to an engine for providing a compatible environment to execute the projector.
  • An example of the engine includes but is not limited to a Javascript engine, a Windows application or a Linux application.
  • the united script can be declared by a document type definition (DTD) , an extensible markup language (XML) Schema, a structured language or a structured protocol.
  • the projectable space instance is an object, an extensible markup language (XML) document, or an instance instantiated with a structured language or a structured protocol.
  • FIG. 4 is a schematic diagram illustrating an initial state of the method of projecting the workspace according to an embodiment of the present invention.
  • FIGS. 5A and 5B are schematic diagrams illustrating operating concepts of the method of projecting the workspace as shown in FIG. 4.
  • FIG. 6 is a schematic diagram illustrating the relationship between a projectable space instance as shown in FIG. 4 and a projected workspace as shown in FIG. 5B.
  • a first electronic device 971 and a second electronic device 972 are in communication with each other (e.g., through network connection) . Moreover, the first electronic device 971 stores a projectable space instance 973, and the second electronic device 972 has a built-in projector 974.
  • the united script 9731 is declared by a document type definition (DTD) and defined to configure at least one information importer (i.e., an example of the matterizer) , at least one unified information unit and/or at least one unified tool to model a workspace, and the projectable space instance 973 is an instance instantiated with the extensible markup language (XML) .
  • the projectable space instance 973 is used for building a projected workspace 976 corresponding to the workspace.
  • the information importer, the unified information and/or the unified tool is allowed to be added to or removed from the projectable space instance 973.
  • the projector 974 of the second electronic device 972 will build a working environment 975 in the second electronic device 972 for executing the projected workspace 976.
  • the projector 974 provides a microkernel 977 (see FIG. 6) to the working environment 975 for equipping at least one information importer, at least one unified information and/or at least one unified tool that will be added to the projected workspace 976.
  • the second electronic device 972 acquires the projectable space instance 973 from the first electronic device 971 through a URI
  • the projector 974 of the second electronic device 972 starts to parse the projectable space instance 973 (see FIG. 5A) .
  • the projected workspace 976 is built in the working environment 975 according to parsed contents of the projectable space instance 973 (see FIG. 5B) . Accordingly, a user of the second electronic device 972 can interact with the projected workspace 976 through the second electronic device 972 so as to perform related tasks.
  • the relationships between the unified script 9731, the projectable space instance 973 and the projected workspace 976 will be illustrated in more detailed through a usage situation as shown in FIG. 6.
  • the usage situation as shown in FIG. 6 is related to a process of building a projected workspace that is capable of accessing jpg format image files and gif format image files from a specified internet space and allowing the image files to be viewed by a user.
  • the unified script 9731 is declared by the Document Type Definition (DTD)
  • the projectable space instance 973 is instantiated with XML.
  • an information importer and a unified tool are added into the projectable space instance 973, and at least one unified information unit corresponding to the original information is imported into the projected workspace 976 through the information importer.
  • the information importer is a Dropbox importer.
  • the information of the Dropbox importer is disclosed in the dashed line frame 9761 of FIG. 6.
  • the original information includes a jpg format image file 9791, a jpg format image file 9792 and a gif format image file 9793 in Dropbox 979 (i.e., an information source) .
  • the unified information units include a unified jpg format image file 9791’ , a unified jpg format image file 9792’ a nd a unified gif format image file 9793’ , which will be described later.
  • the unified tool is an image viewer for accessing image files which are imported into the projected workspace 976. The information of the image viewer is disclosed in the dashed line frame 9762 of FIG. 6.
  • the projected workspace 976 is built after the projectable space instance 973 is parsed by the projector 974 of the second electronic device 972.
  • the Dropbox importer 9761’ corresponding to the dashed line frame 9761 and the image viewer 9762’ corresponding to the dashed line frame 9762 are configured in the projected workspace 976.
  • the jpg format image file 9791, the jpg format image file 9792 and the gif format image file 9793 in Dropbox 979 are unified and imported into the projected workspace 976 by the Dropbox importer 9761’ .
  • the unified jpg format image file 9791’ corresponding to the jpg format image file 9791, the unified jpg format image file 9792’ corresponding to the jpg format image file 9792 and the unified gif format image file 9793’ corresponding to the gif format image file 9793 are displayed on the projected workspace 976.
  • the image viewer 9762’ will access the contents of the corresponding unified image files 9791’ , 9792’ or 9793’ to allow the unified image files 9791’ , 9792’ or 9793’ to be viewed by the user.
  • the Dropbox importer 9761’ a nd the image viewer 9762’ mentioned above are equipped by the microkernel 977.
  • the URI of the projectable space instance 973 may be a HTTP (hypertext transfer protocol) URI or a FTP (file transfer protocol) URI.
  • the URI of the projectable space instance 973 can also be a local file URI.
  • the types of the URI of the projectable space instance 973 are not restricted.
  • FIG. 7 is a schematic diagram illustrating a flowchart of a method for operating a tool in a working environment according to an embodiment of the present invention.
  • the method for executing the tool in the working environment comprises the following steps:
  • Step P1 Provide a website-based working environment in a browser so as to operate a unified tool, wherein a software development kit provided by the working environment is used as at least one standard interface of transmitting data and/or commands between the working environment and a unified inline frame (iframe) generated in the working environment, and the software development kit is compatibly executed between the working environment and the unified inline frame; and
  • Step P2 Operate the unified tool in the working environment, wherein the unified tool is operated in the working environment as the inline frame which is generated in the working environment and loaded with an adapter, wherein the adapter is produced as a software module which is the integration of an original tool incompatible with the working environment and the at least one standard interface, wherein the original tool in the inline frame is executed by the working environment through the at least one standard interface according to a drive means of driving the unified tool.
  • the working environment is a working environment of a workspace.
  • the original tool incompatible with the working environment is a calculator from a tool cloud.
  • the examples of the working environment and the original tool are not restricted. However, those skilled in the art will readily observe that numerous modifications and alterations may be made while retaining the teachings of the invention.
  • FIG. 8 is a schematic diagram illustrating the implementation concept of providing a website-based working environment in a browser so as to operate a unified tool according to the step P1 of FIG. 7.
  • a first machine 11 has a browser 111 for providing a compatible environment to execute the projector as shown in FIGS. 5A and 5B.
  • a second machine 12 has a projectable space instance 3 for modelling a workspace.
  • URI uniform resource identifier
  • the projector (not shown in FIG. 8, see FIGS. 5A and 5B) will build a working environment 4 for executing a projected workspace 6 in the browser 111.
  • the projector provides a microkernel (not shown in FIG. 8, see FIG. 6) corresponding to the workspace in order for equipping unified matters that are compiled in the projectable space instance 3.
  • FIG. 9 is a schematic diagram illustrating the implementation concept of generating an inline frame in the working environment and loading an adapter into the inline frame according to the step P2 of FIG. 7.
  • a calculator 52 incompatible with the working environment 4 is disposed within a tool cloud 13.
  • an inline frame 7 is generated in the working environment 4 and an adapter 8 corresponding to the calculator 53 is loaded with the inline frame 7.
  • a software development kit 21 (see FIG. 10) provided by the working environment 4 is used as a standard interface 22 of transmitting data and/or commands between the working environment 4 and the inline frame 7 so as to previously integrate the calculator 53 with the standard interface 22.
  • the software development kit 21 is compatibly executed between the working environment 4 and the inline frame 7.
  • the calculator 53 is integrated with the standard interface 22 by using and/or implementing a software function call, wherein the software function call is provided and/or defined by the standard interface 22.
  • the integrating method is well known to those skilled in the art, and is not redundantly described herein. Moreover, the method of integrating the calculator 53 with the standard interface 22 is not restricted.
  • a software module produced by previously integrating the calculator 53 and the standard interface 22 is an adapter 8.
  • the calculator 53 of the tool cloud 13 is configured in the projected workspace 6 according to the parsed contents of the projectable space instance 3. Consequently, the adapter 8 is loaded with the inline frame 7 and used as a unified tool 51, which is operated in the working environment 4.
  • the standard interface 22 is a drive interface for the working environment 4 to drive the unified tool 51. Under this circumstance, the working environment 4 can drive the unified tool 51 in order to execute the calculator 53 in the inline frame 7.
  • the unified inline frame as described in the step P1 of FIG. 7 is the unified tool 51.
  • FIG. 10 is a schematic diagram illustrating an implementation concept of executing the calculator in the working environment.
  • any data and/or command is transmitted between the working environment 4 and the inline frame 7 through a PostMessage function, but not limited to.
  • the PostMessage function is defined in HTML5 web messaging specification.
  • an initial command S1 is firstly transmitted to the inline frame 7.
  • the calculator 53 in the inline frame 7 is enabled.
  • the initial state of the calculator 53 is zeroed.
  • a calculation instruction set S3 e.g., “5+2”
  • the calculator 53 will perform calculation.
  • a result information S4 (e.g. “7” ) is transmitted back to the working environment 4 from the inline frame 7. Then, for disabling the calculator 53 in the inline frame 7 by the working environment 4, a close command S2 is transmitted to the inline frame 7. According to the close command S2, the calculator 53 is disabled.
  • any tool incompatible with the working environment can be executed in the working environment according to the method of the present invention. Consequently, the method of the present invention can facilitate the integration and application of various tools.
  • the above working environment is illustrated by taking the working environment of the workspace as an example. It is noted that the type of the working environment used in the present invention is not restricted.
  • the inline frame is generated in the working environment, and the adapter integrating the original tool and the standard interface is loaded with the inline frame. Consequently, the tool incompatible with the working environment can be executed in the working environment. Under this circumstance, if someone intends to take an unscrupulous action (e.g., an action of stealing data or an action of jumping the webpage to another website) through the tool, only the inline frame is damaged but the working environment is not adversely affected. Consequently, the threat to the information security is eliminated.
  • an unscrupulous action e.g., an action of stealing data or an action of jumping the webpage to another website
  • FIG. 11 is a schematic functional diagram illustrating a machine using the method of FIG. 7 according to an embodiment of the present invention.
  • the machine 14 comprises a browser 141 and an executing unit 142.
  • a website-based working environment for operating a unified tool is loaded into the browser 141.
  • the executing unit 142 is used for generating the inline frame in the working environment which is loaded with an adapter to produce a unified tool compatibly operated in the working environment.
  • a software development kit provided by the working environment is used as at least one standard interface of transmitting at least one data and/or at least one command between the working environment and the unified inline frame.
  • the software development kit is compatibly executed between the working environment and the inline frame.
  • the adapter is produced as a software module which is the integration of an original tool incompatible with the working environment and the at least one standard interface.
  • the original tool in the inline frame is executed by the working environment through the at least one standard interface according to a drive means of driving the unified tool.
  • the details operations of the machine are similar to those depicted in FIGS. 7 ⁇ 10, and are not redundantly described herein.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • General Engineering & Computer Science (AREA)
  • Strategic Management (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Human Resources & Organizations (AREA)
  • Economics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Human Computer Interaction (AREA)
  • Marketing (AREA)
  • General Business, Economics & Management (AREA)
  • Tourism & Hospitality (AREA)
  • Quality & Reliability (AREA)
  • Operations Research (AREA)
  • Development Economics (AREA)
  • Game Theory and Decision Science (AREA)
  • Educational Administration (AREA)
  • Signal Processing (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
PCT/CN2015/083173 2014-07-03 2015-07-02 Method for operating tool in working environment and machine using such method WO2016000635A1 (en)

Priority Applications (6)

Application Number Priority Date Filing Date Title
KR1020227009521A KR102512883B1 (ko) 2014-07-03 2015-07-02 작업 환경에서 도구를 작동시키는 방법 및 그 방법을 응용하는 기계
CN201580036280.4A CN106663007B (zh) 2014-07-03 2015-07-02 使工具运作于作业环境的方法以及应用该方法的机器
JP2017519775A JP2017526092A (ja) 2014-07-03 2015-07-02 ツールを作業環境で操作する方法及び上記方法を応用する機械
EP15815005.2A EP3164798A4 (en) 2014-07-03 2015-07-02 Method for operating tool in working environment and machine using such method
US15/319,457 US9934007B2 (en) 2014-07-03 2015-07-02 Method for operating tool in working environment and machine using such method
KR1020177002954A KR102379101B1 (ko) 2014-07-03 2015-07-02 작업 환경에서 도구를 작동시키는 방법 및 그 방법을 응용하는 기계

Applications Claiming Priority (6)

Application Number Priority Date Filing Date Title
US14/324,069 US9134963B1 (en) 2014-07-03 2014-07-03 Method of unifying information and tool from a plurality of information sources
US14/324,069 2014-07-03
US14/325,466 US9727391B2 (en) 2014-07-08 2014-07-08 Method for performing task on unified information units in a personal workspace
US14/325,466 2014-07-08
US14/577,772 US9626157B2 (en) 2014-07-03 2014-12-19 Method of projecting a workspace and system using the same
US14/577,772 2014-12-19

Publications (1)

Publication Number Publication Date
WO2016000635A1 true WO2016000635A1 (en) 2016-01-07

Family

ID=55018471

Family Applications (3)

Application Number Title Priority Date Filing Date
PCT/CN2015/083173 WO2016000635A1 (en) 2014-07-03 2015-07-02 Method for operating tool in working environment and machine using such method
PCT/CN2015/083263 WO2016000655A1 (en) 2014-07-03 2015-07-03 Home system establishing method
PCT/CN2015/083267 WO2016000657A1 (en) 2014-07-03 2015-07-03 Networking conference method, workspace interaction method and machine using the same

Family Applications After (2)

Application Number Title Priority Date Filing Date
PCT/CN2015/083263 WO2016000655A1 (en) 2014-07-03 2015-07-03 Home system establishing method
PCT/CN2015/083267 WO2016000657A1 (en) 2014-07-03 2015-07-03 Networking conference method, workspace interaction method and machine using the same

Country Status (7)

Country Link
EP (2) EP3164798A4 (ko)
JP (2) JP2017526092A (ko)
KR (4) KR102512883B1 (ko)
CN (2) CN106663007B (ko)
SG (1) SG11201610928VA (ko)
TW (3) TWI582625B (ko)
WO (3) WO2016000635A1 (ko)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102490598B1 (ko) * 2021-04-20 2023-01-19 엔에이치엔 주식회사 부가기능 설치 서비스 제공 방법 및 시스템

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030058286A1 (en) * 2001-09-25 2003-03-27 Owen Dando Configurable user-interface component management system
US20080092116A1 (en) * 2006-10-16 2008-04-17 Invensys Systems, Inc. Extensible automation development environment
WO2011106441A2 (en) * 2010-02-25 2011-09-01 Phunware Inc Systems and methods for enterprise branded application frameworks for mobile and other environments
US20120089672A1 (en) * 2005-03-17 2012-04-12 International Business Machines Corporation Server side processing of user interactions with a web browser

Family Cites Families (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1115824C (zh) * 1998-05-07 2003-07-23 三星电子株式会社 网络中的装置对装置命令与控制的方法和系统
JP3846666B2 (ja) * 1998-09-24 2006-11-15 富士通株式会社 共有画面制御装置
US6615239B1 (en) * 1998-12-16 2003-09-02 International Business Machines Corporation Automatic presentation exchanger
JP4568957B2 (ja) * 2000-05-16 2010-10-27 ソニー株式会社 カード型ネットワークインタフェース,ネットワーク会議用端末装置及びネットワーク会議システム
AU2001260549A1 (en) * 2000-06-12 2001-12-24 Preworx (Proprietary) Limited System for controlling a display of the user interface of a software application
US20040158614A1 (en) * 2003-02-06 2004-08-12 Bruce Williams Method and apparatus for managing data transmission privileges during a network conference
WO2005006230A1 (ja) * 2003-07-14 2005-01-20 Sony Corporation 情報処理装置、情報処理方法、および情報処理プログラム
JP4553838B2 (ja) * 2005-12-28 2010-09-29 富士通株式会社 通信方法、通信システム、中継装置及び通信装置
US7992198B2 (en) * 2007-04-13 2011-08-02 Microsoft Corporation Unified authentication for web method platforms
US8010487B2 (en) * 2008-06-27 2011-08-30 Microsoft Corporation Synchronization and collaboration within peer-to-peer and client/server environments
US8745213B2 (en) 2008-12-19 2014-06-03 Openpeak Inc. Managed services platform and method of operation of same
EP2612272B1 (en) * 2010-08-30 2017-10-11 VMWare, Inc. Unified workspace for thin, remote, and saas applications
US8676891B2 (en) * 2010-11-01 2014-03-18 Google Inc. Visibility inspector in social networks
TWI434192B (zh) * 2010-12-10 2014-04-11 Miiicasa Holding Cayman Inc Directly through the gateway device automatically in the web browser to insert the toolbar tool method
CN102541941A (zh) * 2010-12-31 2012-07-04 上海可鲁系统软件有限公司 一种多方协同操作文件的版本管理控制方法
CN102148819B (zh) * 2010-12-31 2013-12-11 无锡华御信息技术有限公司 防信息泄漏协同办公安全系统及方法
US9142192B2 (en) * 2011-09-26 2015-09-22 Intel Corporation Simulation of web applications and secondary devices in a web browser, web application development tools, and methods using the same
US20130080603A1 (en) * 2011-09-27 2013-03-28 Microsoft Corporation Fault Tolerant External Application Server
US20130086013A1 (en) * 2011-09-29 2013-04-04 General Electric Company System and method of saving files to a version control system ("vcs") repository
CN103051735A (zh) * 2011-10-12 2013-04-17 卓世明 因特网通讯协议地址分享器
WO2013098830A1 (en) * 2011-12-30 2013-07-04 Yogesh Chunical Rathod A system and method for dynamic, portable, customize, contextual, unified and integrated network(s).
US9032303B2 (en) * 2012-02-28 2015-05-12 Microsoft Technology Licensing, Llc Web-based interaction with a local system
US9348802B2 (en) * 2012-03-19 2016-05-24 Litéra Corporation System and method for synchronizing bi-directional document management
US9197513B2 (en) * 2012-05-03 2015-11-24 Salesforce.Com, Inc. Computer implemented methods and apparatus for representing a portion of a user interface as a network address
CN102662380B (zh) * 2012-05-21 2015-07-15 浙江优诺肯科技有限公司 一种家庭用电设备联网集中控制方法及系统
CN102917032B (zh) * 2012-09-25 2015-12-02 浙江图讯科技股份有限公司 一种工矿企业的安全生产云服务平台

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030058286A1 (en) * 2001-09-25 2003-03-27 Owen Dando Configurable user-interface component management system
US20120089672A1 (en) * 2005-03-17 2012-04-12 International Business Machines Corporation Server side processing of user interactions with a web browser
US20080092116A1 (en) * 2006-10-16 2008-04-17 Invensys Systems, Inc. Extensible automation development environment
WO2011106441A2 (en) * 2010-02-25 2011-09-01 Phunware Inc Systems and methods for enterprise branded application frameworks for mobile and other environments

Non-Patent Citations (1)

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

Also Published As

Publication number Publication date
CN106489147B (zh) 2020-08-28
KR20220041960A (ko) 2022-04-01
WO2016000657A1 (en) 2016-01-07
WO2016000655A1 (en) 2016-01-07
JP2017531880A (ja) 2017-10-26
CN106663007A (zh) 2017-05-10
KR20220036994A (ko) 2022-03-23
KR20170041714A (ko) 2017-04-17
EP3164798A4 (en) 2017-06-07
EP3164817A4 (en) 2017-07-12
KR102526622B1 (ko) 2023-04-26
SG11201610928VA (en) 2017-02-27
TWI626835B (zh) 2018-06-11
KR102379101B1 (ko) 2022-03-24
JP2017526092A (ja) 2017-09-07
TWI590158B (zh) 2017-07-01
TW201626756A (zh) 2016-07-16
EP3164817A1 (en) 2017-05-10
KR102374647B1 (ko) 2022-03-14
CN106489147A (zh) 2017-03-08
TW201626261A (zh) 2016-07-16
KR102512883B1 (ko) 2023-03-21
TWI582625B (zh) 2017-05-11
CN106663007B (zh) 2020-07-03
KR20170039662A (ko) 2017-04-11
TW201626217A (zh) 2016-07-16
EP3164798A1 (en) 2017-05-10

Similar Documents

Publication Publication Date Title
US9934007B2 (en) Method for operating tool in working environment and machine using such method
US20210304142A1 (en) End-user feedback reporting framework for collaborative software development environments
US20170249170A1 (en) Home system establishing method
US11853727B2 (en) Group control and management among electronic devices
WO2016000635A1 (en) Method for operating tool in working environment and machine using such method
EP3166017A1 (en) Method for projecting workspace and system using same
US11656921B2 (en) Method for combining unified matters in personal workspace and system using the same
WO2016000640A1 (en) Cooperative work method on webpage
WO2016112844A1 (en) Property management method and property management system and machine using the same
WO2016000630A1 (en) Method and system of dynamically configuring functions of machine
WO2016000592A1 (en) Triggering method of preloading concerned web pages

Legal Events

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

Ref document number: 15815005

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 15319457

Country of ref document: US

ENP Entry into the national phase

Ref document number: 2017519775

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

REEP Request for entry into the european phase

Ref document number: 2015815005

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2015815005

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 20177002954

Country of ref document: KR

Kind code of ref document: A