RE: large projects in mod_perl

2002-08-28 Thread Calbazana, Al
projects that manage session state across a web farm, allow for remote objects, transaction management, etc... Al -Original Message- From: Oleg Shaikhatarov [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 4:16 AM To: [EMAIL PROTECTED] Subject: Re: large projects in mod_perl

Re: large projects in mod_perl

2002-08-28 Thread Chris Winters
* Calbazana, Al ([EMAIL PROTECTED]) [020828 09:04]: I am not sure of what app server products/projects are out there now for Perl (maybe some were mentioned earlier). The building blocks are definitely there. I am sure someone has assembled, or is assembling, them to serve as a turn key app

Re: large projects in mod_perl

2002-08-27 Thread Per Einar Ellefsen
At 09:16 27.08.2002, zt.zamosc.tpsa.pl wrote: Hi all Does anyone know where I can find some information on creating big projects in Perl (mod_perl)? I am facing the really big project now but I don't know what stucture of the program will be the best. There are such things like Struts, jBoss in

Re: large projects in mod_perl

2002-08-27 Thread Oleg Shaikhatarov
There is a really big project called HSPcomplete written mostly on Perl (AFAIK it took about 200-300 man months to complete 2.0 version). It has a three-tier architecture: Web Apps (Forms processing) - Middle Tier (data management) - Low-level Libs It uses own templating system called ASPcms,

Re: large projects in mod_perl

2002-08-27 Thread Peter Bi
: [EMAIL PROTECTED] Sent: Tuesday, August 27, 2002 12:43 AM Subject: Re: large projects in mod_perl At 09:16 27.08.2002, zt.zamosc.tpsa.pl wrote: Hi all Does anyone know where I can find some information on creating big projects in Perl (mod_perl)? I am facing the really big project now