asynchronous « Session « JSF Q&A





1. hibernate 'open session in view' and asynchronous tasks    stackoverflow.com

I'm utilizing the Open Session in View pattern for my jsf/icesfaces application. As usual a servlet filter is opening and closing all the hibernate sessions at the beginning and the end of ...