Re: Apache::DBI

2011-08-03 Thread Jerry Pereira
How about DBIx::Connector? On Tue, Aug 2, 2011 at 6:30 AM, Feng He wrote: > Hi, > > I just want to develop a modperl application. > It's a handler, the database is Mysql. > Shall I use Apache::DBI, or DBI is just fine ? > > Thank u. > Regards. > -- Your clothes may be the latest in style but

Re: Single PerlResponseHander for Web Application

2011-07-19 Thread Jerry Pereira
at 6:02 PM, Jerry Pereira > wrote: > > Single PerlResponseHandler for my application, all requests will be > > submitted to this handler, the handler will then dispatch the request to > > appropriate sub-handlers based on the URI path. > > Sounds like Apache2::Dispatch t

Single PerlResponseHander for Web Application

2011-07-18 Thread Jerry Pereira
Hi, I am new to mod_perl and would like to get some suggestion on my current application design. Following is the design: Single PerlResponseHandler for my application, all requests will be submitted to this handler, the handler will then dispatch the request to appropriate sub-handlers based o

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

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

Re: Changing browser URL based on condition

2011-07-11 Thread Jerry Pereira
@perl.apache.org > Subject: Re: Changing browser URL based on condition > > On Mon, 11 Jul 2011 11:48:09 -0700 > Jerry Pereira wrote: > > 1. User types the URL - www.example.com, this will display the login > > page. > > 2. Once the user enters the credentials and hits submi

Re: Changing browser URL based on condition

2011-07-11 Thread Jerry Pereira
ctual location in the > info panel.**** > > ** ** > > *From:* Jerry Pereira [mailto:online.je...@gmail.com] > *Sent:* Monday, July 11, 2011 2:48 PM > *To:* modperl@perl.apache.org > *Subject:* Changing browser URL based on condition > > ** ** > > Hi All, >

Changing browser URL based on condition

2011-07-11 Thread Jerry Pereira
Hi All, I would like to know if there is a way to change the URL displayed on browser without using Redirect option. The URL visible on client browser must be based on some condition that is evaluated in my mod_perl handler. For example - 1. User types the URL - www.example.com, this will displa