On Thu, 8 Nov 2001, Chris Winters wrote: > I'm running into this problem with OpenInteract right > now. It's not terribly dependent on Apache and mod_perl, > except for using Apache::Request to grab parameters and > file uploads. I really want to port it to a standalone > environment but that's standing in the way.
libservlet? ;) or, theoretically, you could write some kind of adapter based on Apache::FakeRequest.. > Actually, OpenInteract very much in the vein you > described above. If you don't like the built-in > authentication, you can add your own very easily. It > comes with one or two solutions built-in so things will > work in the most common environment (Apache/mod_perl/DBI > database/Apache::Session) but doesn't mandate these > things at all. templating system as well? regardless, thanks for correcting me :)
