Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

I suppose changing to a framework is easier now than it will be one year from now, when you have added more functionality. I think you should be pondering these factors:

Options to evaluate.
There are several nice frameworks with different goals and scopes out there. I would think of CGI::Application, Catalyst, Dancer, Mojolicious. I think you should set your list of options to evaluate.
Platform.
You are running CGI scripts. There might be an important compile-time penalty for some of the frameworks and you might need to consider going to a persistent environment (mod_perl, FastCGI)
Provided infrastructure.
Frameworks often offer some features or infrastructure that you probably already have. For example, session management, authentication and authorization methods, database connectivity. I think these infrastructure is the first thing you will need to migrate as it is needed before your business logic can be implemented. If you are using CPAN modules, chances are Catalyst and CGI::Application have plug-ins for them
Learning curve and contractor availability.
It should be wise to go with a framework with a large user base. You could find contractors with less effort, and it should be easier for them to understand your code.

Having said that, I am partial to CGI::Application. Once you settle your infrastructure needs, it should not be hard to move your business logic into the framework. Because it is quite lightweight, it would not hurt your current performance. And its learning curve is not bad at all.

Regards,

Julio Fraire


In reply to Re: When is it worth it to move to a Framework? by jfraire
in thread When is it worth it to move to a Framework? by gwhite

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-03-19 07:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found