Which is better: Use the multi-tenant plugin or different environments?
        Posted  
        
            by Scott Warren
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Scott Warren
        
        
        
        Published on 2010-03-29T04:55:25Z
        Indexed on 
            2010/03/29
            5:03 UTC
        
        
        Read the original article
        Hit count: 354
        
grails
Which solution is easier to maintain: The Multi-Tenant Plugin (http://www.grails.org/plugin/multi-tenant), or creating a different environment (http://grails.org/doc/latest/guide/3.%20Configuration.html#3.2%20Environments) for each instance of an application which is essentially the same (with minor changes) for each company?
© Stack Overflow or respective owner