Re: Tapestry, Spring, and Hibernate

2006-06-24 Thread Todd Orr
Thanks Mark. So far the OpenSessionInViewFilter has been working very well. On 6/24/06, Mark <[EMAIL PROTECTED]> wrote: I think if you are mainly using Spring for most of your configuration, etc, you can also just use the OpenSessionInViewFilter that Spring provides. That way you stick with Spri

Re: Tapestry, Spring, and Hibernate

2006-06-24 Thread Mark
I think if you are mainly using Spring for most of your configuration, etc, you can also just use the OpenSessionInViewFilter that Spring provides. That way you stick with Spring as much as you can. I am doing the same thing and this is exactly where I got stalled right now, due to time-issues.

Tapestry, Spring, and Hibernate

2006-06-24 Thread Todd Orr
I have a DAO layer that attempts to hide the implementation details from its caller (per dao definition). This is managed by Spring and objects are pulled out in my tap pages using the tapestry-spring lib. This works well at face value. The issue is the infamous lazy-loading of detached objects pr