开发者

Perl Catalyst: How to re-use applications

I did implement a Catalyst authentication application (captchas, password reminders, access开发者_开发百科 logs, etc...). How am I supposed to re-use it in different Catalyst applications? I.e.: Or - more generally - how am I supposed to let two applications talk each other?


You're basically asking : I have build two airplanes, how do I let them talk to each other?

Maybe see Catalyst::Plugin::Authentication (and module that use it) and make one yourself, or something else entirely, like a radio


You can abstract common components in your local catalystX namespace and extend your controllers and models from that namespace .

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜