[Catalyst] More Application or More Controllers

2010-04-08 Thread Amit Jha
Hi, Can any body help me on finding out a best way: I am planning to build an application on catalyst. I have 3 different module 1. Admin Utility. 2. Search Utility. 3. Index List Utility. All modules have lots of jobs to perform. My question is to create a separate catalyst app for each and p

[Catalyst] Catalys App Structure

2010-03-09 Thread Amit Jha
Hi All, I am planning to start development with Catalyst and planning to deploy  the app on mod_perl, cgi and fastcgi.  I have following concern: 1. I am planning to put 4 catalyst app under a directory and some app will run on mod_perl and one on cgi and other one on Fastcgi. Will it be a appro

[Catalyst] Direct Web Remoting(DWR) in catalyst

2010-02-23 Thread Amit Jha
Hi, Is there any plug-in for catalyst which supports what DWR does for JAVA. Amit    Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! http://downloads.yahoo.com/in/internetexplorer/___ List: Catalyst@lists.scsys

Re: [Catalyst] Authentication Using Catalyst::Authentication::Store::LDAP

2010-02-18 Thread Amit Jha
Can anyone help me? Genius at work    --- On Mon, 15/2/10, Amit Jha wrote: From: Amit Jha Subject: [Catalyst] Authentication Using Catalyst::Authentication::Store::LDAP To: Catalyst@lists.scsys.co.uk Date: Monday, 15 February, 2010, 1:41 PM Hi All, In my authentication module I

[Catalyst] Context Object ($c)

2010-02-18 Thread Amit Jha
Hi, I have the following 2 class structure. I am unable to access the $c in get_name subroutine called from subroutine site_name of  Myapp::Controller::Sites::Configuration. Can anyone help, how can I access the $c if I am call a subroutine directly not by dispatching the call !ackage Myapp::C

[Catalyst] Authentication Using Catalyst::Authentication::Store::LDAP

2010-02-15 Thread Amit Jha
Hi All, In my authentication module I am trying to add  DBIC and LDAP authentication via Catalyst::Authentication::Store::LDAP. DBIC is working fine but LDAP is not. Following is app configuration file: __PACKAGE__->config(     'Plugin::ConfigLoader' => {     driver => {     'Gener

Re: [Catalyst] Using Catalyst with mod_per or FastCGI on heavy traffic web application

2010-01-31 Thread Amit Jha
h ways.  My current setup is similar to yours:  FreeBSD, lighttpd, Catalyst, and PostgreSQL. Adam PS, I'm curious why you're using mysql.  Is there a way in which its better than Postgres? On Fri, Jan 29, 2010 at 04:35:10PM +0530, Amit Jha wrote: > Does anyone have any advice on what will t

[Catalyst] Using Catalyst with mod_per or FastCGI on heavy traffic web application

2010-01-29 Thread Amit Jha
Does anyone have any advice on what will the best option mod_perl or FastCGI or something else. if I have the following development/production environment for my web application which is a search engine. 1. Linux(RHEL5) 2. Apache 2.2.x 3. Perl 5.10 4. mod_perl 2.0.x 5. mysql 5.1.x 6. Catalyst 5.