We're building a multi-tenant capable application. The basic idea is to
identify the tenant for a request and put the tenant information into a
ThreadLocal. 

One requirement is to enable 'localization' per tenant, i.e. to allow
tenant-specific labels, like for example one tenant wants to display the
term 'client' instead of 'customer'. The first thing that comes to my mind
is using tenant-specific styles, i.e. to read the properties from files like
labels_tenant1.properties and labels_tenant2.properties.

Any arguments against that? Is there any other multi-tenancy support in
Wicket?
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Multi-tenancy-with-style-tp3027221p3027221.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to