http://www.perlmonks.org?node_id=277553


in reply to Perl, CMS, and Application Servers

Don't know if that monster you are searching exist. ;)

But if you want to host web services I suggest to use REST or similar over SOAP.

SOAP is too bloated, slow and resource consuming...

As application server
Apache AxKit does a wonderful job.

You still have to write some parts by hand but thanks to mod_perl that won't be such a big deal.

Replies are listed 'Best First'.
Re: Re: Perl, CMS, and Application Servers
by jk2addict (Chaplain) on Jul 24, 2003 at 14:46 UTC

    I use AxKit and I'm hooked.

    There is also AxKit CMS and Callisto CMS, both built around the AxKit XML App framework.

    Updated: s/Callosto/Callisto/