透過您的圖書館登入
IP:18.117.109.149
  • 學位論文

基於Java開源軟體的單元服務生成

Atomic Services Generation from Java-Based Open Source Software

指導教授 : 李允中
本文將於2024/08/07開放下載。若您希望在開放下載時收到通知,可將文章加入收藏

摘要


服務組合技術可以將既存的服務進行組合以完成複雜的任務,然而缺乏足夠的服務可能會是此技術的一大難點,因此本研究提出了一個直接將Java的開放原始碼轉成網路服務的方法來解決此問題。 在本研究中,我們開發了一個DevOps流程來自動將Java的開放原始碼轉成網路服務,此流程包含以下步驟:自網路上擷取、建構、測試原始碼;從原始碼中解析出能作為服務的部分;辨識出運行服務所各自需要的原始碼;生成運行於網路伺服器端的程式碼;以及生成WSDL的文件用以描述生成的網路服務。為了要讓服務組合時也能生成對應的使用者介面,生成與網路服務對應的使用者介面元件的流程也會在本研究中進行討論。

並列摘要


Service composition facilitates the reusability of existing service components to build web applications. However, lacking of service components imposes a major barrier for service composition. An approach to directly converting open source code into web services is necessitated in order to solve this issue. In this work, a DevOps process is proposed to automatically generate web services from Java-based open source code with the following features: 1. crawling, building and testing open source projects, 2. analyzing and extracting services from source code, 3. identifying the dependencies of a service, 4. generating web-framework-dependent service components running on API servers to convert extracted services to web services, 5. generating WSDL documents for the generated services, and 6. generating and binding associated UI components for each web service.

參考文獻


[1] Angular. https://angular.io/.
[2] Apache ode. http://ode.apache.org/index.html.
[3] Github. https://github.com/.
[4] Github api. https://developer.github.com/v3/.
[5] Githut 2.0. https://madnight.github.io/githut/.

延伸閱讀