Re: [Pylets-devel] around and call-next-method
Status: Alpha
Brought to you by:
frobenius
From: Ben <be...@me...> - 2004-03-22 18:09:37
|
hey sorry i'm on vacation at the moment. i looked at pythius, logilab etc. the main issue was i wanted inheritable aspects, and they seemed to operate on a very dynamic, "advice" type behavior, not the CLOS method-combination stuff. but maybe i didn't look close enough. in the example pylets i gave with the distribution (it's on the CVS stuff) there's an example of a login-page secure site with sessions, etc. to make it ssl-encrypted just use apache ssl stuff. i believe it is called "securetest". take care, B On Sun, 21 Mar 2004, Doug Holton wrote: > Hi, > Your web framework looks very interesting, keep up the good work. > I saw you are doing some aspect-oriented stuff. I found some python > code for "around" and call-next-method: > http://pythius.sf.net/ > http://www.logilab.org/projects/aspects > and some other related stuff I collected at the bottom of this page: > http://www.python.org/cgi-bin/moinmoin/MetaClasses > > > But when it comes to python web frameworks, what I have been looking for > is a good secure user login example (with sessions, a persistent > backend, don't have to worry about cross-site scripting, etc.). There > are dozens of examples in PHP, but I can't find a good example in Python > (except for Zope). > Maybe I can try something out with pylets or pywork now that I have > mod_python running. > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Pylets-devel mailing list > Pyl...@li... > https://lists.sourceforge.net/lists/listinfo/pylets-devel > |