durusmail: quixote-users: Re: Design question
Design question
2003-07-02
Re: Design question
2003-07-03
2003-07-03
2003-07-04
Graham Fawcett (2 parts)
2003-07-04
2003-07-04
2003-07-04
Design question
2003-07-04
Re: Design question
Paul Diaconescu
2003-07-03
Thanks!

Ahhhh... it's gonna be such beautiful app.


torsdagen den 3 juli 2003 kl 04.39 skrev Graham Fawcett:

>
> The NT service part shouldn't be a problem. Do you need sample code?
>

Yes, I haven't yet tried it on NT.

>
>> 2. Start the backend within the medusa_server.py script. I can't
>> figure out a way to get the webui to have access to the backend
>> namespace this way. Maybe subclass the Publisher and pass a reference
>> to the backend in the request object?
>
> Personally, I would prefer this over the implicit
> start-thread-on-module-import approach. Subclassing
> Publisher.start_request() is easy and effective.
>

I did this. Put the backend in request.backend. Nice!


>
> You could always store your exception reports in the database; then
> they are just data, and the web UI could have a facet for viewing
> these repots.

I've saved those in a list accessible in request.backend.exceptions.
Supernice!

Now I just have the tedious task of building the webui. Thanks for the
input.

/ Paul D



reply