Re: [Catalyst] How to use local::lib

2009-06-22 Thread Robert Krimen
On Mon, Jun 22, 2009 at 8:43 AM, Tobias Kremer wrote: > After reading about local::lib and thinking that it's too good to be > true, I just had to try it out as a possible deployment method for one > of our apps. I have the app and all dependencies running on my > development box. The prerequisite

Re: [Catalyst] Best practice: How to build app parts reusable?

2009-06-10 Thread Robert Krimen
On Tue, Jun 9, 2009 at 1:39 PM, Tomas Doran wrote: > > This is neat, but in no way taking advantage of the new Moose code. > > I have some code in the CatalystX::DynamicComponent namespace meant to > solve this problem: > > http://github.com/bobtfish/catalyst-dynamicappdemo/tree/master > http://s

Re: [Catalyst] Best practice: How to build app parts reusable?

2009-06-08 Thread Robert Krimen
On Mon, Jun 8, 2009 at 11:55 AM, Matt S Trout wrote: > > See Catalyst::Plugin::AutoCRUD for injecting extra components into the > various areas during application setup. I had this problem last week, and released a solution today: http://search.cpan.org/perldoc?CatalystX::InjectComponent Based

[Catalyst] [Announce] App::ForExample: Helper to generate Catalyst configurations

2009-06-08 Thread Robert Krimen
Last Tuesday, during a SFPUG Catalyst talk, I announced App::ForExample http://search.cpan.org/perldoc?App::ForExample http://search.cpan.org/dist/App-ForExample This is the tool I've written to help with the deployment stage of publishing a Catalyst application. It will generate config

Re: [Catalyst] Jemplate and AJAX woes... [Bump -anyone??]

2008-08-18 Thread Robert Krimen
On Sat, Aug 16, 2008 at 2:52 PM, Robert Krimen <[EMAIL PROTECTED]>wrote: > > > On Sat, Aug 16, 2008 at 12:45 PM, Ian Tegebo <[EMAIL PROTECTED]> wrote: > >> >> BTW, it appears Catalyst::View::Jemplate broke after Jemplate >= 0.21 >> changed the behav

Re: [Catalyst] Jemplate and AJAX woes... [Bump -anyone??]

2008-08-16 Thread Robert Krimen
On Sat, Aug 16, 2008 at 12:45 PM, Ian Tegebo <[EMAIL PROTECTED]> wrote: > > After a friend had recommend jQuery, I've found I really like it but > had been under the impression that I wouldn't be able to use Jemplate > at the same time. No, Jemplate WILL COEXIST with any other javascript you may

Re: [Catalyst] Jemplate and AJAX woes... [Bump -anyone??]

2008-08-13 Thread Robert Krimen
On Wed, Aug 13, 2008 at 2:39 PM, <[EMAIL PROTECTED]> wrote: > > > 2) I have been looking (googling) for Jemplates and got no luck really. > Most of the AJAX tutes do not talk about Catalyst enough (what more of > Jemplates)... Any good tutorials for Jemplates especially in terms of > what I want

Re: [Catalyst] Troubleshooting FastCGI error

2008-08-13 Thread Robert Krimen
On Wed, Aug 13, 2008 at 3:08 AM, Dermot <[EMAIL PROTECTED]> wrote: > Hi, > > I have an odd problem with my tiny app. Under server script > (MyApp/script/myapp_server -d) it runs without error. However under > fascgi I am encountering a problem with one of my controllers that > uses a FormFU. Ther

Re: [Catalyst] Catalyst::*::REST and Javascript

2008-08-12 Thread Robert Krimen
On Mon, Aug 11, 2008 at 9:57 PM, Mark Trostler <[EMAIL PROTECTED]> wrote: > I've had good luck with ExtJS: > > http://extjs.com/learn/Manual:RESTful_Web_Services > >Mark Wikipedia demonstrates REST like: userResource = new Resource('http://example.com/users/001') userResou

[Catalyst] Catalyst::*::REST and Javascript

2008-08-11 Thread Robert Krimen
Hi, I'm starting to play around with Catalyst::Action::REST and was wondering if anyone had any recommendations on a javascript utility/library to play nice with RESTful services. I'm thinking of something more comprehensive than the basic YUI, jQuery, or Dojo AJAX functions. Jester (http://thou

Re: [Catalyst] [SOT] cat webmail app?

2008-08-05 Thread Robert Krimen
On Tue, Aug 5, 2008 at 11:10 AM, Roderick A. Anderson <[EMAIL PROTECTED]>wrote: > J. Shirley wrote: > > Then, just a simple adapter class to use that model will bind it into >> Catalyst and away you go with a webmail client. >> > > Yes! I'll have to look at the PEP site again to see what has bee

Re: [Catalyst] Running java inside Catalyst

2008-06-22 Thread Robert Krimen
On Sat, Jun 21, 2008 at 6:36 PM, <[EMAIL PROTECTED]> wrote: > Hi, > > Just curious, yesterday I was playing with Java inside Catalyst, and I put a > code like: > > system("java"); > > in one of my controllers, and when I accessed the URL, the whole computer: > Fedora Core 8, froze and I had to res

Re: [Catalyst] Using URIs for my app in another program

2008-05-01 Thread Robert Krimen
The most straightforward method I can think of is to factor out the URIs to a common config file. You can have your daemon read in the config file and generate URIs from that. Your Catalyst application can either continue to use base to generate URIs or you can generate some special URIs from the

Re: [Catalyst] RIA on Catalyst

2008-04-10 Thread Robert Krimen
Whatever RIA framework you choose, it will probably work fine with Catalyst. I'm using View::JSON for communication back and forth with my Ajax-y interface. Personally, I like using a combination of YUI, jQuery, and Jemplate. jQuery is a nice glue framework that makes accessing/manipulating the D

[Catalyst] YUI uploader example

2008-02-21 Thread Robert Krimen
YUI 2.5 was released yesterday, and one of the new features is a Flash-based uploader with multi-file select and a progress bar. It's billed as experimental, but I've put together an example Catalyst application showing off their simple and advanced examples. You can download the Catalyst applicat

Re: [Catalyst] [ANNOUNCE] New plugin: Catalyst::Plugin::Assets

2008-01-31 Thread Robert Krimen
On Jan 31, 2008 11:24 AM, Thomas Klausner <[EMAIL PROTECTED]> wrote: > Hi! > Currently, Catalyst::Plugin::Assets is not available from CPAN anymore. > Is there a reason for this? Or is it some CPAN hickup? > > It's still on BackPAN, BTW: > http://backpan.cpan.org/authors/id/R/RK/RKRIMEN/Catalyst-Pl

Re: [Catalyst] [ANNOUNCE] New plugin: Catalyst::Plugin::Assets

2008-01-21 Thread Robert Krimen
On Jan 20, 2008 7:59 PM, Matt S Trout <[EMAIL PROTECTED]> wrote: > You seem to be using an 'assets' config key; please change this to > 'Plugin::Assets' and deprecate the old one. We're currently moving the 'core' > plugins over to this standard so you should make the change as soon as > possible t

Re: [Catalyst] [ANNOUNCE] New plugin: Catalyst::Plugin::Assets

2008-01-14 Thread Robert Krimen
On Jan 14, 2008 6:35 AM, Bill Moseley <[EMAIL PROTECTED]> wrote: > I tend to specify the "assets" in the templates where they are used > instead of in the controller as it's a presentation issue. I don't > see why your Plugin could not do the same thing by using WRAPPERs. You can certainly do t

[Catalyst] [ANNOUNCE] New plugin: Catalyst::Plugin::Assets

2008-01-13 Thread Robert Krimen
Catalyst::Plugin::Assets http://search.cpan.org/~rkrimen/Catalyst-Plugin-Assets-0.012/ Managing .css and .js inclusions has been a recurring problem of mine; I usually hack something together with Template Toolkit and call it day. Copying and pasting was becoming bothersome, though, so I decided t

Re: [Catalyst] Authentication Store: DBC vs DBIx::Class

2007-11-28 Thread Robert Krimen
I was rooting around CPAN and came upon both ::DBIC and ::DBIx::Class This e-mail cleared up for me which one new projects should use. Maybe you could put a note in ::DBIx::Class about the eventual deprecation of ::DBIC, just to make it extra clear. Something to the effect of your last paragraph: