Re: [Stripes-users] Database backed Resource Bundle Blog Entry

2010-08-23 Thread Freddy Daoud
Looking under the bed, behind the couch, etc. of my hard disk drive,
I found the article (maybe not identical to the original posting).

http://www.fdaoud.com/database_resource_bundle.html

Cheers,
Freddy


--
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
___
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users


Re: [Stripes-users] Database backed Resource Bundle Blog Entry

2010-08-11 Thread Danny Thüring

Hi,

what a pity!

I have implemented the code in my project some time ago. But now i dont know 
how to get the localized strings for an key into my jsp files.

For example fmt:message key=txt.WelcomeDisclaimer/ does not work.


Thank you!
danny


On Aug 9, 2010, at 8:17 PM, Freddy Daoud wrote:

 
 http://www.stripesbook.com/blog/index.php?/archives/35-Using-a-database-backed-resource-bundle-with-Stripes.html
 
 But unfortunately that site is not available any more?
 
 Sorry about that. A malicious attack caused problems with the Stripes Book 
 Blog
 and I was unable to recover the content.
 
 If I set up shop somewhere else, I'll be sure to post the link here.
 
 Cheers,
 Freddy
 
 
 --
 This SF.net email is sponsored by 
 
 Make an app they can't live without
 Enter the BlackBerry Developer Challenge
 http://p.sf.net/sfu/RIM-dev2dev 
 ___
 Stripes-users mailing list
 Stripes-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/stripes-users


--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users


Re: [Stripes-users] Database backed Resource Bundle Blog Entry

2010-08-11 Thread Levi Hoogenberg
The only way to do this (AFAIK) is to create a LocalizationContext with your
custom resource bundle and invoke Config.set [
http://download-llnw.oracle.com/javaee/5/jstl/1.1/docs/api/javax/servlet/jsp/jstl/core/Config.html#set(javax.servlet.ServletContext,%20java.lang.String,%20java.lang.Object)]
with it (the key would be the localisation context constant in
Config).
You can do this from within a ContextLoaderListener's contextInitialized
method - the only challenge is getting a hold of your resource bundle if
you're creating it elsewhere.

Op 12 aug 2010 00:22 schreef Danny Thüring dthuer...@gmail.com:


Hi,

what a pity!

I have implemented the code in my project some time ago. But now i dont know
how to get the localized strings for an key into my jsp files.

For example fmt:message key=txt.WelcomeDisclaimer/ does not work.


Thank you!
danny



On Aug 9, 2010, at 8:17 PM, Freddy Daoud wrote:


 http://www.stripesbook.com/blog/index.php?/...
--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev ___
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users


Re: [Stripes-users] Database backed Resource Bundle Blog Entry

2010-08-09 Thread Freddy Daoud

http://www.stripesbook.com/blog/index.php?/archives/35-Using-a-database-backed-resource-bundle-with-Stripes.html
 
 But unfortunately that site is not available any more?

Sorry about that. A malicious attack caused problems with the Stripes Book Blog
and I was unable to recover the content.

If I set up shop somewhere else, I'll be sure to post the link here.

Cheers,
Freddy


--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users


[Stripes-users] Database backed Resource Bundle Blog Entry

2010-08-07 Thread Danny Thüring

Hi,

i implemented that database backend some time ago in an test project:

http://www.stripesbook.com/blog/index.php?/archives/35-Using-a-database-backed-resource-bundle-with-Stripes.html

But unfortunately that site is not available any more?

Or how can i access the database entries using fmt:message 
key=txt.WelcomeDisclaimer/?

I am still new to stripes.


bye
danny 

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev ___
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users