Hi Dave, A few remarks on your implementation for multiple resource bundles. First though, it looks like a complete solution to access multiple resource bundles. Well done.
Still, I think there is room for two improvements: 1. Why use a custom Confoguration, when your LocalizationBundleFactory can also implement ConfigurableComponent? This also allows you to initialize the resource bundles. 2. Have a look at StripesStuff (http://www.stripes-stuff.org/): it has a localization plugin that allows you to make all resource bundles available via your LocalizationBundleFactory class, instead of just the resource bundles for fields and errors. Oscar -- ,-_ Oscar Westra van holthe - Kind http://www.xs4all.nl/~kindop/ /() ) (__ ( The haves and the have-nots can often be traced back to the =/ () dids and the did-nots. ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
