TWI482036B - Method and system of network object combination - Google Patents

Method and system of network object combination Download PDF

Info

Publication number
TWI482036B
TWI482036B TW098112908A TW98112908A TWI482036B TW I482036 B TWI482036 B TW I482036B TW 098112908 A TW098112908 A TW 098112908A TW 98112908 A TW98112908 A TW 98112908A TW I482036 B TWI482036 B TW I482036B
Authority
TW
Taiwan
Prior art keywords
network
network object
objects
secondary objects
description file
Prior art date
Application number
TW098112908A
Other languages
Chinese (zh)
Other versions
TW201039151A (en
Inventor
Le Pong Chin
Wei Chin Wu
Original Assignee
Le Pong Chin
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Le Pong Chin filed Critical Le Pong Chin
Priority to TW098112908A priority Critical patent/TWI482036B/en
Publication of TW201039151A publication Critical patent/TW201039151A/en
Application granted granted Critical
Publication of TWI482036B publication Critical patent/TWI482036B/en

Links

Description

網路物件組合方法及其系統 Network object combination method and system thereof

本發明是有關於一種網路物件組合方法及其系統,特別是有關於將物件拆解成次物件並自動於網路上搜尋次物件與組裝的網路系統的架構與傳輸。 The present invention relates to a network object assembly method and system thereof, and more particularly to the architecture and transmission of a network system for disassembling an object into a secondary object and automatically searching for a secondary object and assembly on the network.

觀察近期十年來的網路變化,從最早的Web1.0時代到現在熱門的Web2.0時代,可以發現每一個網路世代的改變與替換,皆有一個共同的改變關鍵點,就是獲利模式與營運模式的改變。 Observing the network changes in the past decade, from the earliest Web1.0 era to the now popular Web2.0 era, we can find that every network generation change and replacement has a common key to change, that is, the profit model. Changes with the operating model.

Web1.0廣義來說,凡是以網際網路為主要方式進行、為達到一定銷售目標的行銷活動,都可稱之為網路行銷或叫網上銷售;也就是說,網路行銷貫穿於企業開展與網上經營的整個過程,包括資訊發佈、資訊收集,到拓展網上交易為主的電子商務(所謂專業網站)階段,統稱為Web1.0時代。最具代表性的例子為Dot-com公司,其主要的特性包括:封閉式的網路環境、單方面的下載與瀏覽、網站擁有者多為公司行號、對於網頁內容使用者沒有編輯與修改的權限、內容結構為網頁為主、資訊聚集的方式以電子商務為主,等等。Web1.0時代主要的獲利模式為透過網路推銷販售公司的產品,或者是透過市場上的投資大眾對於網路股愛的投資。 Broadly speaking, Web1.0 is a marketing activity that uses the Internet as the main method to achieve certain sales targets. It can be called online marketing or online sales; that is, online marketing runs through enterprises. The whole process of conducting online business, including information release, information collection, and e-commerce (so-called professional website), which is mainly based on online transactions, is collectively referred to as the Web 1.0 era. The most representative example is Dot-com. Its main features include: closed network environment, unilateral download and browsing, website owners are mostly company lines, and there is no editing or modification for web content users. The rights and content structure are mainly web pages, and the way of information gathering is mainly e-commerce, and so on. The main monetization model in the Web1.0 era is to promote the products of the selling company through the Internet, or to invest in Internet stocks through the investment of the public.

Web2.0研究採用Musser與O’Reilly(O’Reilly,2006)之看法,將Web2.0定義為係由一系列經濟、社會、技術趨勢所共同形成的次世代網路的基礎,是一個更成熟且特殊的媒介,其特徵為使用者的參與、開放以及網絡效應。其主要的特色為:開放且標準化的網路環境、雙向的上傳與下載的 機制、網頁內容的管理權由內容編輯者所主導、個人網站的普及化、內容結構以標籤(Tag)或應用程式介面(Application Programming Interface,API)等較小的元件、資訊聚集的方式以同好性質居多,等等。 The Web 2.0 study uses the views of Musser and O'Reilly (O'Reilly, 2006) to define Web 2.0 as the basis for a next-generation network formed by a series of economic, social, and technological trends. A mature and special medium characterized by user engagement, openness, and network effects. Its main features are: open and standardized network environment, two-way upload and download The management of mechanisms and web content is dominated by content editors, the popularity of personal websites, and the content structure is based on small components such as tags or application programming interfaces (APIs). Most of the nature, and so on.

而近幾年來網際網路不斷發展,程式編寫、軟件工程師發展出新一種共享模組的方法:分散式物件。讓程式設計者互相共享程式庫的,不再是實實在在的一個檔案、不再用儲存媒體將程式庫連結在一起編譯,而是透過網際網路連結起事先編寫好的程式。然而,這樣還是不足的,因為欠缺統一標準化的介面,不同語言並不能夠共享程式庫,而且設計師也需要花太多心力研究不同程式庫的應用方法。 In recent years, the Internet has continued to develop, and programming and software engineers have developed a new way to share modules: decentralized objects. The programmers who share the library with each other are no longer a real file, no longer use the storage media to link the libraries together, but connect the pre-written programs through the Internet. However, this is still insufficient. Because there is no uniform standardized interface, different languages cannot share the library, and designers need to spend too much time researching the application methods of different libraries.

後來提出「網際服務」(Web Service)的概念。Web Service是將現存的一些程式設計方法標準化。使得Web Service是一種以「統一資源識別」(Uniform Resource Identifier,URI)命名存在的軟體程式。Web Service必須能夠透過可延伸性標示語言(eXtensible Markup Language,XML)被發現、被形容並被定義,透過XML訊息及網際網路存取應用。由此可知Web Service不但能通過網際網路直接取用,並且可以讓不同語言的程式共同享用。 Later, the concept of "Web Service" was proposed. Web Services standardizes some existing programming methods. Make the Web Service a software program named after the Uniform Resource Identifier (URI). Web services must be discovered, described, and defined through the eXtensible Markup Language (XML) to access applications through XML messages and the Internet. This shows that Web Service can be accessed directly from the Internet and can be shared by programs in different languages.

請參閱第1圖,係為習知技藝中構成網路服務(Web Service)之運作方塊圖。圖中,服務(物件)提供者1向統一描述搜尋及整合(Universal Description Discovery and Integration,UDDI)註冊中心3發佈網路服務,發佈網路服務描述語言(Web Services Description Language,WSDL)文件2的網路位址,並建立簡易物件存取協定(Simple Object Access Protocol,SOAP)伺服端程式41。WSDL文件2與伺服端的程式所在的位址可由服務提供者1決定。服務使用者5至UDDI註冊中心3找尋所需求 的網路服務,從UDDI註冊中心3所指向的網路位址中,下載描述網路服務的WSDL文件2。服務(物件)使用者5根據WSDL文件2中描述的介面規格,實作出SOAP客戶端程式42,藉由使用的SOAP客戶端程式42,呼叫遠端的網路服務。 Please refer to FIG. 1 , which is a block diagram of the operation of a web service in the prior art. In the figure, the service (object) provider 1 publishes the network service to the Universal Description Discovery and Integration (UDDI) registry 3, and publishes the Web Services Description Language (WSDL) file 2 The network address and the Simple Object Access Protocol (SOAP) server 41 are created. The address where the WSDL file 2 and the program of the server are located can be determined by the service provider 1. Service User 5 to UDDI Registration Center 3 to find the demand The web service, from the network address pointed to by the UDDI registry 3, downloads the WSDL file 2 describing the web service. The service (object) user 5 implements the SOAP client program 42 according to the interface specification described in the WSDL file 2, and calls the remote network service by using the SOAP client program 42.

Web Service是一種具開放性、分散性的軟體元件,讓網際網路中不同機器及異質平台上的應用程式能以整合的方式一同工作,在實際的網際網路中有眾多的服務提供者出現,例如:數位影音內容提供者、遊戲服務提供者等等,但這些服務多是以網站的模式出現在使用者面前。 Web Service is an open and decentralized software component that allows applications on different machines and heterogeneous platforms in the Internet to work together in an integrated manner. There are numerous service providers in the actual Internet. For example, digital audio and video content providers, game service providers, etc., but these services are mostly presented to users in the form of websites.

現有的主要幾個Web2.0的網站,內容幾乎全部都是由使用者去分享與提供,網站擁有者只負責網站管理的部份,但是整個網站所獲取的利益,往往確只有這些網站業者所霸佔,並非內容提供者所獲得,但因網站的關鍵技術,依然操控在網站業者的手上,所以讓這些內容創造者很難從中獲取該得的創作回饋。 The existing main Web2.0 websites, almost all of which are shared and provided by users, the website owners are only responsible for the management of the website, but the benefits of the entire website are often only those of the website operators. Dominance is not obtained by content providers, but because of the key technology of the website, it is still controlled by the website operators, so it is difficult for these content creators to obtain the creative feedback from them.

有鑑於上述習知技藝之問題,本發明之主要目的就是讓每位使用者可以自由地創造物件,進而達到交換與販售物件的概念,來獲取該得的創作利益,進一步的延伸網際網路上人與人之間的互動。 In view of the above-mentioned problems of the prior art, the main purpose of the present invention is to enable each user to freely create objects, thereby achieving the concept of exchanging and selling objects, to obtain the creative benefits, and further extending the Internet. Interaction between people.

為了達到上述目的,本發明提供一種網路物件組合方法與系統,係利用物件的拆解與可重新組裝之特性,加上在每樣物件的內容裡面,加入數位權限管理(Digital Rights Management,DRM)機制,再透過以Web Servic作為網路架構,以SOAP作為通訊協定,WSDL與UDDI的註冊和搜尋的伺服器,讓物件更容易與被其他使用者發掘與使用。 In order to achieve the above object, the present invention provides a network object combination method and system, which utilizes the disassembly and reassembly characteristics of an object, and adds digital rights management (DRM) in the content of each object. The mechanism, through Web Servic as the network architecture, SOAP as the communication protocol, WSDL and UDDI registration and search server, make the object easier to discover and use by other users.

依據上述目的,本發明提出之網路物件組合方法,包含下列步驟。首先, 分析欲產生之網路物件所需之複數個次物件,並建立此複數個次物件之一連結關係,然後透過一已註冊之網路物件智權管理系統,從中搜尋欲組成之網路物件所需要之次物件,最後根據連結關係將搜尋到之複數個次物件自動產生出一具有一連串動作之執行順序的網路物件。 According to the above object, the network object combining method proposed by the present invention comprises the following steps. First of all, Analyze the plurality of secondary objects required for the network object to be generated, and establish a connection relationship of the plurality of secondary objects, and then search for the network object to be composed through a registered network object intellectual property management system. The second object is needed, and finally, the plurality of objects that are searched according to the connection relationship automatically generate a network object having a sequence of executions of a series of actions.

其中,此網路物件智權管理系統較佳的是包含一物件提供者伺服器、一數位權限管理模組、及一目錄註冊伺服器。物件提供者伺服器用以儲存至少一分享物件,其中此分享物件包含一基礎物件及一權限狀態。數位權限管理模組透過權限狀態對基礎物件進行一權限管理,此數位權限管理模組包含一使用者認證、一存取限制、一用途限制、一使用時間限制、及一使用次數限制等功能。而此目錄註冊伺服器係登錄至少一分享物件的資訊,其中物件使用者向目錄註冊伺服器搜尋其所需之一分享物件,並透過SOAP的傳輸協定向物件提供者伺服器提出一連線請求,以藉此連線下載分享物件或傳送一運算數據。 The network object intellectual property management system preferably includes an object provider server, a digital rights management module, and a directory registration server. The object provider server is configured to store at least one shared object, wherein the shared object includes a basic object and a permission status. The digital rights management module performs a rights management on the basic object through the permission status. The digital rights management module includes a user authentication, an access restriction, a usage restriction, a usage time limit, and a usage limit. The directory registration server logs in at least one shared object information, wherein the object user searches the directory registration server for one of the required shared objects, and makes a connection request to the object provider server through the SOAP transmission protocol. In order to download the shared object or transmit an operational data.

其中,此網路物件較佳的是包含一集中式物件和一分散式物件,集中式物件係將所需要之複數個次物件下載於一主機端進行物件組合,而分散式物件係根據複數個次物件之組合結構建立一網路連線順序,當網路物件執行時依序將運算數據傳送至複數個次物件,使複數個次物件可進行溝通和運算,提供一數據運算網路。 Preferably, the network object comprises a centralized object and a distributed object, wherein the centralized object downloads the required plurality of secondary objects to a host end for object combination, and the distributed object is based on the plurality of objects. The combination structure of the secondary objects establishes a network connection sequence, and sequentially transfers the operation data to the plurality of secondary objects when the network object is executed, so that the plurality of secondary objects can communicate and calculate, and provide a data operation network.

依據本發明之一目的,所提出之網路物件組合系統,主要包括一網路物件分析模組、一次物件搜尋模組、及一物件產生模組。本發明之網路物件組合系統係用以執行上述網路物件組合方法所主張之步驟。 According to one aspect of the present invention, a proposed network object combination system mainly includes a network object analysis module, a primary object search module, and an object generation module. The network object assembly system of the present invention is used to perform the steps claimed by the above network object assembly method.

承上所述,依本發明之網路物件組合方法及其系統,其可具有一或多個下述優點: As described above, the network object combining method and system thereof according to the present invention may have one or more of the following advantages:

(1)可讓物件之產生具有統一化流程。 (1) It can make the generation of objects have a unified process.

(2)使用Web Service作為網路架構,以可重複組裝使用的基礎物件作為服務模式,讓物件更容易被其他使用者發掘與使用。 (2) Using Web Service as the network architecture, the basic objects that can be repeatedly assembled and used as a service mode make the objects more easily explored and used by other users.

(3)加入數位權限管理模組,DRM機制,對每個可重複組裝使用的基礎物件加入權限狀態設定,提供權限管理與流通保護。 (3) Adding a digital rights management module and a DRM mechanism to add authority status settings to each of the base objects that can be repeatedly assembled and used to provide rights management and circulation protection.

1‧‧‧物件提供者 1‧‧‧ Object Provider

1A、1B、1C‧‧‧物件提供者主機 1A, 1B, 1C‧‧‧ Object Provider Host

2‧‧‧網路服務描述語言文件 2‧‧‧Network Service Description Language Document

3‧‧‧統一描述搜尋及整合註冊中心 3‧‧‧Unified Description Search and Integration Registration Center

41‧‧‧簡易物件存取協定伺服端程式 41‧‧‧Simplified Object Access Protocol Servo End Program

42‧‧‧簡易物件存取協定客戶端程式 42‧‧‧Simplified Object Access Protocol Client Program

5‧‧‧物件使用者 5‧‧‧ object users

51‧‧‧物件使用者主機 51‧‧‧Object User Host

6‧‧‧問題敘述擋 6‧‧‧ Problem Narrative

7‧‧‧接收服務需求模組 7‧‧‧ Receiving Service Demand Module

8‧‧‧格式轉譯模組 8‧‧‧ format translation module

9‧‧‧物件分析模組 9‧‧‧Object Analysis Module

10‧‧‧物件搜尋模組 10‧‧‧Object Search Module

11‧‧‧物件產生模組 11‧‧‧ Object Generation Module

12‧‧‧網路物件智權管理系統 12‧‧‧Network Object Intelligence Management System

13‧‧‧分享物件 13‧‧‧Shared objects

131、131A、131B、131C和181‧‧‧基礎物件 131, 131A, 131B, 131C and 181‧‧‧ basic objects

1311‧‧‧次物件 1311‧‧‧ objects

132‧‧‧權限狀態 132‧‧‧Permission status

14‧‧‧數位權限管理 14‧‧‧Digital Authority Management

15‧‧‧目錄註冊伺服器 15‧‧‧ Directory Registration Server

16‧‧‧物件提供者伺服器 16‧‧‧Object Provider Server

S1-S5‧‧‧網路物件組合步驟 S1-S5‧‧‧ Network Object Combination Steps

第1圖係為習知技藝中構成網路服務之運作方塊圖;第2圖係為本發明之網路物件組合方法較佳實施例之流程圖;第3圖係為本發明之物件分析與組裝的示意圖;第4圖係為本發明之網路物件組合系統之較佳實施例之功能方塊圖;第5圖係為本發明之網路物件智權管理系統示意圖;以及第6圖係為本發明之執行分散式物件較佳實施例示意圖。 1 is a block diagram of the operation of a network service in the prior art; FIG. 2 is a flow chart of a preferred embodiment of the network object assembly method of the present invention; and FIG. 3 is an object analysis of the present invention. 4 is a functional block diagram of a preferred embodiment of a network object combination system of the present invention; FIG. 5 is a schematic diagram of a network object intellectual property management system of the present invention; and FIG. A schematic diagram of a preferred embodiment of the implementation of the distributed article of the present invention.

請參閱第2圖及第3圖,其係分別繪示本發明之網路物件組合方法較佳實施例流程圖,以及本發明之物件分析與組裝的示意圖。圖中,此方法包含下列步驟。首先,在步驟S1接收由使用者輸入之服務需求所建立之一問題敘述檔,此問題敘述檔可為一XML格式之檔案,定義有一初始狀態及一終止狀態,而其中係以一連串動作之執行順序來將初始狀態轉換至終止狀態而達成服務需求。之後在步驟S2將問題敘述檔轉譯成統一格式。例如,利用使用者預先編排的可擴展示樣板語言(eXtensible Stylesheet Language,XSL)格式,將不同格式的XML文件轉換成統一格式的XML文件。 Please refer to FIG. 2 and FIG. 3 , which are respectively a flow chart of a preferred embodiment of the network object assembly method of the present invention, and a schematic diagram of the analysis and assembly of the object of the present invention. In the figure, this method contains the following steps. First, in step S1, a problem description file created by the service requirement input by the user is received. The problem description file may be an XML format file, and defines an initial state and a termination state, wherein the execution is performed by a series of actions. The order is to transition the initial state to the termination state to achieve the service requirement. The problem narrative file is then translated into a uniform format in step S2. For example, an XML file of a different format is converted into a unified format XML file by using a user-predefined eXtensible Stylesheet Language (XSL) format.

接著,在步驟S3分析出被問題敘述檔所宣告之物件其中所需使用之次物件,並建立此複數個次物件之間的連結關係,其中每一次物件係用以描述每一行動,其定義有行動名稱、輸入參數和輸出參數,且輸入參數和輸出參 數可為空集合。此步驟S3運用一物件導向觀念,如第3圖所示,物件可分為三個層次,第0級為最基本的次物件1311,而第1級為組合多個次物件的基礎物件131,以及,第2級為合併多個物件的應用程式或商品13,藉由物件的可重用性,一個繁瑣的程式或物品13可拆解成一系列小且簡單的次物件1311。 Next, in step S3, the secondary object required to be used in the object declared by the problem description file is analyzed, and a connection relationship between the plurality of secondary objects is established, wherein each object is used to describe each action, and the definition thereof Have action name, input parameters and output parameters, and input parameters and output parameters The number can be an empty collection. This step S3 uses an object-oriented concept. As shown in FIG. 3, the object can be divided into three levels, the 0th level is the most basic secondary object 1311, and the first level is the basic object 131 combining a plurality of secondary objects. And, the second level is an application or product 13 that combines a plurality of objects. By the reusability of the object, a cumbersome program or article 13 can be disassembled into a series of small and simple secondary objects 1311.

之後,在步驟S4透過一已註冊之網路物件智權管理系統搜尋所需要之複數個次物件,此網路物件智權管理系統可包含一Web Service架構與一DRM機制。最後在步驟S5將複數個次物件根據連結關係自動產生出一具有一連串動作之執行順序的網路物件。 Then, in step S4, through a registered network object intellectual property management system to search for a plurality of secondary objects, the network object intellectual property management system may include a Web Service architecture and a DRM mechanism. Finally, in step S5, the plurality of secondary objects automatically generate a network object having an execution sequence of a series of actions according to the connection relationship.

請參閱第4圖,其係繪示本發明之網路物件組合系統之較佳實施例方塊圖。首先,接收服務需求模組7接收由服務需求所建立之一問題敘述檔6,之後將問題敘述檔6交由一格式轉譯模組8,將問題敘述檔6轉譯成統一格式,之後物件分析模組9分析此問題敘述檔6所宣告之物件其中組成之次物件,並建立此複數個次物件之間的連結關係。接著,物件搜尋模組10透過一已註冊之網路物件智權管理系統12搜尋所需要之複數個次物件。最後藉由一物件產生模組11將複數個次物件根據連結關係自動產生出一具有一連串動作之執行順序的網路物件。其中,使用者有兩種執行物件的方式,舉例而言,此問題敘述檔11內需要之次物件為基礎物件131A、131B、131C,第一種是集中式物件,直接從物件提供者A主機1A、物件提供者B主機1B、物件提供者C主機1C上下載物件,並在本機端重新組合利用;第二是遠端之間透過SOAP傳輸協定交換運算資料,直接在遠端物件提供者A、B、C主機端上使用物件,最後在將結果回傳給本機端。 Referring to Figure 4, there is shown a block diagram of a preferred embodiment of the network object assembly system of the present invention. First, the receiving service demand module 7 receives a problem description file 6 established by the service requirement, and then passes the problem description file 6 to a format translation module 8, and translates the problem description file 6 into a unified format, and then the object analysis module. Group 9 analyzes the problem by arranging the sub-objects of the items declared in file 6 and establishing the connection relationship between the plurality of objects. Then, the object search module 10 searches for a plurality of secondary objects required by a registered network object intellectual property management system 12. Finally, an object generation module 11 automatically generates a plurality of secondary objects according to the connection relationship to generate a network object having a sequence of executions of the series of actions. Wherein, the user has two ways of executing the object. For example, the problem that the secondary object in the file 11 is the basic object 131A, 131B, 131C, and the first type is the centralized object, directly from the object provider A host. 1A, object provider B host 1B, object provider C host 1C downloads the object, and recombines the use at the local end; the second is the remote exchange of operational data through the SOAP transport protocol, directly at the remote object provider The objects are used on the host side of A, B, and C, and finally the result is returned to the local end.

請參閱第5圖,其係為本發明之網路物件智權管理系統示意圖。圖中,每一基礎物件131都可由複數個次物件1311所組成,物件為基礎資源,物件與 物件之間具有拆解與組裝之功能。當基礎物件131上傳到網路上之前都會經過權限狀態132設定,物件提供者得先在數位權限管理模組14進行物件權限狀態132的設定,並附上物件使用說明與權限管理,其中數位權限管理模組可為一DRM機制。而此權限狀態132除了基本之加密保護外,還可包含使用者認證、存取限制、用途限制、時間限制、及次數限制。使用者認證功能會確認合法使用者的身份。未經合法授權的使用者,就算獲得該數位檔案,也無法對此基礎物件181進行瀏覽或播放。存取限制功能可依授予的存取權限不同,制訂出個別的存取限制,例如部分基礎物件不提供給一般使用者瀏覽,必須成為會員或為特定群組,才可以瀏覽整個內容。用途限制功能依授權內容不同,授予不同的用途限制,例如:限制複製、列印等操作功能,授權中未明白指名的其他操作動作就無法使用,除非另外取得合法授權。時間限制功能依授權內容不同,授予不同的使用期間,例如:一個月、一週或其他指定期限等。使用時間一到,就無法再利用原先合法取得的內容,除非再次取得合法授權。次數限制功能則依授權內容不同,授予不同的使用次數。例如:3次、10次或其他指定次數等。使用次數用完,就無法再利用原先合法取得的內容,除非再次取得合法授權。 Please refer to FIG. 5, which is a schematic diagram of the network object intellectual property management system of the present invention. In the figure, each of the basic objects 131 may be composed of a plurality of secondary objects 1311, and the objects are basic resources, objects and The functions of disassembly and assembly between objects. Before the basic object 131 is uploaded to the network, it is set by the permission status 132, and the object provider must first set the object permission status 132 in the digital rights management module 14, and attach the object use description and authority management, wherein the digital rights management The module can be a DRM mechanism. In addition to the basic encryption protection, the permission status 132 may also include user authentication, access restrictions, usage restrictions, time limits, and number of times. The user authentication function confirms the identity of the legitimate user. A user who is not legally authorized can not browse or play the basic object 181 even if the digital file is obtained. The access restriction function can establish individual access restrictions according to different access rights granted. For example, some basic objects are not provided to general users for browsing, and must be members or a specific group to browse the entire content. The usage restriction function grants different usage restrictions depending on the authorized content. For example, restrictions on copying, printing, etc., other operations that are not understood in the authorization cannot be used unless legal authorization is obtained. The time limit function is granted different usage periods depending on the authorized content, such as one month, one week, or other specified period. Once the time of use is reached, it is no longer possible to use the content that was originally legally obtained unless legal authorization is obtained again. The number limit function is granted different usage times depending on the authorized content. For example: 3 times, 10 times or other specified times. Once the number of uses is exhausted, the content that was originally legally obtained can no longer be used unless legal authorization is obtained again.

設定好權限狀態132的新物件,將會被重新視為一個未經授權的分享物件13,之後才向目錄註冊伺服器15進行註冊與登記,其中此目錄註冊伺服器15可為一UDDI註冊中心,並UDDI註冊中心上發佈一WSDL文件進行描述和定義如何去使用此物件,例如:裡面會定義功能名稱(function name)和參數傳遞等。遠端的物件使用者5能夠透過目錄註冊伺服器15資料庫中尋找到符合需求的分享物件13,並對目錄註冊伺服器15資料庫請求下載,並指出這項分享物件13所屬的路徑。物件使用者5有兩種使用物件的方式:第一是直接從下載未經授權的分享物件13,並在主機端重新利用;第二是遠端之間可透過SOAP傳輸協定交換運算資料,直接在遠端物件提供者伺服器16上使 用物件,最後在將結果回傳給本機端。不管物件使用者5選擇哪一種方式,未經授權的分享物件13都不能作任何使用,都需要向數位權限管理模組14請求開放物件的權限,物件使用者5向物件來源端的數位權限管理模組14提出物件之授權要求,數位權限管理模組14收到遠端的授權要求之後,將會先確認物件使用者5下載之分享物件13的權限狀態132,若未付費的狀態,則要求支費權限費用;若以付費的情況,數位權限管理模組14將此基礎物件131之權限鑰匙回傳給使用者,進而開放物件權限。使用者取得物件之相關權限之後,即可將原本未授權的物件加以解密,解密完畢的物件才能完全使用進行拆解或重新組合。 The new object with the permission status 132 set will be re-considered as an unauthorized shared object 13 before being registered and registered with the directory registration server 15, wherein the directory registration server 15 can be a UDDI registry. And a WSDL file is published on the UDDI registry to describe and define how to use this object, for example: it will define the function name (function name) and parameter passing. The remote object user 5 can find the shared object 13 that meets the requirements through the directory registration server 15 database, and requests the directory registration server 15 database to download, and indicates the path to which the shared object 13 belongs. The object user 5 has two ways of using the object: the first is to directly download the unauthorized shared object 13 and reuse it on the host side; the second is that the remote end can exchange computing data through the SOAP transport protocol, directly On the remote object provider server 16 Use the object and finally pass the result back to the local end. Regardless of which way the object user 5 chooses, the unauthorized shared object 13 cannot be used anyway, and the digital rights management module 14 needs to request the permission of the open object, and the object user 5 to the digital authority management mode of the source end of the object. The group 14 proposes the authorization request of the object, and after receiving the authorization request of the remote end, the digital rights management module 14 first confirms the permission status 132 of the shared object 13 downloaded by the object user 5, and if the status is not paid, the request is required. The fee authority fee; if the payment is made, the digital rights management module 14 passes back the authority key of the basic object 131 to the user, thereby opening the object authority. After the user obtains the relevant permission of the object, the original unauthorized object can be decrypted, and the decrypted object can be completely disassembled or reassembled.

請參閱第6圖,其係本發明之執行分散式物件較佳實施例示意圖。圖中,包含有3個人機介面的端點,即物件使用者主機51、物件提供者主機1A、物件提供者主機1B。各端點皆有一套負責傳輸資料的程式,端點間的訊息聯絡方式以SOAP格式採用架於TCP/IP協定上的XML物件進行傳送。以物件操作為基礎的雛型系統,物件使用者不直接下載物件,但透過簡易物件存取協定的傳輸方式去使用遠端的物件,最後再將結果回傳給物件使用者的本機端,已達到相同的目的。此外,各主機端點的物件皆可以C#.NET作為撰寫DLL檔案的程式語言。 Please refer to Fig. 6, which is a schematic view of a preferred embodiment of the implementation of the distributed article of the present invention. In the figure, there are three human machine interface endpoints, namely, an object user host 51, an object provider host 1A, and an object provider host 1B. Each endpoint has a set of programs responsible for transferring data. The message contact between endpoints is transmitted in SOAP format using XML objects hosted on the TCP/IP protocol. In the prototype system based on the operation of the object, the object user does not directly download the object, but uses the remote object to transmit through the simple object access protocol, and finally returns the result to the user end of the object user. The same purpose has been achieved. In addition, the objects of each host endpoint can use C#.NET as the programming language for writing DLL files.

首先,在物件使用者主機51輸入一XML文件,此文件內容為需執行排序與四則運算,系統讀取內容資料。不同格式的XML文件經由本機的格式轉譯模組之後,成為符合下一物件輸入規格的新XML文件。接著,透過一XML Reader模組將統一格式的XML文件中之XML元素資料取出,並以字串的方式送往遠端的物件提供者主機1A。物件提供者主機1A上有一分享物件13提供有三種不同的排序方法,分別為泡沫排序法、堆積排序法、快速排序法。每一種排序法都是一個獨立的物件,同時,都能夠分別獨立的執行與運 作。此物件提供者主機1A將接收的資料根據使用者選定之泡沫排序法進行排序的動作,排序完畢的結果會先在物件提供者主機1A內暫存,之後將暫存的字串資料送往物件提供者主機1B。物件提供者主機1B上則提供一分享物件13由加法、減法、乘法、及除法物件所組成。而物件提供者主機1B則將接收的資料根據指定的加法物件進行加法的運算,接著再由指定的除法物件進行除法的運算,然後將運算完畢的結果送回物件提供者主機1B內暫存。最後,將暫存的結果資料回傳給物件使用者主機51,物件使用者主機51將接收回來的結果資料存成一份XML文件輸出或者透過視窗的方式將結果呈現出來,此物件整個運算處理都是在遠端電腦上進行,物件使用者主機51只負責將輸入物件進行轉譯以符合後端主機上之物件輸入格式。 First, an XML file is input to the object user host 51. The content of the file is to perform sorting and four operations, and the system reads the content data. After the XML file of different formats is translated into the module via the native format, it becomes a new XML file conforming to the input specification of the next object. Then, the XML element data in the unified format XML file is taken out through an XML Reader module, and sent to the remote object provider host 1A in a string manner. There is a different sorting method for the shared object 13 on the object provider host 1A, which is a bubble sorting method, a stacked sorting method, and a quick sorting method. Each sorting method is a separate object, and at the same time, it can be executed independently and independently. Work. The object provider host 1A sorts the received data according to the bubble sorting method selected by the user, and the sorted result is temporarily stored in the object provider host 1A, and then the temporarily stored string data is sent to the object. Provider host 1B. The object provider host 1B provides a shared object 13 composed of addition, subtraction, multiplication, and division objects. The object provider host 1B performs the addition operation on the received data according to the specified addition object, and then performs the division operation by the specified division object, and then returns the calculated result to the object provider host 1B for temporary storage. Finally, the temporarily stored result data is transmitted back to the object user host 51, and the object user host 51 saves the received result data into an XML file output or presents the result through a window, and the entire operation processing of the object is performed. It is performed on the remote computer, and the object user host 51 is only responsible for translating the input object to conform to the object input format on the backend host.

以上所述僅為舉例性,而非為限制性者。任何未脫離本發明之精神與範疇,而對其進行之等效修改或變更,均應包含於後附之申請專利範圍中。 The above is intended to be illustrative only and not limiting. Any equivalent modifications or alterations to the spirit and scope of the invention are intended to be included in the scope of the appended claims.

S1-S5‧‧‧網路物件組合步驟 S1-S5‧‧‧ Network Object Combination Steps

Claims (22)

一種網路物件組合方法,包含下列步驟:(A)分析欲產生之一網路物件所需之複數個次物件,並建立該複數個次物件之一連結關係;(B)透過一已註冊之網路物件智權管理系統搜尋該複數個次物件;以及(C)將該複數個次物件根據該連結關係自動產生出一具有一連串動作之執行順序的該網路物件;其中,該網路物件智權管理系統更包含:複數個物件提供者伺服器,分別儲存至少一分享物件,其中該分享物件包含一基礎物件及一權限狀態;一數位權限管理模組,各該複數個物件提供者伺服器藉由該數位權限管理模組對各該基礎物件進行權限狀態設定,以使該數位權限管理模組透過該權限狀態對各該基礎物件進行權限管理;以及一目錄註冊伺服器,係登錄各該至少一分享物件的資訊,其中一物件使用者向該目錄註冊伺服器搜尋其所需之一分享物件,並透過一簡易物件存取協定(Simple Object Access Protocol,SOAP)向該物件提供者伺服器提出一連線請求,以藉該連線下載該分享物件或傳送一運算數據。 A method for combining a network object comprises the steps of: (A) analyzing a plurality of secondary objects required to generate a network object, and establishing a connection relationship of the plurality of secondary objects; (B) through a registered The network object intellectual property management system searches for the plurality of secondary objects; and (C) automatically generates the network object having the sequence of execution of the series of actions according to the connection relationship; wherein the network object The intellectual property management system further includes: a plurality of object provider servers respectively storing at least one shared object, wherein the shared object includes a basic object and a permission state; a digital authority management module, each of the plurality of object provider servos The digital authority management module sets the permission status of each of the basic objects, so that the digital rights management module manages the rights of each of the basic objects through the permission status; and a directory registration server is registered with each The information of the at least one shared object, wherein an object user searches the directory registration server for one of the required objects to share the object, and Easy object access protocol (Simple Object Access Protocol, SOAP) object to provide a connection request made by the server, by the connection to download the shared object or an operation of data transfer. 如申請專利範圍第1項所述之網路物件組合方法,其中於該步驟(A)之前更包括下列步驟:接收由一服務需求所建立之一問題敘述檔;以及將該問題敘述檔轉譯成統一格式,致使該步驟(A)係分析出被該問題敘述檔所宣告之物件需使用之該複數個次物件。 The method for assembling a network object according to claim 1, wherein before the step (A), the method further comprises: receiving a problem description file created by a service requirement; and translating the problem description file into The uniform format causes the step (A) to analyze the plurality of objects to be used by the object declared by the problem statement. 如申請專利範圍第2項所述之網路物件組合方法,其中該問題敘述檔定義有一初始狀態及一終止狀態,而其中係以前述一連串動作之執行順序來將該初始狀態轉換至該終止狀態而達成該服務需求。 The method for assembling a network object according to claim 2, wherein the problem description file defines an initial state and a termination state, wherein the initial state is switched to the termination state in an execution order of the series of actions. And to achieve the service needs. 如申請專利範圍第3項所述之網路物件組合方法,其中該問題敘述檔係為可擴展標記語言(XML)格式之檔案。 The network object combination method according to claim 3, wherein the problem description file is an archive in an Extensible Markup Language (XML) format. 如申請專利範圍第4項所述之網路物件組合方法,其中該問題敘述檔轉譯成統一格式係利用一可延伸樣式表語言(XSL)。 The method of network object composition according to claim 4, wherein the problem description file is translated into a unified format using an Extensible Style Sheet Language (XSL). 如申請專利範圍第1項所述之網路物件組合方法,其中該複數個次物件係用以執行一行動,其定義有一行動名稱、至少一輸入參數和至少一輸出參數,其中,該至少一輸入參數和該至少一輸出參數可為空集合。 The network object combination method of claim 1, wherein the plurality of secondary objects are used to perform an action, which defines an action name, at least one input parameter, and at least one output parameter, wherein the at least one The input parameter and the at least one output parameter can be an empty set. 如申請專利範圍第1項所述之網路物件組合方法,其中該數位權限管理模組中包含一使用者認證、一存取限制、一用途限制、一使用時間限制、及一使用次數限制之功能。 The method for assembling a network object according to claim 1, wherein the digital rights management module includes a user authentication, an access restriction, a usage restriction, a usage time limit, and a usage limit. Features. 如申請專利範圍第7項所述之網路物件組合方法,其中該網路物件包含一集中式物件和一分散式物件。 The method of assembling a network object according to claim 7, wherein the network object comprises a centralized object and a distributed object. 如申請專利範圍第8項所述之網路物件組合方法,其中該集中式物件係將所需要之該複數個次物件下載於一主機端再進行該網路物件組合。 The network object combination method according to claim 8, wherein the centralized object downloads the plurality of secondary objects required to be downloaded to a host end to perform the network object combination. 如申請專利範圍第8項所述之網路物件組合方法,其中該分散式物件係根據該複數個次物件之該組合結構建立一網路連線順序,當該網路物件執行時依序將該運算數據傳送至該複數個次物件,使該複數個次物件可進行溝通和運算,提供一數據運算網路。 The method of assembling a network object according to claim 8, wherein the distributed object establishes a network connection sequence according to the combined structure of the plurality of secondary objects, and sequentially executes the network object when the network object is executed. The operation data is transmitted to the plurality of secondary objects, so that the plurality of secondary objects can be communicated and operated to provide a data operation network. 如申請專利範圍第10項所述之網路物件組合方法,其中該運算數據係截取自該問題敘述檔內之該複數個次物件所需要之一元素資料。 The method of assembling a network object according to claim 10, wherein the operation data is obtained by intercepting one element data required by the plurality of secondary objects in the problem description file. 一種網路物件組合系統,包含:一網路物件分析模組,分析欲產生之一網路物件所需之複數個次物件, 並建立該複數個次物件之一連結關係;一次物件搜尋模組,透過一已註冊之網路物件智權管理系統搜尋該複數個次物件;以及一物件產生模組,將該複數個次物件根據該連結關係自動產生出一具有一連串動作之執行順序的該網路物件;其中,該網路物件智權管理系統更包含:複數個物件提供者伺服器,分別儲存至少一分享物件,其中該分享物件包含一基礎物件及一權限狀態;一數位權限管理模組,各該複數個物件提供者伺服器藉由該數位權限管理模組對各該基礎物件進行權限狀態設定,以使該數位權限管理模組透過該權限狀態對各該基礎物件進行權限管理;以及一目錄註冊伺服器,係登錄各該至少一分享物件的資訊,其中一物件使用者向該目錄註冊伺服器搜尋其所需之一分享物件,並透過一簡易物件存取協定(Simple Object Access Protocol,SOAP)向該物件提供者伺服器提出一連線請求,以藉該連線下載該分享物件或傳送一運算數據。 A network object combination system comprising: a network object analysis module for analyzing a plurality of secondary objects required to generate one of the network objects, And establishing a connection relationship of the plurality of secondary objects; an object search module searches for the plurality of secondary objects through a registered network object intellectual property management system; and an object generation module, the plurality of secondary objects The network object automatically generates a network object having a sequence of execution actions according to the connection relationship; wherein the network object intellectual property management system further comprises: a plurality of object provider servers, respectively storing at least one shared object, wherein the network object The shared object includes a basic object and a permission status; a digital authority management module, wherein the plurality of object provider servers set the permission status of each of the basic objects by the digital rights management module to enable the digital authority The management module manages the rights of each of the basic objects through the permission status; and a directory registration server logs the information of each of the at least one shared object, and an object user searches the directory registration server for the required information. Share the object and send it to the object through a Simple Object Access Protocol (SOAP) For a connection request made by the server, by the connection to download the shared object or an operation of data transfer. 如申請專利範圍第12項所述之網路物件組合系統,更包含:一接收服務需求模組,接收由一服務需求所建立之一問題敘述檔;以及一格式轉譯模組,將該問題敘述檔轉譯成統一格式,致使該物件分析模組係分析被該問題敘述檔所宣告之物件需使用之該複數個次物件。 The network object combination system of claim 12, further comprising: receiving a service demand module, receiving a problem description file created by a service requirement; and a format translation module, describing the problem The file is translated into a uniform format, such that the object analysis module analyzes the plurality of objects that are to be used by the object declared by the problem statement. 如申請專利範圍第13項所述之網路物件組合系統,其中該問題敘述檔定義有一初始狀態及一終止狀態,而其中係以前述一連串動作之執行順序來將該初始狀態轉換至該終止狀態而達成該服務需求。 The network object combination system of claim 13, wherein the problem description file defines an initial state and a termination state, wherein the initial state is switched to the termination state in an execution order of the series of actions. And to achieve the service needs. 如申請專利範圍第14項所述之網路物件組合系統,其中該問題敘述檔係為可擴展標記語言(XML)格式之檔案。 The network object combination system of claim 14, wherein the problem description file is an archive in an Extensible Markup Language (XML) format. 如申請專利範圍第15項所述之網路物件組合系統,其中該格式轉譯模組係利用一可延伸樣式表語言(XSL)。 The network object combination system of claim 15, wherein the format translation module utilizes an extensible style sheet language (XSL). 如申請專利範圍第12項所述之網路物件組合系統,其中該複數個次物件係用以執行一行動,其定義有一行動名稱、至少一輸入參數、至少一輸出參數,其中,該至少一輸入參數和該至少一輸出參數可為空集合。 The network object combination system of claim 12, wherein the plurality of secondary objects are used to perform an action, which defines an action name, at least one input parameter, and at least one output parameter, wherein the at least one The input parameter and the at least one output parameter can be an empty set. 如申請專利範圍第12項所述之網路物件組合系統,其中該數位權限管理模組中包含一使用者認證、一存取限制、一用途限制、一使用時間限制、及一使用次數限制之功能。 The network object combination system of claim 12, wherein the digital rights management module includes a user authentication, an access restriction, a usage restriction, a usage time limit, and a usage limit. Features. 如申請專利範圍第18項所述之網路物件組合系統,其中該網路物件包含一集中式物件和一分散式物件。 The network object combination system of claim 18, wherein the network object comprises a centralized object and a distributed object. 如申請專利範圍第19項所述之網路物件組合系統,其中該集中式物件係將所需要之該複數個次物件下載於一主機端再進行該網路物件組合。 The network object combination system of claim 19, wherein the centralized object downloads the plurality of secondary objects required to be downloaded to a host end to perform the network object combination. 如申請專利範圍第19項所述之網路物件組合系統,其中該分散式物件係根據該複數個次物件之該組合結構建立一網路連線順序,當該網路物件執行時依序將該運算數據傳送至該複數個次物件,使該複數個次物件可進行溝通和運算,提供一數據運算網路。 The network object combination system of claim 19, wherein the distributed object establishes a network connection sequence according to the combined structure of the plurality of secondary objects, and sequentially executes the network object when the network object is executed. The operation data is transmitted to the plurality of secondary objects, so that the plurality of secondary objects can be communicated and operated to provide a data operation network. 如申請專利範圍第21項所述之網路物件組合系統,其中該運算數據係截取自該問題敘述檔內之該複數個次物件所需要之一元素資料。 The network object combination system according to claim 21, wherein the operation data is obtained by intercepting one element data required by the plurality of secondary objects in the problem description file.
TW098112908A 2009-04-17 2009-04-17 Method and system of network object combination TWI482036B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
TW098112908A TWI482036B (en) 2009-04-17 2009-04-17 Method and system of network object combination

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
TW098112908A TWI482036B (en) 2009-04-17 2009-04-17 Method and system of network object combination

Publications (2)

Publication Number Publication Date
TW201039151A TW201039151A (en) 2010-11-01
TWI482036B true TWI482036B (en) 2015-04-21

Family

ID=44995337

Family Applications (1)

Application Number Title Priority Date Filing Date
TW098112908A TWI482036B (en) 2009-04-17 2009-04-17 Method and system of network object combination

Country Status (1)

Country Link
TW (1) TWI482036B (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW200832139A (en) * 2006-11-14 2008-08-01 Sandisk Corp Method and system for allowing multiple users to access preview content

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW200832139A (en) * 2006-11-14 2008-08-01 Sandisk Corp Method and system for allowing multiple users to access preview content

Also Published As

Publication number Publication date
TW201039151A (en) 2010-11-01

Similar Documents

Publication Publication Date Title
JP5731679B2 (en) Interoperating system and method for peer-to-peer service organization
Ritter et al. Patterns for emerging application integration scenarios: A survey
Falazi et al. Smart contract invocation protocol (SCIP): A protocol for the uniform integration of heterogeneous blockchain smart contracts
US20120005273A1 (en) System, method, computer program products, standards, soa infrastructure, search algorithm and a business method tehreof for ai enabled information communication and computation (icc) framework (newalter) operated by netalter operating system (nos) in terms of netalter service browser (nsb) to device alternative to internet and enterprise & social communication framework engrossing universally distributed grid supercomputing and peer to peer framework
Liu et al. Decentralized services computing paradigm for blockchain-based data governance: Programmability, interoperability, and intelligence
EP2545471A2 (en) Semantics update and adaptive interfaces in connection with information as a service
Lanthaler et al. Towards a RESTful service ecosystem
CN112527873B (en) Big data management application system based on chain number cube
Santoro et al. Web Application Programming Interfaces (APIs): General-Purpose Standards, Terms and European Commission Initiatives
Cetin et al. Legacy migration to service-oriented computing with mashups
Lamparelli et al. Smart contract locator (scl) and smart contract description language (scdl)
Wild et al. Decentralized cross-organizational application deployment automation: an approach for generating deployment choreographies based on declarative deployment models
CN102255969A (en) Representational-state-transfer-based web service security model
Raj Enriching the ‘integration as a service’paradigm for the cloud era
TWI482036B (en) Method and system of network object combination
Perera et al. Enabling Web Service extensions for scientific workflows
Jackson Building Microservices with Go
Palaiokrassas et al. Deploying blockchains for a new paradigm of media experience
Bellini et al. A distributed environment for automatic multimedia content production based on GRID
Hobeck et al. Towards Object-Centric Process Mining for Blockchain Applications
Xue et al. A process partitioning technique for constructing decentralized web service compositions
Safeer Architecting Cloud-Native Serverless Solutions: Design, build, and operate serverless solutions on cloud and open source platforms
US20240004850A1 (en) Systems and methods for a stateless blockchain overlay layer
Di Salle et al. Towards adapting choreography-based service compositions through enterprise integration patterns
Stäber et al. Interoperability challenges and solutions in automotive collaborative product development

Legal Events

Date Code Title Description
MM4A Annulment or lapse of patent due to non-payment of fees