Tagged Questions
Catalyst is a web application framework, similar to Ruby on Rails, Spring (Java), and Maypole.
16
votes
4answers
313 views
Perl version string: why use EVAL EXPR?
I just took notice to this generated by Catalyst.pl. It is obviously some sort of unannotated hack. What is the advantage of setting up a version string like this? I can't even figure out what they're ...
13
votes
4answers
2k views
Dancer vs Catalyst [Perl Web Frameworks] [closed]
What do you think about both?
I began reading a book about Catalyst, and found it pretty complex as compared to Dancer.
so now I'm giving Dancer a try, and it looks easier to learn and more "human ...
9
votes
2answers
1k views
Why use nginx with Catalyst/Plack/Starman?
I am trying to deploy my little Catalyst web app using Plack/Starman. All the documentation seems to suggest I want to use this in combination with nginx. What are the benefits of this? Why not use ...
9
votes
1answer
286 views
How can I handle hash keys containing illegal identifier characters in Template Toolkit?
In Template Toolkit, if I have the following variable containing a hashref:
[%
artist = {
'life-span' => '1975 to 1987',
}
%]
What is the best way to output the data in 'life-span'?
...
9
votes
5answers
575 views
Is there good study material for Mason/Catalyst for an experienced .Net programmer?
I come from Asp.Net background and recently got assigned to a Perl web project for maintenance and enhancement. I just know that this project uses some stuff like Catalyst, Mason, Alzabo etc.
There ...
8
votes
1answer
147 views
IE9 loses requests to a local Catalyst server
Okay, this is a hard one. I have a Catalyst server I can access just fine from Firefox 4, Chromium 12, and IE 8 and 9 on other computers. When I try to access it from IE9 on my own machine (the same ...
7
votes
3answers
589 views
What are best practices for deploying a Catalyst application to a production server?
What is a good way to deploy Catalyst applications to a production server? Currently I simply have a FastCGI dispatch script in the root of the repository and when I want to update the server code, I ...
7
votes
5answers
2k views
Is Catalyst+Mason+Template::Toolkit worth learning rather than sticking to LAMP+Axkit?
Currently i'm using pretty much Unix + Mysql + Perl + Apache with some javascript to make it more ajax like. and i've been looking at sites which are web 2.0 and stackoverflow and really like the ...
7
votes
5answers
324 views
What's the best approach to migrate a CGI to a Framework?
i have a big web application running in perl CGI. It's running ok, it's well written, but as it was done in the past, all the html are defined hardcoded in the CGI calls, so as you could imagine, it's ...
6
votes
2answers
96 views
Is there a way to allow multiple chains to share the same endpoint in Catalyst?
I'm a bit of a Catalyst newbie, and I'm trying to get multiple chains to access the same endpoint ('description' subroutine) e.g:
/object/fetch_by_id/*/description
/object/fetch_by_name/*/description
...
6
votes
3answers
108 views
Error Handling in Method Chaining in Perl
What is the best way to deal with exceptions threw in a method chaining in Perl?
I want to assign a value of 0 or undef if any of the methods chained throw an exception
Code sample:
my $x = ...
6
votes
1answer
417 views
Moose method modifiers on DBIx::Class::Schema models in Catalyst
For any given result class MySchema::Result::Foo (built from default schema loader generated
syntax which uses Moose/MooseX::nonmoose)
If I add a BUILDARGS method wrapper to sanitize the constructor ...
6
votes
2answers
392 views
How do I add relationships at runtime using DBIx::Class and Catalyst?
In the application I am building, users can specify relationships between tables.
Since I only determine this at runtime, I can't specify has_many or belongs_to relationships in the schema modules ...
6
votes
5answers
643 views
Is it feasible to learn Perl and Catalyst at the same time?
Is it feasible to learn Perl and Catalyst at the same time? If so, what would be the typical path?
I am experienced .Net/C#/C++ developer but fairly new to Perl
6
votes
1answer
717 views
Is there a Catalyst tutorial that uses HTML::Template instead of TT?
I've been looking through a couple of Catalyst tutorials and they all tend to use Template Toolkit instead of HTML::Template.
I've spent a lot of time with HTML::Template and I like it, and while I ...
6
votes
5answers
634 views
What's the best action persistence technique for a Catalyst application?
I'm writing a Catalyst application that's required to have a fairly short session expiration (15 minutes). I'm using the standard Catalyst framework authentication modules, so the user data is stored ...
5
votes
3answers
1k views
Is there any performance comparison between Perl web frameworks?
I have seen mentions (which sounded like unsubstantiated opinions, and dated ones at that) that Embperl is the fastest Perl web framework.
I was wondering if there's a consensus on the relative speed ...
5
votes
3answers
182 views
what hosts support Catalyst Framework Apps
i would like to use Perl Catalyst Framework on a Shared Hosting Service but dont know if there are any that do support it. are there minimum requirements in order to be able to run a catalyst app? any ...
5
votes
2answers
527 views
How can I override WRAPPER in a Template Toolkit template file?
Is there a way to disabling a WRAPPER that was set in new(\%config), through either the template, or a temporary override with parse()? I want to have a single default WRAPPER (that I'll use for ...
5
votes
3answers
598 views
How should I best structure my web application using job queues [and Perl/Catalyst]?
I'm writing a web application using the Catalyst framework. I'm also using a Job Queue called TheSchwartz.
I'm wanting to use a job queue because I'm wanting as much of the application specific code ...
5
votes
4answers
2k views
What's the right way to display a DBIx::Class ResultSet in my Catalyst project that uses Template Toolkit?
Given a DBIx::Class resultset, for example:
my $rs = $c->model("DB::Card")->search({family_name => "Smith"});
the tutorials I've read use the stash to pass an arrayref of rows:
...
4
votes
1answer
96 views
Removing Perl Catalyst framework
Is there a simple way to uninstall Perl's Catalyst framework?
It seems like there are tons of ways to install it, but not much on cleanly removing it.
4
votes
2answers
128 views
How can I introduce a regex action to match the first element in a Catalyst URI?
Background:
I'm using a CRUD framework in Catalyst that auto-generates forms and lists for all tables in a given database. For example:
/admin/list/person or /admin/add/person or /admin/edit/person/3 ...
4
votes
2answers
243 views
Why does a curl POST request crash my Catalyst::Controller::REST controller?
I'm using Catalyst to build a RESTful web service, so I create a Catalyst controller in the usual way
script/myapp_create.pl controller MyApp::Controller
I then fire up the catalyst test server
...
4
votes
1answer
215 views
Why does this conditional redirect in Catalyst not work?
I have a Catalyst application and would like to redirect based on a conditional statement. I am having trouble with this and I'm wondering if anyone might have insight into why this seemingly easy ...
4
votes
1answer
84 views
“su” Equivalent for Web Application Auth, Design Question
I develop and maintain a customer portal, written in Perl/Catalyst. We make use of the Catalyst authentication plugins (w/ an LDAP storage backend, coupled with a few deny_unless rules to ensure the ...
4
votes
2answers
254 views
How can I deploy my Catalyst application as a debian package (or suitable alternative)?
After testing my Catalyst application and deciding to deploy it I would like to package it up so I can easily pull it in on the staging and live servers, manage dependencies and easily roll-back via ...
4
votes
1answer
320 views
How should I do RPC in Perl with Catalyst?
I've been trying to find a good form of RPC to standardize on, but so far I've ran into a ton of walls and was wondering what the stackoverflow communities view was.
My ideal RPC would provide the ...
4
votes
1answer
206 views
Making Catalyst calls from the model?
I'm using Catalyst with Catalyst::Plugin::Authentication and
Catalyst::Plugin::Authorization::Roles and am wondering if there is a better
approach to adding an attribute to a model that I'm not ...
4
votes
4answers
262 views
What's wrong with using a framework that has a lot of dependencies?
I recently told a friend that I was starting to learn Catalyst (Perl) and he fairly strongly emphasized that because Catalyst has so freakin' many dependencies, I should use something like Rails ...
4
votes
3answers
258 views
How do I add /doc/ to the end of every URL in Catalyst?
We're trying to make our REST API a bit more friendly, We have a base class for our REST API which inherits from Catalyst::Controller::REST. Each REST class can identify the query parameters it ...
3
votes
3answers
93 views
How can I use Catalyst and uri chaining with a REST interface?
I'm expecting to receive uri's like
/user/*/account/*
I've got a user function defined as
sub user :Path('/user') :PathPart('') :ActionClass('REST' ) {}
then
sub user_GET :PathPart('user') ...
3
votes
1answer
56 views
What's the easiest way to test a Catalyst REST API
I'm building a RESTful web service, using Catalyst::Controller::REST. Usually for web testing I use Test::WWW::Mechanize, but that seems more appropriate for "GET/POST HTML RPC" testing. Are there any ...
3
votes
5answers
129 views
Template-Toolkit and complex variables
Say I'm working in Perl using Catalyst. I assign an array of hashes to a a variable, ie:
my @array = ($some_hash);
$c->stash->{foo}->{bar} = \@array;
How do I select an element from ...
3
votes
1answer
76 views
How to limit a request to POST in Catalyst
I'm very new to Catalyst and just starting building up a web app to learn some stuff.
One thing that I haven't figured out is how to limit the requests to a given controller method to POST (for ...
3
votes
1answer
105 views
Catalyst Controller Questions
I just used catalyst for my first large project and I was left wondering if I used catalyst in the way it was meant to be used.
I have Root.pm and inside of that file I put multiple url handlers.
...
3
votes
3answers
242 views
Why do we use Catalyst's Context Object? What is its purpose?
I was thinking that I don't really understand why just about everything in catalyst uses the context object. Seems that just about everything starts with
my ( $self, $c ) = @_;
we wrap DBIC with a ...
3
votes
1answer
90 views
DBIx::Class::Schema::Loader ResultSource base class
I am using DBIx::Class::Schema::Loader for creating a static ORM to my database. I use the following method to create it and specify base classes for ResultSet and Result classes which I can plug ...
3
votes
1answer
140 views
Perl catalyst application modification
So I am attempting to modify an application written by another programmer. The program is written in Perl and apparently uses the Catalyst framework neither of which I have any experience with.
The ...
3
votes
1answer
138 views
DBIx::Class upgrade in Catalyst (DBIx::Class::Schema::Loader)
I am using Catalyst for an application and am getting ready to upgrade the production version to the next major release. In the new release a lot of changes have been made to the database. The ORM in ...
3
votes
1answer
346 views
How do I prevent DBIx::Class::Schema::Loader from automatically adding InflateColumn::DateTime in Catalyst?
I am using Catalyst and DBIx::Class::Schema::Loader to create my model in Catalyst like so:
script/myapp_create.pl model DB DBIC::Schema MyApp::Schema create=static overwrite_modifications=1 ...
3
votes
3answers
353 views
Can I use Catalyst to display images or graphs?
I have simple Perl/CGI scripts based web server which is mainly used to display graphs and images. I am looking to make it more technical and come to know about Catalyst. I have installed all the ...
3
votes
1answer
93 views
How can I set boilerplate information for the files generated by catalyst.pl?
When I use catalyst.pl to auto-generate my application, the AUTHOR section of the POD includes only my name like this.
Kiffin Gish,,,
What are the missing fields and how can I use them? Is it ...
3
votes
2answers
155 views
How can I not send a cookie when I use the Cache-Control header in Catalyst?
I'm using sessions in my Catalyst app via Session, Session::Store::DBIC, and Session::State::Cookie.
I have a few controllers and methods that send out data with a Cache-Control: public header, so ...
3
votes
1answer
253 views
How can I start a long-running jobs in Catalyst with progress bar?
How would I start a long-running job from within a Catalyst app? I want a page from which the user can upload a list of URLs, and the application would then go and download these URLs. I need to ...
3
votes
1answer
591 views
Flex/AIR + Catalyst: What's the best way to get them to talk to each other?
What is the best way to get Adobe Flex/AIR to communicate with perl Catalyst?
We are currently using Catalyst::Plugin::XMLRPC on the Catalyst side and as3-rpclib on the Flex/AIR side. That works ...
3
votes
1answer
896 views
How do I use multiple Template Toolkit TTSite views on a Catalyst site?
I use Template Toolkit to generate views of pages in Catalyst. To do some basic Ajax, I want to have some output pages not use the TTSite style, but a much more basic structure. Do I put something ...
3
votes
1answer
2k views
How can I upload a file using Catalyst?
I am working on an internal web based application for storing and cataloging photos. How should I retrieve, and save these files to the server?
Note: I want to save the files to the file system, not ...
2
votes
3answers
88 views
Moving logic from Template Toolkit to Catalyst
I think that I am using too much conditionals and calculations in the TT templates.
I am displaying a result set of items from DBIc. For each item I need to calculate things using the retrieved ...
2
votes
1answer
43 views
I have an ajax request and a test calling a Catalyst controller. How do I get the params to show up in the same place in the Catalyst object?
Snippet from the test:
my $request = HTTP::Request->new( POST => 'http://192.168.5.130:3000/user' );
$request->content_type('application/json');
$request->content( $query_string );
my ...