If you're thinking of something like Zope, there are two Perl-based projects of which I'm aware:
- Iaijutsu, which is a pretty complex system, with lots of features.
- Jellybean, which is my take on things. It's a lot simpler, but hasn't been under development as long.
Another option I've been studying is Entity, which would need some sort of HTTP interface before it will do what you want. Your quickest bet is probably HTML::Mason (follow the link to CPAN). | [reply] |
There is also the Perl Application Server, which is similar
to Chromatic's Jellybean. As a matter of fact, there are
apparently too many choices and too few reviews of them.
Mason has a ton of non-Perl protocol to learn...
| [reply] |
I like DBIx::Recordset for my database backend
and HTML::Embperl as my web application development
framework.
Most Americans like HTML::Mason --- it has the most
major supporters: Fox News, eToys, Orientation.com
| [reply] |
eToys doesn't use HTML::Mason - they use the Template Toolkit. On the other hand, www.stonehenge.com does indeed use HTML::Mason.
| [reply] |
Thanks guys. I don't like Mason(It looks non-perlish),
that was the main reason for my post. I will try some of the
others out. | [reply] |