Re: S2 Spring Bean DI to an i18n ListResourceBundle

2008-01-14 Thread ARCS
plicationContext context = new ClassPathXmlApplicationContext(config); MessageService messageService = (MessageService)context.getBean("messageService"); -- View this message in context: http://www.nabble.com/S2-Spring-Bean-DI-to-an-i18n-ListResourceBundle-tp14764821p14812183.html Sent from t

S2 Spring Bean DI to an i18n ListResourceBundle

2008-01-11 Thread Shannon, Andrew
I'd like to use a ListResourceBundle that pulls message information from the database. The pieces include (see below for code): 1. a service that gets messages from the database. 2. a ListResourceBundle 3. applicationContext-struts.xml configuration to inject my service into the resource bund