There's no reason a database-backed message bundle can't load all its messages in one go and cache them. That's all the standard property file-backed implementation does.

To provide an alternate message bundle implementation, you just need to configure a custom factory in struts-config.xml; see the commends in the DTD for details.

L.

Romu wrote:
interesting question , but u will suffer low performance i think ( one
database access  for each message ? ) .

i think if it's in a property file it's for simulate a static class .


2006/8/2, Jean-Marie Pitre <[EMAIL PROTECTED]>:


Hello,

I am using Validator framework with a Struts application.
I would like to know if it is possible to use message provided by a
database (or java class) rather than a propertie file ?

Thank you,

Jean-Marie.

-------------------
Email Disclaimer
http://www.cofidis.be/emaildisclaimer.php


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





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

Reply via email to