12 Results for:RIA

  • Sort by: 

Remote Lazy Loading in Hibernate

01 May 2009

Lazy loading in Hibernate means fetching and loading the data, only when it is needed, from a persistent storage like a database. Lazy loading improves the performance of data fetching and significantly reduces the... Read More

Dependency Injection in Java EE 6 (Part 6)

15 Mar 2011

In this last article of the series, we will cover portable extensions, available implementations as well as CDI alignment with Seam, Spring and Guice. Read More