[Mono-list] .Net App Server
Miguel de Icaza
miguel@ximian.com
18 Jul 2002 14:54:05 -0400
>
> To build an application server you are missing a very
> important piece which is a similar concept to Java's
> J2EE spec and API: an Enterprise Java Beans (EJB)
> container.
>
> NET framework has all the building blocks for that,
> but they didn't build it. Maybe it was too much.
System.EnterpriseServices namespace:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemEnterpriseServices.asp
Miguel