C.G. LEE wrote: > The feature of the plugin framework of Jifty, I think, is the over*ding > of each plugin. For example, I can make my own MyLogin extending the > Jifty's Login.
Historically speaking, the Login plugin was rudely ripped out of the Wifty application. The Jifty::Plugin framework was then added to support that code (and other code) using the normal Perl inheritance model. The Login plugin was not completely rewritten to allow efficient subclassing, which is the problem you and others have noted. I believe that I can fix that, so I'm loath to rip out the Login plugin prematurely... ;-) John -- John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4501 Forbes Blvd Suite H Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5747 _______________________________________________ jifty-devel mailing list [email protected] http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel
