peschkaj has asked for the wisdom of the Perl Monks concerning the following question:

I am in a fairly unique, and nice, position right now. I have been asked to re-develop the internal web site we use within our company. The current web site is written in ASP 3.0 and makes use of some fairly crufty slow code to get the job done.

Recently, I was tasked with re-evaluating our situation and recommending a new solution. I have looked at Zope and while it looks nice, Python's support for web services is somewhat lacking and the documentation largely consists of API descriptions and short simple tutorials.

I am also looking into using .NET and Perl as possibilities for replacing our current application. Since Perl and python will both run on practically any piece of hardware and any platform, they are logically my first choices. However, I was wondering if there are any applications with similar functionality to Zope that have been written using Perl.

I'm looking for something that provides fairly complete CMS features, but also can integrate with LDAP for user authentication, supports SOAP::Lite, and which can be extended easily and quickly.

Replies are listed 'Best First'.
Re: Perl, CMS, and Application Servers
by valdez (Monsignor) on Jul 24, 2003 at 14:06 UTC
Re: Perl, CMS, and Application Servers
by sri (Vicar) on Jul 24, 2003 at 14:32 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/

Re: Perl, CMS, and Application Servers
by naChoZ (Curate) on Jul 24, 2003 at 14:01 UTC
Re: Perl, CMS, and Application Servers
by zby (Vicar) on Jul 24, 2003 at 14:20 UTC
    You can look at my node on Collaborative Media - most of the tools are a kind of CMS. And there is a list of CMS related discussions at the bottom of the node.
Re: Perl, CMS, and Application Servers
by chunlou (Curate) on Jul 24, 2003 at 18:45 UTC
      I have been a follower of Apache for awhile and would begin using that, I do know there are plans for increasing the integration of apache into specific linux releases ( So to compete with the Windows 2003 server IIS6 ) Apache extensions are also faster if you compile the code with all extensions at the beginning vs. adding them along the way.
Re: Perl, CMS, and Application Servers
by vek (Prior) on Jul 25, 2003 at 11:05 UTC