[Catalyst] Re: JSON views and CamelCase column names

2010-03-15 Thread Aristotle Pagaltzis
Hi Bill, * Bill Moseley mose...@hank.org [2010-02-26 01:05]: In case the question wasn't clear: how should I implement a View that has methods associated with specific controllers and where should that live? you might want to look at Catalyst::View::TD for inspiration.

[Catalyst] Re: Which C::View::PDF should I use?

2010-03-15 Thread Aristotle Pagaltzis
* Steve Kleiman st...@prodhub.com [2010-03-14 17:10]: I've been using iText (http://itextpdf.com/) after using PDF::API2 for years. API2 hasn't grown and even once you know it, it's tricky to use. The community is inactive. iText is Java and the community is vibrant. I'll have my Catalyst

[Catalyst] Socket error when launching Catalyst server

2010-03-15 Thread David
Hello, recently I am getting next error message once I have launched Catalyst server: Couldn't create daemon: IO::Socket::INET: Address already in use at /usr/local/share/perl/5.8.8/Catalyst/Engine/HTTP.pm line 211. I never got this error message before. I don't know how to fix it. It is like

Re: [Catalyst] Re: Which C::View::PDF should I use?

2010-03-15 Thread Peter Edwards
JJ Allen gave MiltonKeynes.pm a good talk on what he uses to generate PDF invoices etc. for Penny's Arcade website http://www.pennysarcade.co.uk/files/Creating_PDF_files_with_Catalyst.pdf To use it 1. Install OpenOffice, use Writer to create a PDF form, export as PDF

Re: [Catalyst] Socket error when launching Catalyst server

2010-03-15 Thread Alexander Hartmaier
This means that another process is already listening on the tcp port the catalyst server wants to use (default 3000). Maybe you have already an instance of the cat webserver running. If you need to run multiple cat apps at the same time specify the port number by using the command line option

Re: [Catalyst] Socket error when launching Catalyst server

2010-03-15 Thread Jon
Couldn't create daemon: IO::Socket::INET: Address already in use at /usr/local/share/perl/5.8.8/Catalyst/Engine/HTTP.pm line 211. It means you already have a server instance running. If you don't want it running (which it seems like you don't), and you don't know where you started it from, you