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
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
2 matches
Mail list logo