Re: IStringResourceLoader database implementation

2011-05-19 Thread Mathias Nilsson
. ( Or used wickets in Localizer ). How did you go about name collition without sinking the database? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/IStringResourceLoader-database-implementation-tp3533408p3534888.html Sent from the Users forum mailing list archive

Re: IStringResourceLoader database implementation

2011-05-19 Thread Bas Gooren
name collition without sinking the database? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/IStringResourceLoader-database-implementation-tp3533408p3534888.html Sent from the Users forum mailing list archive at Nabble.com

Re: IStringResourceLoader database implementation

2011-05-19 Thread Martin Grigorov
per text string and it would be a heavy load even if I implemented some sort of cache. ( Or used wickets in Localizer ). How did you go about name collition without sinking the database? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/IStringResourceLoader-database

IStringResourceLoader database implementation

2011-05-18 Thread Wicket
Hi, Has anyone successfully implemented IStringResourceLoader to get text via database without to much load for the database? Any suggestion? - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: IStringResourceLoader database implementation

2011-05-18 Thread andrea del bene
Hi, I've just finished to implement a custom string resource loader which checks for existing resource bundle in database. For now i've used a simple HashMap to store loaded entries and to retrieve them without reading again from database. I've choose HashMap over HashTable because I need

Re: IStringResourceLoader database implementation

2011-05-18 Thread Matthias Gasser
I've used a second level cache, works like a charm. - matt -- iPhone Mail On 18.05.2011, at 20:22, andrea del bene andrea.on@libero.it wrote: Hi, I've just finished to implement a custom string resource loader which checks for existing resource bundle in database. For now i've used

Re: IStringResourceLoader database implementation

2011-05-18 Thread andrea del bene
Did you implemented this cache using some framework (ehcache, terracotta, spring cache, )? I've used a second level cache, works like a charm. - matt -- iPhone Mail On 18.05.2011, at 20:22, andrea del beneandrea.on@libero.it wrote: Hi, I've just finished to implement a custom

Re: IStringResourceLoader database implementation

2011-05-18 Thread Matthias Gasser
Used hibernate+ehcache. - matt Am 18.05.2011 um 21:21 schrieb andrea del bene: Did you implemented this cache using some framework (ehcache, terracotta, spring cache, )? I've used a second level cache, works like a charm. - matt -- iPhone Mail On 18.05.2011, at 20:22, andrea