I am going to commit some changes in the namespace structure of the project,
which is at the end a breaking change. This was necessary as there was no
real namespace structure, they were mixed somehow.

I am asking for your review for the new structure.


+Components
    +Dao
        DataException.cs
        IGenericDao.cs
        INHibernateGenericDao.cs
        NHibernateGenericDao.cs
    +Web
        SessionWebModule.cs
+Impl
    +Builders
        DefaultConfigurationBuilder.cs
        PersistentConfigurationBuilder.cs
        XmlConfigurationBuilder.cs
    +Persisters
        DefaultConfigurationPersister.cs
    +SessionStores
        AbstractDictStackSessionStore.cs
        AbstractSessionStore.cs
        CallContextSessionStore.cs
        WebSessionStore.cs
+Internal
    FileAssemblyResource.cs
    ResourceAdapter.cs
    SessionDelegate.cs
    SessionDisposeSynchronization.cs
    SessionFactoryActivator.cs
    SessionFactoryResolver.cs
+Util
    FieldInfoCollection.cs
    ReflectionUtil.cs
    ReflectionUtility.cs
Constants.cs
DefaultSessionManager.cs
Empty.cs
IConfigurationBuilder.cs
IConfigurationContributor.cs
IConfigurationPersister.cs
ISessionFactoryResolver.cs
ISessionManager.cs
ISessionStore.cs
NHibernateFacility.cs


Tuna Toksöz
Eternal sunshine of the open source mind.

http://devlicio.us/blogs/tuna_toksoz
http://tunatoksoz.com
http://twitter.com/tehlike

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" 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/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to