[Catalyst] Catalyst based Content Management/Blogging

2018-04-19 Thread Aaron Trevena
Hi All, What's the "state of the art" these days for CMS & Blogging with Catalyst (or just Perl and something else) - I'd prefer Catalyst as I find it easy to work with and I'm pretty familiar with it. Previously I've worked on a fork of denny's ShinyCMS project which is nice enough, and added

Re: [Catalyst] Asynch webservices with catalyst

2017-03-17 Thread Aaron Trevena
Thanks for the replies Rajesh, Jnap's work was all I can find on it before I asked, the calendar looks worth reading again. Cheers, A ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable

[Catalyst] Asynch webservices with catalyst

2017-02-28 Thread Aaron Trevena
Hi all, I know that catalyst provides some basic support for sending asynch responses to clients but the examples & documentation are a bit thin on the ground. I was wondering if anybody has had much success with async catalyst request/responses and in particular for webservices. Cheers, A --

Re: [Catalyst] Feasibility questions ref transition to Catalyst

2016-03-26 Thread Aaron Trevena
On 27 December 2015 at 12:29, Tom Browder wrote: > I have several virtual hosts running under Apache 2.4 on my private Debian 7 > 64-bit server. The host websites are hand-written using some Perl 5 CGI but > are mostly static. I am currently not using mod_perl or fast CGI.

Re: [Catalyst] Progress bar

2012-10-25 Thread Aaron Trevena
On 24 October 2012 17:59, Bill Moseley mose...@hank.org wrote: PerlBal (as in this old post: http://lists.danga.com/pipermail/perlbal/2005-November/000138.html ) can do this as well. I wonder about the topology. We used to run with Perlbal (and heartbeat and IP failover) in front of a pool

[Catalyst] Best practise and/or working examples of state-based workflows with catalyst

2012-09-19 Thread Aaron Trevena
Hi all, I'm working on a project/scrum/agile managey tool thing (flyhalf on github) and want to provide a nice workflow system for story, sprint, bug and project states (notifications, clean up of children, change history, specifying what state goes to which, etc) and wondered how other people

Re: [Catalyst] Catalyst-TraitFor-Component-ConfigPerSite - How to access additional per-site config parameters

2012-07-13 Thread Aaron Trevena
I've revisited this a couple of times wondering what I was missing, I think I found what I was overlooking, you're using http://search.cpan.org/dist/Catalyst-Model-DBIC-Schema/lib/Catalyst/TraitFor/Model/DBIC/Schema/SchemaProxy.pm to provide that file_path method. I'll see if I can include that

Re: [Catalyst] Catalyst-TraitFor-Component-ConfigPerSite - How to access additional per-site config parameters

2012-06-27 Thread Aaron Trevena
Hi Nick, Currently I think it just handles the basic fields I'm afraid. You can probably sub-class it to copy more fields, or wait until I patch it to provide access to all the fields in the configuration (something that is clearly necessary) - which will be at least a couple of days. You can

Re: [Catalyst] Authentication in a Many Database Scenario

2012-05-10 Thread Aaron Trevena
On 9 May 2012 22:10, sc...@simpzoid.com wrote: Thanks for that, it looks like what I need, just need to puzzle out how it works. The ConfigPerSite catalyst component trait uses InstancePerContext, and configures each context based on combination of host/path to get the configuration, the

Re: [Catalyst] Authentication in a Many Database Scenario

2012-05-10 Thread Aaron Trevena
On 9 May 2012 21:51, Steve st...@matsch.com wrote: I have such an application, albeit a small one with multiple databases - one per customer.  I store all the users in a single, separate database, and for each user, store a reference to their particular database.  Once authenticated, I use

Re: [Catalyst] post-deployment custom fields in application

2011-12-22 Thread Aaron Trevena
On 22 December 2011 19:25, bill hauck wbha...@yahoo.com wrote: Alexander, thanks for the reply.  However, I should have been more specific in my need. I'd like the custom fields to be available for calculations.  For instance, custom fields for the project table might include dates for

Re: [Catalyst] Maturity of e-commerce modules in DJango when compared with Catalyst

2011-11-21 Thread Aaron Trevena
On 14 November 2011 03:28, Alec Taylor alec.tayl...@gmail.com wrote: My question to both users-groups is, how mature are your e-commerce modules? I am building a meta e-commerce store (so an e-commerce store of e-commerce stores), so it's very important that the e-commerce modules we extend

Re: [Catalyst] Catalyst for large-scale e-commerce: A good or bad choice?

2011-11-03 Thread Aaron Trevena
On 24 October 2011 10:31, Alec Taylor alec.tayl...@gmail.com wrote: Should I take a look at something like Magento? - Or keep to Perl stuff like Catalyst? (note I am currently a good C++ coder, and can code C and Python) Look at Mango and Handel, both on cpan (and github iirc) - they are a

Re: [Catalyst] Database access benchmarks for use in web-frameworks - How does Perl compare?

2011-11-03 Thread Aaron Trevena
On 3 November 2011 10:42, Alec Taylor alec.tayl...@gmail.com wrote: Good afternoon, I'm building a large e-commerce site, and it is very important that what I write can: - Handle large server loads - Deliver pages quickly - Make transactions quickly as well as have a small development

[Catalyst] Catalyst-TraitFor-Component-ConfigPerSite now on CPAN

2010-12-28 Thread Aaron Trevena
I've uploaded Catalyst::TraitFor::Component::ConfigPerSite to CPAN, the documentation, etc is at http://search.cpan.org/dist/Catalyst-TraitFor-Component-ConfigPerSite/ and the git code repo is at https://github.com/hashbangperl/Catalyst-TraitFor-Component-ConfigPerSite. from the readme: This Role

[Catalyst] request for feedback : Catalyst-TraitFor-Component-ConfigPerSite

2010-11-18 Thread Aaron Trevena
I'm using ShinyCMS for several sites on a single bytemark VM and want to be able to run them in a single starman or mod_perl server without massively wasting memory duplicating everything.. Following a chat with mst on irc and a bit of evening hacking I give you :