website vs web app

2011-09-16 Thread Rajeev Prasad
why do i need a web app? becuase of size of my project? I mean if it is going to be  a very big website with lot of pages and tables etc. should i have a webapp?   apache and cgi wont cut it? (alongwith other technologies used commonly in websites)

Re: website vs web app

2011-09-16 Thread Chris Stinemetz
On Fri, Sep 16, 2011 at 6:10 PM, Rajeev Prasad wrote: > why do i need a web app? becuase of size of my project? I mean if it is going > to be  a very big website with lot of pages and tables etc. should i have a > webapp? > > apache and cgi wont cut it? (alongwith other technologies used commonl

Re: website vs web app

2011-09-17 Thread Rajeev Prasad
, 2011 11:55 PM Subject: Re: website vs web app On Fri, Sep 16, 2011 at 6:10 PM, Rajeev Prasad wrote: > why do i need a web app? becuase of size of my project? I mean if it is going > to be  a very big website with lot of pages and tables etc. should i have a > webapp? > > apache and

Re: website vs web app

2011-09-17 Thread Brandon McCaig
On Fri, Sep 16, 2011 at 7:10 PM, Rajeev Prasad wrote: > why do i need a web app? becuase of size of my project? I mean if it is going > to be  a very big website with lot of pages and tables etc. should i have a > webapp? Could you please explain what you mean by "website" [sic] and "web app" [

Re: website vs web app

2011-09-17 Thread Lawrence Statton
On 09/16/2011 06:10 PM, Rajeev Prasad wrote: why do i need a web app? becuase of size of my project? I mean if it is going to be a very big website with lot of pages and tables etc. should i have a webapp? apache and cgi wont cut it? (alongwith other technologies used commonly in websites)

Re: website vs web app

2011-09-17 Thread shawn wilson
On Sep 17, 2011 1:13 PM, "Brandon McCaig" wrote: > > On Fri, Sep 16, 2011 at 7:10 PM, Rajeev Prasad wrote: > > why do i need a web app? becuase of size of my project? I mean if it is going to be a very big website with lot of pages and tables etc. should i have a webapp? > > Could you please exp

Re: website vs web app

2011-09-17 Thread Rob Dixon
On 17/09/2011 20:10, Lawrence Statton wrote: On 09/16/2011 06:10 PM, Rajeev Prasad wrote: why do i need a web app? becuase of size of my project? I mean if it is going to be a very big website with lot of pages and tables etc. should i have a webapp? apache and cgi wont cut it? (alongwith other

Re: website vs web app

2011-09-17 Thread Lawrence Statton
On 09/17/2011 08:51 PM, Rob Dixon wrote: On 17/09/2011 20:10, Lawrence Statton wrote: On 09/16/2011 06:10 PM, Rajeev Prasad wrote: why do i need a web app? becuase of size of my project? I mean if it is going to be a very big website with lot of pages and tables etc. should i have a webapp? apa

Re: website vs web app

2011-09-17 Thread Rob Dixon
On 18/09/2011 04:04, Lawrence Statton wrote: On 09/17/2011 08:51 PM, Rob Dixon wrote: On 17/09/2011 20:10, Lawrence Statton wrote: On 09/16/2011 06:10 PM, Rajeev Prasad wrote: why do i need a web app? becuase of size of my project? I mean if it is going to be a very big website with lot of pag

Re: website vs web app

2011-09-17 Thread shawn wilson
On Sep 17, 2011 11:44 PM, "Rob Dixon" wrote: > > On 18/09/2011 04:04, Lawrence Statton wrote: > I am very familar with the Perl modules you mentioned (in parentheses at > the end of your final paragraph) but what help do you think you can > offer to Rajeev? > Probably none. His question wasn't a

Re: website vs web app

2011-09-17 Thread Rob Dixon
On 18/09/2011 05:27, shawn wilson wrote: On Sep 17, 2011 11:44 PM, "Rob Dixon" wrote: On 18/09/2011 04:04, Lawrence Statton wrote: I am very familar with the Perl modules you mentioned (in parentheses at the end of your final paragraph) but what help do you think you can offer to Rajeev?

Re: website vs web app

2011-09-17 Thread Rob Dixon
On 17/09/2011 00:10, Rajeev Prasad wrote: why do i need a web app? becuase of size of my project? I mean if it is going to be a very big website with lot of pages and tables etc. should i have a webapp? apache and cgi wont cut it? (alongwith other technologies used commonly in websites) Just

Re: website vs web app

2011-09-18 Thread Rajeev Prasad
From: Lawrence Statton To: beginners@perl.org Sent: Saturday, September 17, 2011 2:10 PM Subject: Re: website vs web app On 09/16/2011 06:10 PM, Rajeev Prasad wrote: > why do i need a web app? becuase of size of my project? I mean if it is going > to be  a very big website with lot of pag

Re: website vs web app

2011-09-18 Thread Brandon McCaig
On Sun, Sep 18, 2011 at 11:13 AM, Rajeev Prasad wrote: > if we have data in database and we can process it using sql why > cant we just offer access to that data directly - with all > security and business logic builtin? is this not the age old > issue of how to store and offer data, for which dat