.NET ( Re: [Zope] The Goblins of Zope )

Paul T (spk) paul@pault.com
Thu, 16 Jan 2003 04:06:38 -0800


<QUESTION>
Does anybody heard about something like .Net 
and Zope/Python?
</QUESTION>


I'm messing with it right now. 
Have few .NET goblins already.

For example - the most important event 
(BeforeNavigate2)  being broken in C# , 
which kills the possibility of robust 
'permanent'  link between .NET part 
and Zope admin UI.

There is enough of architectural 
problems on both sides.

However, something nice *is* possible. 
For example,  I already have the .NET 
part  being able to perform the atomic
admin things transparently 
(deleting/adding folders and other stuff)

With plain HTTP, not with XML-RPC.

Rgds.Paul.

PS. This is in context of Desktop Zope :
http://www.pault.com/pault/zope/dz.html

PPS. If there would be enough interest, 
I have no problem opening the source 
code of .NET part. Should get  the 
first application complete in two weeks
or something. Write me if interested.