multi-tenant
To Multi-Tenant, or Not To Multi-tenant
I have a difficult database design decision to make regarding multi-tenancy for the growing number of branches of my client\'s web-based CRM, which I actively maintain.[详细]
2023-02-23 05:50 分类:问答ASP.NET Session and Cookies in Multi-tenant application
I\'m working on a multi-tenant ASP.NET MVC application. So far we have been using HttpContext to store a few objects for the request (technically partitioned by tenant).[详细]
2023-02-20 12:39 分类:问答ASP.NET MVC Views Dependency Injection without DependencyResolver?
Is it possible to inject dependencies into an MVC ViewPage (must support layout pages) without using DependencyResolver?[详细]
2023-02-20 04:05 分类:问答Multi-Tenant Seam + JPA Application
I work on an existing Seam 2.2.0 + JPA (Hibernate 3.3.1) application that needs to be converted to a \'single database per client\' environment where each database schema is the same.The application r[详细]
2023-02-17 02:01 分类:问答Multi-tenancy with theming support
We are a building a Google app engine application with multi-tenancy and we expect that different tenants would want to change the look and feel of the app to their own corporate id开发者_如何学Python[详细]
2023-02-16 09:49 分类:问答multi-tenancy asp.net mvc2
I need to develop a multi-tenant website like sample1.mysite.com sample2.mysite.com Hold on! No, this is a different problem from what you are thinking; and before giving me link to another question[详细]
2023-02-16 08:22 分类:问答Directing dynamic subdomains to particular servers
We\'re building a multitenant SAAS app. Each customer gets its own subdomain, http://customername.mycompany.com. Each cust开发者_运维技巧omer will have many gigabytes of data, which means that they ha[详细]
2023-02-15 04:27 分类:问答Rails Basecamp style subdomains best practice
My goal is to have separate user accounts for each subdomain.Under no circumstance do I want cross-pollination between subdomains.[详细]
2023-02-11 03:59 分类:问答Architecture for multitenant middle-tier
We\'re developing a \"middle-tier\" to replace an existing business logic/data access layer.One of the design开发者_StackOverflow社区 concerns we\'re under is that we need to design it in a way that a[详细]
2023-02-10 18:27 分类:问答Why use subdomains to designate tenants in a multi-tenant web application?
Questions Why do some multi-tenant web applications use subdomains to designate the tenant while others do not?[详细]
2023-02-10 11:07 分类:问答