The Artima Developer Community
Sponsored Link

Java Buzz Forum
Spring: OpenSessionInViewInterceptor vs. OpenSessionInViewFilter

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
m n

Posts: 30
Nickname: harmless
Registered: Sep, 2008

Mike Nereson is a senior software developer, an open source advocate, and Architecture Rules leader.
Spring: OpenSessionInViewInterceptor vs. OpenSessionInViewFilter Posted: Feb 27, 2011 3:41 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by m n.
Original Post: Spring: OpenSessionInViewInterceptor vs. OpenSessionInViewFilter
Feed Title: 72 Miles
Feed URL: http://feeds.feedburner.com/72Miles
Feed Description: Software By Architecture, Design, and Experience.
Latest Java Buzz Posts
Latest Java Buzz Posts by m n
Latest Posts From 72 Miles

Advertisement
Problem: Assuming you’re using an ORM, such as Hibernate, rendering the view with business objects that have many-to-one or one-to-one relationships might try to access a detached object with a lazy property and throw a LazyInitializationException. For this reason, we’re provided with the Open Session In View pattern. Solution: The Open Session In View pattern [...]

Read: Spring: OpenSessionInViewInterceptor vs. OpenSessionInViewFilter

Topic: You have just been deconfluenced Previous Topic   Next Topic Topic: JavaFX Composer: a Simple Application

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use