servlet « JSF « Spring Q&A





1. Help creating a image servlet using Spring    stackoverflow.com

I am creating a JSF application and I have a bunch of images (avatars) stored in my DB as blobs. I am trying to create a servlet so I can call ...

2. Get Spring ConfigurableApplicationContext runtime from a servlet    stackoverflow.com

I have the following code inside a method invoked by a jsf <h:commandButton>.
It gets the spring's ApplicationContext, meaning I can get a bean with this.

FacesContext fc = FacesContext.getCurrentInstance();
ServletContext sc = (ServletContext) ...

3. NPE while JSF Servlet init    forum.springsource.org

NPE while JSF Servlet init Hi folks, iv never had contact to JSF, now i need to get familar with that. My first action was to take a kickstart from exadel ...

4. JSF form login + servlet login in same application    forum.springsource.org

JSF form login + servlet login in same application I have successfully implemented a JSF application with form based login via spring security as outlined in this example: http://ocpsoft.com/java/acegi-spring...sf-login-page/ In addition ...