well, it looks as though two of my proposals for this year's OSCon were accepted. while I'm certainly glad (and honored) to have had my material accepted (fully understanding that there are always too few spots for too much good stuff), I'm a bit disappointed that the one I wanted to do the most didn't make the cut.
it was going to be a parallel of Matt's talk from last year, Why SOAP Sucks, Why SOAP Rocks, but focused on mod_perl 2.0. it's a shame really - after going through the motions of trying out mod_perl 2.0 myself, and after hearing "this sucks" from lots of experienced mod_perl folks when doing the same thing, I'm pretty sure that I could have presented a pretty inspiring and entertaining talk. I mean, it still cracks me up that I can talk about assbackwards and have it be a technically relevant difference between the two versions.
oh, well. maybe next year I'll think up a less controversial title...
I have a 3 hour tutorial, "Programming the Apache Lifecycle" (essentially the same tutorial I've given the past few years) and a 45 minute talk "Writing Tests with Apache::Test" (for which I probably asked for too short a time). short descriptions follow:
Programming the Apache Lifecycle
mod_perl gives Perl developers the ability to put every aspect of Apache under their control so they can program within the Apache framework instead of around it. With all this power, knowing where to start is difficult
Tests make your life easier, and Apache::Test makes writing live webserver tests easy. This talk will introduce the Apache::Test interface and detail how to let it make your life easier. We will step thought the processes of writing a complete test suite for a simple Apache:: module, from generating the Makefile.PL to deciding which aspects of our module ought to be tested - everything you need to be able to start writing tests for your neglected web applications.
well, this will be more a story about how to setup and configure Apache::Test so that people can start using the interface - nuances of creating the Makefile.PL, what goes into the config files, where to put custom handlers, how to run in verbose mode or run single tests, etc. it's less about testing methodologies. there's only so much you can do in 45 minutes:)
What are they? (Score:2)
--
xoa
Re:What are they? (Score:2, Informative)
Programming the Apache Lifecycle
mod_perl gives Perl developers the ability to put every aspect of Apache under their control so they can program within the Apache framework instead of around it. With all this power, knowing where to start is difficult
Re:What are they? (Score:2)
Good gosh, I think we oughta put our he
--
xoa
Re:What are they? (Score:1)
Re:What are they? (Score:2)
It'd be nice if the conference schedule had hyperlinks between related talks...
--
xoa
Re:What are they? (Score:1)
Re:What are they? (Score:2, Funny)
This is Perl. There's no testing methodology, just people *doing* stuff!
(Yeah, I'm trying to be quotable.)
Congratulations! (Score:1)
Maybe next year.