Re: Is localizing parts of the service layer (which is using Spring 2.5) a good idea?

2009-04-08 Thread Kent Larsson
Great answer as you always seem to provide Igor! Thank you! / Kent On Tue, Apr 7, 2009 at 7:04 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote: both wicket and spring allow you to customize how text bundles are loaded. you can create a spring bundle loader that uses your

Is localizing parts of the service layer (which is using Spring 2.5) a good idea?

2009-04-07 Thread Kent Larsson
Hi, This is more of a general design question and I would really appreciate some input. Do you localize the service layer as well as the Wicket presentation layer? I have a specific use case. When a user register a new account the service layer sends an e-mail message with an activation link.

Re: Is localizing parts of the service layer (which is using Spring 2.5) a good idea?

2009-04-07 Thread Igor Vaynberg
both wicket and spring allow you to customize how text bundles are loaded. you can create a spring bundle loader that uses your webapplication.properties file or a wicket bundle loader that uses your spring bundle. either way you can then have business tier and web share certain text bundles for