[Boulder.pm] Enterprise design patterns in Perl

Matthew Beldyk matt at beldyk.org
Fri Aug 13 09:42:58 PDT 2010


Hi DeAndré,

I'm not sure if this is specifically what you are looking for, but
there is a website that documents a number of design patterns for
Perl: http://perldesignpatterns.com/?PerlDesignPatterns It seems to be
more cookbook than the gang of four book (and some sections are just
stubs,) but it is interesting to browse to see how other people have
approached a problem.

Specifically, you might be interested in
http://perldesignpatterns.com/?WebAuthentication or could use that as
a starting point to do the authorization you want without using a
large framework.

Best regards,
-Matt

On Fri, Aug 13, 2010 at 9:53 AM, DeAndre Carroll
<deandre at deandrecarroll.com> wrote:
> Hi Boulder Perl Mongers,
>
> Can anyone recommend a good resource for enterprise design patterns in Perl?
> I'm engineering a system using a/an MVC architecture without an established
> frame work. Within that I have established a data access layer and a
> business logic layer. I'm looking for a good architectural pattern that
> allows for authorization on the execution of each business process by a
> user. Is there a better way to do this (still without using a framework such
> as Catalyst - don't want the overhead)?
>
> Sincerely,
>
> DeAndré Carroll
> _______________________________________________
> Boulder-pm mailing list
> Boulder-pm at pm.org
> http://mail.pm.org/mailman/listinfo/boulder-pm
>



-- 
Calvin: Know what I pray for?
Hobbes: What?
Calvin: The strength to change what I can, the inability to accept
what I can't, and the incapacity to tell the difference.


More information about the Boulder-pm mailing list