Re: [Zope-dev] ZPublisher XMLRPC extension for user exceptions (II)

2003-02-28 Thread Steve Alexander

By that way, I could send my own fault code and fault descriptions
via XML-RPC.
But as you can see, I have to extend ZOPE code, and I don't want to
do it, I have to work with standard releases of ZOPE.
Do you think that something like that would be improved in an early
future for next ZOPE releases?
Any opinion will be really appreciated.
This is easy to do in Zope 3. You just provide an XML-RPC view for your 
exception that returns the things you want.
Different exceptions can have different views.
The same exception can have a different view for plain browser-oriented 
HTTP, for FTP, and for XML-RPC.

If the views part of the Zope 3 component architecture gets 
back-ported to Zope 2, then you'll be able to use this with Zope 2.

Zope 3 has had only one alpha release, and is still undergoing a lot of 
change and further development. The mailing list for discussing it is 
[EMAIL PROTECTED]

--
Steve Alexander


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] ZPublisher XMLRPC extension for user exceptions (II)

2003-02-28 Thread Dieter Maurer
Illarramendi Amilibia, Aitor wrote at 2003-2-28 09:01 +0100:
  ...
  ...
  But as you can see, I have to extend ZOPE code, and I don't want to do it, 
  I have to work with standard releases of ZOPE.

We use Zope from CVS.

This way, we can quite easily manage a few modification to Zope code.


Dieter

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )