Re: Best approach to store Application Configuration

2011-07-11 Thread Keywan Ghadami
Hi Jerry, I use JSON:XS in my framework, but before writing a hole framework from the scratch, think about using catalyst. regards keywan Am 11.07.2011 23:07, schrieb Jerry Pereira: Hi All, I am new to mod_perl (a java developer). I would like to know the best approach to store and retrieve

Re: Best approach to store Application Configuration

2011-07-11 Thread Michael Peters
On 07/11/2011 05:41 PM, Jerry Pereira wrote: please correct me if I am wrong, I should be using tool like YAML/Config::General for application configuration storage and reteieval, and load them on startup using startup.pl script? Yes. That would mean i will have to store t

Re: Best approach to store Application Configuration

2011-07-11 Thread McCarrell, Jeff
Have fun, -- jeff From: Jerry Pereira mailto:online.je...@gmail.com>> Date: Mon, 11 Jul 2011 16:41:13 -0500 To: Jeff McCarrell mailto:jmcca...@akamai.com>> Cc: "modperl@perl.apache.org<mailto:modperl@perl.apache.org>" mailto:modperl@perl.apache.org>> Subject: Re: Best

RE: Best approach to store Application Configuration

2011-07-11 Thread James B. Muir
: James B. Muir; Jerry Pereira; modperl@perl.apache.org Subject: Re: Best approach to store Application Configuration On Mon, Jul 11, 2011 at 2:23 PM, Michael Peters wrote: > On 07/11/2011 05:16 PM, James B. Muir wrote: >> >> This page describes pretty well how to set up custo

Re: Best approach to store Application Configuration

2011-07-11 Thread Jerry Pereira
I was pretty happy with this approach, and so were the operations > folks who have to configure the settings in production. > > HTH, > -- jeff > > From: Jerry Pereira > Date: Mon, 11 Jul 2011 16:07:58 -0500 > To: "modperl@perl.apache.org" > > Subject: Best app

Re: Best approach to store Application Configuration

2011-07-11 Thread Fred Moyer
On Mon, Jul 11, 2011 at 2:23 PM, Michael Peters wrote: > On 07/11/2011 05:16 PM, James B. Muir wrote: >> >> This page describes pretty well how to set up custom configuration >> directives; perhaps helpful? >> >> http://perl.apache.org/docs/2.0/user/config/custom.html > > I would almost always avo

Re: Best approach to store Application Configuration

2011-07-11 Thread McCarrell, Jeff
.apache.org<mailto:modperl@perl.apache.org>" mailto:modperl@perl.apache.org>> Subject: Best approach to store Application Configuration Hi All, I am new to mod_perl (a java developer). I would like to know the best approach to store and retrieve Applicaiton configurations that is acces

Re: Best approach to store Application Configuration

2011-07-11 Thread Michael Peters
On 07/11/2011 05:16 PM, James B. Muir wrote: This page describes pretty well how to set up custom configuration directives; perhaps helpful? http://perl.apache.org/docs/2.0/user/config/custom.html I would almost always avoid this kind of configuration and go with an external configuration fil

RE: Best approach to store Application Configuration

2011-07-11 Thread Szekeres, Edward
.com] Sent: Monday, July 11, 2011 5:08 PM To: modperl@perl.apache.org Subject: Best approach to store Application Configuration Hi All, I am new to mod_perl (a java developer). I would like to know the best approach to store and retrieve Applicaiton configurations that is accessible to all pack

RE: Best approach to store Application Configuration

2011-07-11 Thread James B. Muir
approach to store Application Configuration Hi All, I am new to mod_perl (a java developer). I would like to know the best approach to store and retrieve Applicaiton configurations that is accessible to all packages in my mod_perl application. My application configuration includes - Database details

Best approach to store Application Configuration

2011-07-11 Thread Jerry Pereira
Hi All, I am new to mod_perl (a java developer). I would like to know the best approach to store and retrieve Applicaiton configurations that is accessible to all packages in my mod_perl application. My application configuration includes - Database details, Template mapping, LDAP configuration de