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.hibern开发者_运维问答ate.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?
I stand to be corrected, but I don't think there is support for nHibernate in Silverlight.
精彩评论