Hello! > I am a beginner in open source technologies. Are there any plans of the > MONO project to implement System.EnterpriseServices namespace? Is it > even possible to do it? I believe this namespace create .NET com+ > components which allows for pooled objects in Components Service > Manager in Windows 2000 (MTS did this to in NT). Sorry for my ignorance.
Eventually we will replicate all the class libraries in the .NET Framework, but other than that, there are no more concrete plans to implement the enterpriseserver namespace. It is possible to do it, indeed, the enterprise stuff is pretty straight forward and easy to implement. As you well point out, it requires bits of a runtime, some of those bits were implemented in Bonobo/CORBA in GNOME in the past. Miguel. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
