On Thu, Nov 4, 2010 at 8:27 AM, cretzel <mailinglists...@gmail.com> wrote:
>
> 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.

that is what style and variation are for.

>
> Any arguments against that? Is there any other multi-tenancy support in
> Wicket?

see above.

-igor

> --
> 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: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to