T5: Using my own localization backend

2007-05-31 Thread Martin Dietze
Hi,

 I need to use a particular localization backend for my
project. As I understand, T5 provides its own code for
retrieving messages based on the .properties files, and if
I understand Howard's posting from Mar 4 right, simply
plugging in my own ComponentMessageSource implementation
is not yet supported.

Would it make any sense trying to circumvent T5's message
facilities and implement my own which I could access by a
different prefix, i.e. msg:, or is this complete nonsense?

Cheers,

Martin

-- 
--- / http://herbert.the-little-red-haired-girl.org / -
=+= 
manche meinen, lechts und rinks kann man nicht velwechsern.
werch ein illtum!  -- elnst jandr

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: T5: Using my own localization backend

2007-05-31 Thread SergeEby

Hi,

You can provide your own implementation by contributing to aliasOverrides:

http://tapestry.apache.org/tapestry5/tapestry-core/guide/alias.html

/Serge


Martin Dietze wrote:
 
 Hi,
 
  I need to use a particular localization backend for my
 project. As I understand, T5 provides its own code for
 retrieving messages based on the .properties files, and if
 I understand Howard's posting from Mar 4 right, simply
 plugging in my own ComponentMessageSource implementation
 is not yet supported.
 
 Would it make any sense trying to circumvent T5's message
 facilities and implement my own which I could access by a
 different prefix, i.e. msg:, or is this complete nonsense?
 
 Cheers,
 
 Martin
 
 -- 
 --- / http://herbert.the-little-red-haired-girl.org /
 -
 =+= 
 manche meinen, lechts und rinks kann man nicht velwechsern.
 werch ein illtum!  -- elnst jandr
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/T5%3A-Using-my-own-localization-backend-tf3845988.html#a10892326
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: T5: Using my own localization backend

2007-05-31 Thread Martin Dietze
On Thu, May 31, 2007, SergeEby wrote:

 You can provide your own implementation by contributing to aliasOverrides:
 
 http://tapestry.apache.org/tapestry5/tapestry-core/guide/alias.html

Thank you for your reply. I took a look at that page, but I do
not quite understand it. It seems like I lack some a-priori
knowledge on some of T5's concepts.

Could you give me a quick example and / or some hint on how I
could facilitate this mechanism for using my own localization
backend?

Cheers,

Martin

-- 
--- / http://herbert.the-little-red-haired-girl.org / -
=+= 
In an organization, each person rises to the level of his own incompetency.
   -- The Peter Principle 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]