Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

comment on

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

I think you need to consider what you are wanting to achieve in your web app. Doubtless Catalyst could help, though there are a few of your questions that are ringing alarm bells in me.

What platform are you intending to deploy your server technology onto? If this is Linux, I seriously recommend developing on Linux. If you are aiming to produce something completely portable, while that is a very noble aim, you are going to need to be very careful both in keeping your code portable, and in making sure that dependent modules work fully across all platforms. This includes not just those needed by Catalyst itself, but Catalyst plugins etc. needed by your application.

The performance characteristics will be completely different between Windows and Linux, needless to say.

My recommendation is to install Catalyst on a Linux box, and work through the tutorial. Just now, I've had a go at installing Catalyst::Devel on a WinXP machine that is running Strawberry perl 5.8.8. This failed as Data::Alias needs perl >= 5.8.9. You might be interested in knowing that the following modules contain XS code, i.e. make use of a C compiler for building: Template::Toolkit (though you can choose to answer no to the question about building the XS code for stashes) and Class::C3::XS.

--
wetware hacker
(Qualified NLP Master Practitioner and Trainer)


In reply to Re: Using Catalyst by rinceWind
in thread Using Catalyst by vit

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 imbibing at the Monastery: (3)
As of 2024-04-26 03:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found