vit
08-30-2009, 07:26 PM
Can someone recommend me a solid fraimwork for the paid online service including signing in, online payment process and login/logout with creating records on the server side
|
Click to See Complete Forum and Search --> : Paid online service framework on Perl vit 08-30-2009, 07:26 PM Can someone recommend me a solid fraimwork for the paid online service including signing in, online payment process and login/logout with creating records on the server side Sixtease 08-31-2009, 03:57 AM I would recommend Catalyst -- it's a mature piece of software, which counts a lot for commercial apps, I have very good experience with it. Authentication and server-side storage are addressed there of course. vit 08-31-2009, 12:53 PM I would recommend Catalyst -- it's a mature piece of software, which counts a lot for commercial apps, I have very good experience with it. Authentication and server-side storage are addressed there of course. Sixtease, thanks for your quick response. Could you please provide me with links and perl modules names you'd recommend to look at. Sixtease 09-01-2009, 01:32 AM See Catalyst::Manual::Intro (http://search.cpan.org/perldoc?Catalyst::Manual::Intro) at CPAN (http://search.cpan.org/) If you use a Debian-based GNU/Linux distribution, installing Catalyst is quite simple via aptitude (package libcatalyst-perl). There is a nice and maintained step-by-step tutorial (http://search.cpan.org/perldoc?Catalyst::Manual::Tutorial) but I never got even to half because I found the actual manpages to Catalyst::Request (http://search.cpan.org/perldoc?Catalyst::Request) and Catalyst::Response (http://search.cpan.org/perldoc?Catalyst::Response) much briefer and more relevant to my actual needs. webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |