portlet « Bean « Spring Q&A





1. Is there a PropertyPlaceholderConfigurer for Portlet-Preferences?    stackoverflow.com

I understand that there is the ServletContextPropertyPlaceholderConfigurer which:

"resolves placeholders as ServletContext init parameters (that is, web.xml context-param entries)."
Does anyone know of a PropertyPlaceholderConfigurer that would similarly resolve placeholders as ...

2. How to inject bean to Portlet?(use IOC in portlet)    forum.springsource.org

Hi everyone: I want to know if it is possible to use spring bean in a Portlet. Could I inject a interface(spring bean) to a Portlet? I mean that how to ...

3. BeanFactory and Portlets    forum.springsource.org

Is there a possibility to access the ApplicationContext in a portlet when the ApplicationContext has been initialiazed in the web.xml through Code: parentContextKey ch.generali.xnet.service org.springframework.web.context.ContextLoaderListener ...

4. ApplicationContext/BeanFactory & Portlets    forum.springsource.org

ApplicationContext/BeanFactory & Portlets Is there a possibility to access the ApplicationContext in a portlet when the ApplicationContext has been initialiazed in the web.xml through Code: parentContextKey ch.generali.xnet.service ...

5. Issues with bean configured as request scope when used in JSR168 Portlets    forum.springsource.org

Issues with bean configured as request scope when used in JSR168 Portlets Hi I am using JSR168 Portlets with Spring, i have configured a bean with scope as 'request' as follows- ...

6. Is there a PropertyPlaceholderConfigurer for Portlet-Preferences?    forum.springsource.org

I understand that there is the ServletContextPropertyPlaceholderConfigurer which: "resolves placeholders as ServletContext init parameters (that is, web.xml context-param entries)." Does anyone know of a PropertyPlaceholderConfigurer that would similarly resolve placeholders as ...