2009/4/2 Darius Damalakas <[email protected]> > > So having an ability to change proxy generation strategy might help us > solve that. There is two possible ways (of which i am aware now): > 1. In one or another way force proxy generator to first save assembly > to disk, and then load it to memory. > 2. Pre-generate classes and load them from disk at startup time. > > In Hibernate (JAVA) all this stuff are solved in just only one level : The Bytecode injection
In NHibernate we have different levels: - entirely Bytecode (include all even ReflectionOptimizer) - ProxyFactoryFactory (for proxy system) About option 1 and 2 you can use NHPG or share an equivalent solution for others dynamic-proxy http://nhforge.org/wikis/proxygenerators10/introduction.aspx http://nhforge.org/wikis/proxygenerators10/faq.aspx -- Fabio Maulo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
