简体   繁体   English

对于具有不同配置但代码库相同的应用程序,是否有一个技术术语?

[英]is there a technical term for applications with different configurations but the same codebase?

I hope this is a valid question as me and my team are currently debating how to refer to different applications that have wildly different configurations and behavior but share the same code base. 我希望这是一个有效的问题,因为我和我的团队目前正在辩论如何引用具有完全不同的配置和行为但共享相同代码库的不同应用程序。 Is there a technical term for these types of applications? 这些类型的应用程序是否有技术术语?

Heroku calls it a 12 Factor App: Heroku称其为12因子应用程序:

http://12factor.net/ http://12factor.net/

Rule #1: One codebase tracked in revision control, many deploys 规则1:修订控制中跟踪一个代码库,许多部署

I believe you are speaking of multi-tenant applications. 我相信您正在谈论多租户应用程序。

Microsoft Office 365 is a multi-tenant application that is made possible via Multitenant Applications in Windows Azure . Microsoft Office 365是一个多租户应用程序,可通过Windows Azure中的“多租户应用程序”来实现。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 不同的路由配置采用相同的操作方法 - Different route configurations going to the same action method 如何配置 ASP.NET 内核为两个部署的应用程序具有不同的配置 - How to configure ASP.NET Core to have different configurations for two deployed applications 如何为不同的Web应用程序使用相同的URL - How to have same URL for different web applications web 和相同代码的桌面应用程序的不同结果 - different results for web and desktop applications for same code 专门为SPA应用程序实现路由要使用什么代码库? - Implementing routes specifically for SPA applications what codebase to use? ASP.NET MVC 应用程序在 IIS 中给出 404 错误,但是相同代码库的不同分支可以工作,我可以在 Visual Studio 中运行它 - ASP.NET MVC app gives a 404 error in IIS, but a different fork of the same codebase works, and I can run it in Visual Studio .Net桌面应用程序和Web应用程序之间的技术区别是什么? - What are the technical difference between .Net desktop application and web applications? 如何在同一页面上有两个具有不同配置的TinyMCE编辑器 - How can I have two TinyMCE editors on the same page with different configurations 将文件从两个不同的应用程序上载到同一文件夹 - Upload files from two different applications to same folder 通过不同的Web应用程序共享相同的DLL而无需复制 - share same dll through different web applications without copying
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM