From davidnicol at gmail.com Thu Jul 2 16:33:23 2009 From: davidnicol at gmail.com (David Nicol) Date: Thu, 2 Jul 2009 18:33:23 -0500 Subject: [Kc] HTML::Mason with Singlethreaded (instead of mod_perl) Message-ID: <934f64a20907021633x4d506b47tbd2a79a137976b16@mail.gmail.com> I think I'm about to bolt HTML::Mason into Http::Server::Singlethreaded, using a variant of the supported standalone configuration. Anyone care to help discuss the edge and corner cases I will encounter during this adventure? -- gaming Edison's ratio by working without air conditioning doesn't actually work -------------- next part -------------- An HTML attachment was scrubbed... URL: From djgoku at gmail.com Mon Jul 13 06:52:17 2009 From: djgoku at gmail.com (djgoku) Date: Mon, 13 Jul 2009 08:52:17 -0500 Subject: [Kc] July 2009 Meeting Message-ID: <99dd19c90907130652w8e0dc28if39366168d88f398@mail.gmail.com> So I have been reading a lot about objects (Moose), testing (Test::More), and coverage (Devel::Coverage). But, I am having troubles on what should be tested, and if my tests are correct. Would anyone with knowledge of this lend a hand at tomorrow meeting? Jonathan From amoore at mooresystems.com Tue Jul 14 09:12:40 2009 From: amoore at mooresystems.com (Andrew Moore) Date: Tue, 14 Jul 2009 11:12:40 -0500 Subject: [Kc] July 2009 Meeting In-Reply-To: <99dd19c90907130652w8e0dc28if39366168d88f398@mail.gmail.com> References: <99dd19c90907130652w8e0dc28if39366168d88f398@mail.gmail.com> Message-ID: <6c70d2980907140912i311abb6ag70455e6f09ad5486@mail.gmail.com> Hi Johnathan - Thanks for reminding us. The July meeting is tonight at Barley's in Shawnee at 7pm. As for "Mr. Pearl's table". We'll be in the back at a high-top. I'd be happy to casually explain some of the different types of tests and what I generally like to test. I won't be able to put together anything formal, though. Feel free to bring some print-outs of what you've been writing. -Andy On Mon, Jul 13, 2009 at 8:52 AM, djgoku wrote: > So I have been reading a lot about objects (Moose), testing > (Test::More), and coverage (Devel::Coverage). But, I am having > troubles on what should be tested, and if my tests are correct. Would > anyone with knowledge of this lend a hand at tomorrow meeting? > > Jonathan > _______________________________________________ > kc mailing list > kc at pm.org > http://mail.pm.org/mailman/listinfo/kc > From amoore at mooresystems.com Wed Jul 15 14:20:23 2009 From: amoore at mooresystems.com (Andrew Moore) Date: Wed, 15 Jul 2009 16:20:23 -0500 Subject: [Kc] July meeting summary Message-ID: <6c70d2980907151420l1be414e3ye273afd98df3f76f@mail.gmail.com> It was a great meeting last night. We had pretty good turnout, enough that we had to pull two tables together and people were still chatting away when I had to leave around 9pm. We covered a bit of how to test objects for Jonathan's project. I got some help on how to handle configuration files that need to be in the source repository and also customized for each developer. We also talked a bunch about the local employment scene. I was glad to see so many folks there, and I look forward to seeing YOU there next month. The August meeting is scheduled for Tuesday the 11th. -Andy From davidnicol at gmail.com Wed Jul 15 14:31:40 2009 From: davidnicol at gmail.com (David Nicol) Date: Wed, 15 Jul 2009 16:31:40 -0500 Subject: [Kc] July meeting summary In-Reply-To: <6c70d2980907151420l1be414e3ye273afd98df3f76f@mail.gmail.com> References: <6c70d2980907151420l1be414e3ye273afd98df3f76f@mail.gmail.com> Message-ID: <934f64a20907151431h4755e4bdt5bc4f3ca13e402c1@mail.gmail.com> Stephen C.'s presentation on Catalyst is compelling; I now (finally!) understand what the three parts of MVC do. MVC is not The Big Deal that I thought it was, rather it is a notational convention. Someone please correct me if I am wrong: V == View this is the part that displays responses, often done with Mason C == Controller this is the part that Catalyst does, and it is concerned with dispatching requested URIs to the correct methods and then loading data into whatever calling convention is used to invoke the correct View and then invoking it M == Model how the data is stored. The View never accesses the Model directly, getting all its instructions from the Controller. Catalyst is a tool for associating URI paths with perl methods. -- "Then [Sneelock]'ll land in a fishbowl." -------------- next part -------------- An HTML attachment was scrubbed... URL: From davidnicol at gmail.com Fri Jul 17 15:54:55 2009 From: davidnicol at gmail.com (David Nicol) Date: Fri, 17 Jul 2009 17:54:55 -0500 Subject: [Kc] "Learning Perl the Hard Way" GFDL book Message-ID: <934f64a20907171554g53a014e7sb9184f92c53b7008@mail.gmail.com> http://greenteapress.com/perl/ -- May cause irrationality and incontinence. See your doctor to find out if Lenexa is right for you. -------------- next part -------------- An HTML attachment was scrubbed... URL: