brian moseley wrote:
> 
> On Fri, 28 Jul 2000, Drew Taylor wrote:
> 
> > Anything that would make the above scenario easier would
> > get a thorough look in future templating system
> > decisions. In short, I'm looking for a good, FLEXIBLE
> > application framework. I'm tired of writing it all
> > myself. And while it has been excellent experience, I
> > say build on the backs of other giants. :-)
> 
> hi, just got back from vacation so i haven't weighed in on
> this mighty thread yet.
Good luck! It's gotten rather huge! :-)

> i'm in the midst of porting to perl tomcat, the apache java
> servlet engine. specifically, i'm reproducing the internal
> architecture of tomcat in perl and providing some glue
> modules to implement the internal classes with the apache
> api where suitable. i'm also debating whether or not to
> recouch relevant and interesting parts of the java servlet
> api in perl terms and provide an implementation with the
> engine.
There are MANY excellent things (I've read) about servelets. Primarily,
they handle many of the things this thread has been talking about -
sessions (via cookies & URL), caching, etc. I personally am very happy
to hear your news. There are so many cool projects in the works, I don't
think I'll ever have enough time to properly evaluate them all!

> i'd hoped to show the work to a few folks at the conference,
> but i had to leave earlier than expected. nevertheless, i
> have most of the core features working in a prototype
> capacity - pluggable authentication and authorization with a
> DBI-based implementation; pluggable session management using
> Apache::Session, and a DBI-based implementation; simple and
> extensible XML configuration of multiple web applications
> inside the servlet engine as well as the engine itself;
> pluggable logging (with Apache::Log and syslog
> implementations); application control and response output
> via 'servlets', and a Mason servlet.
Cool! These things are some of the features java folks are always
touting when comparing mod_perl to servelets. Keep up the great work.
I'm sure many people on the list will be very interested.

-- 
Drew Taylor
Vialogix Communications, Inc.
501 N. College Street
Charlotte, NC 28202
704 370 0550
http://www.vialogix.com/

Reply via email to