views:

34

answers:

1

I've recently been using/working on an open source project for Flex/Java/BlazeDS which facilitates lazy loading of Hibernate entities & collections in Flex. (Ie., solves the org.hibernate.LazyInitializationException exception when serializing)

This issue has long been a problem for Flex/Java/Hibernate developers.

dpHibernate solves this problem, providing efficient serialization & lazy loading of collections.

I'm wondering if the same issue exists for Silverlight, if it's already been solved, and whether looking at a port of dpHibernate is needed/worthwhile?

A: 

I stand to be corrected, but I don't think there is support for nHibernate in Silverlight.

Doobi