使用Mono2Micro将单片应用程序转换为微服务

R. Krishna, A. Kalia, S. Sinha, Rachel Tzoref-Brill, J. Rofrano, Jin Xiao
{"title":"使用Mono2Micro将单片应用程序转换为微服务","authors":"R. Krishna, A. Kalia, S. Sinha, Rachel Tzoref-Brill, J. Rofrano, Jin Xiao","doi":"10.1109/ase51524.2021.9678878","DOIUrl":null,"url":null,"abstract":"Enterprises are increasingly moving their production workloads to the cloud to take advantage of capabilities, such as streamlined provisioning of infrastructure and services, elasticity, scalability, reliability, and security. To leverage such capabilities, monolithic applications typically have to be decomposed to cloud-native architectures, such as microservices. A microservice encapsulates a small and well-defined set of business functionalities and interacts with other services using lightweight mechanisms, often implemented as RESTful APIs. A recent report shows that only 20% of the enterprise workloads are in the cloud, and they were predominately written for native cloud architectures. This leaves 80% of legacy applications onpremises, waiting to be refactored and modernized for the cloud. In this tutorial, we will discuss the motivation---supported by illustrative industrial case studies---for modernizing and migrating legacy applications to cloud. We will then present a detailed tool-supported approach for transforming a monolithic Java application into microservices. This will be followed by a handson virtual lab, where participants will have the opportunity to apply the learned concepts on a real-world enterprise application. Finally, we will conclude the tutorial with a discussion of promising directions for future research more broadly in the area of application modernization.","PeriodicalId":414461,"journal":{"name":"Proceedings of the 36th IEEE/ACM International Conference on Automated Software Engineering","volume":"78 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2021-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"2","resultStr":"{\"title\":\"Transforming monolithic applications to microservices with Mono2Micro\",\"authors\":\"R. Krishna, A. Kalia, S. Sinha, Rachel Tzoref-Brill, J. Rofrano, Jin Xiao\",\"doi\":\"10.1109/ase51524.2021.9678878\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"Enterprises are increasingly moving their production workloads to the cloud to take advantage of capabilities, such as streamlined provisioning of infrastructure and services, elasticity, scalability, reliability, and security. To leverage such capabilities, monolithic applications typically have to be decomposed to cloud-native architectures, such as microservices. A microservice encapsulates a small and well-defined set of business functionalities and interacts with other services using lightweight mechanisms, often implemented as RESTful APIs. A recent report shows that only 20% of the enterprise workloads are in the cloud, and they were predominately written for native cloud architectures. This leaves 80% of legacy applications onpremises, waiting to be refactored and modernized for the cloud. In this tutorial, we will discuss the motivation---supported by illustrative industrial case studies---for modernizing and migrating legacy applications to cloud. We will then present a detailed tool-supported approach for transforming a monolithic Java application into microservices. This will be followed by a handson virtual lab, where participants will have the opportunity to apply the learned concepts on a real-world enterprise application. Finally, we will conclude the tutorial with a discussion of promising directions for future research more broadly in the area of application modernization.\",\"PeriodicalId\":414461,\"journal\":{\"name\":\"Proceedings of the 36th IEEE/ACM International Conference on Automated Software Engineering\",\"volume\":\"78 1\",\"pages\":\"0\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2021-11-01\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"2\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Proceedings of the 36th IEEE/ACM International Conference on Automated Software Engineering\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.1109/ase51524.2021.9678878\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Proceedings of the 36th IEEE/ACM International Conference on Automated Software Engineering","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1109/ase51524.2021.9678878","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 2

摘要

企业越来越多地将其生产工作负载转移到云上,以利用诸如基础设施和服务的简化供应、弹性、可伸缩性、可靠性和安全性等功能。为了利用这些功能,单体应用程序通常必须分解为云原生架构,例如微服务。微服务封装了一组定义良好的业务功能,并使用轻量级机制(通常作为RESTful api实现)与其他服务进行交互。最近的一份报告显示,只有20%的企业工作负载在云中,而且它们主要是为本地云架构编写的。这使得80%的遗留应用程序留在本地,等待为云进行重构和现代化。在本教程中,我们将通过说明性的工业案例研究来讨论将遗留应用程序现代化并迁移到云的动机。然后,我们将详细介绍一种工具支持的方法,用于将单片Java应用程序转换为微服务。随后是一个动手虚拟实验室,参与者将有机会将学到的概念应用于现实世界的企业应用程序。最后,我们将通过讨论应用现代化领域未来更广泛的研究方向来结束本教程。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
Transforming monolithic applications to microservices with Mono2Micro
Enterprises are increasingly moving their production workloads to the cloud to take advantage of capabilities, such as streamlined provisioning of infrastructure and services, elasticity, scalability, reliability, and security. To leverage such capabilities, monolithic applications typically have to be decomposed to cloud-native architectures, such as microservices. A microservice encapsulates a small and well-defined set of business functionalities and interacts with other services using lightweight mechanisms, often implemented as RESTful APIs. A recent report shows that only 20% of the enterprise workloads are in the cloud, and they were predominately written for native cloud architectures. This leaves 80% of legacy applications onpremises, waiting to be refactored and modernized for the cloud. In this tutorial, we will discuss the motivation---supported by illustrative industrial case studies---for modernizing and migrating legacy applications to cloud. We will then present a detailed tool-supported approach for transforming a monolithic Java application into microservices. This will be followed by a handson virtual lab, where participants will have the opportunity to apply the learned concepts on a real-world enterprise application. Finally, we will conclude the tutorial with a discussion of promising directions for future research more broadly in the area of application modernization.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信