in last 10 minutes
Re: [Xotcl] Improvement proposal for instfilters and guards
- This message: [ Message body ] [ More options (top, bottom) ]
- Related messages: [ Next message ] [ Previous message ] [ In reply to ] [ Next in thread ]
- Contemporary messages sorted: [ by date ] [ by thread ] [ by subject ] [ by author ] [ by messages with attachments ]
Date: Tue, 03 Jun 2008 22:55:45 +0200
Gustaf Neumann schrieb:
> So, for your problem, define a meta-class for classes
> with persistant objects and overwrite
> on the class level the methods "create" and "instdestroy". The same
> can be done with the Session class as well. I have not looked at
> the session model of TclHttpd, but from your specification, the
> class structure can look like the code below. The script
> produces the following output:
>
Actually I am using meta classes already, but not for this kind of
behaviour.
It's that only some persistency objects should be available in some
sessions, not all of them in all sessions - but other objects should be
in all sessions. You certainly don't want to have all of your user info
appear in someone else's session while you are logged in on the server ;-).
Anyway, thanks for your kind help!
BTW, have you or somebody else already considered to make an XOTcl
implementation for Jacl (Tcl on Java)?
-- EckhardReceived on Tue Jun 03 2008 - 22:55:30 CEST
This archive was generated by hypermail 2.2.0 : Thu Nov 06 2008 - 11:10:48 CET