X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FIntro.pod;h=632e1c3ecc66d6bda6b3518a5c91fb648b75d182;hb=90bb105a110e94c71fca62dc8f41a6d3a46d8330;hp=39cf95e20008cd0e51cd7800ae08446edad78db7;hpb=7f71afbe8ecd0796cd37dd690bba0510c879f261;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/Intro.pod b/lib/Catalyst/Manual/Intro.pod index 39cf95e..632e1c3 100644 --- a/lib/Catalyst/Manual/Intro.pod +++ b/lib/Catalyst/Manual/Intro.pod @@ -13,17 +13,18 @@ with Catalyst, see L. =head2 What is Catalyst? -Catalyst is an elegant web application framework, extremely flexible yet -extremely simple. It's similar to Ruby on Rails, Spring (Java), and -L, upon which it was originally based. Its most important -design philosphy is to provide easy access to all the tools you need to -develop web applications, with few restrictions on how you need to use -these tools. Under Catalyst, it is always possible to do things in a -different way. However, this does mean that it is always possible to do -things in a different way. Other web frameworks are simpler to use and -easy to get up and running, but achieve this by locking the programmer -into a single set of tools. Catalyst's emphasis on flexibility means -that you have to think more to use it. We view this as a feature. +Catalyst is an elegant web application framework, extremely flexible +yet extremely simple. It's similar to Ruby on Rails, Spring (Java), +and L, upon which it was originally based. Its most important +design philosphy is to provide easy access to all the tools you need +to develop web applications, with few restrictions on how you need to +use these tools. However, this does mean that it is always possible to +do things in a different way. Other web frameworks are B +simpler to use, but achieve this by locking the programmer into a +single set of tools. Catalyst's emphasis on flexibility means that you +have to think more to use it. We view this as a feature. For example, +this leads to Catalyst being more suited to system integration tasks +than other web frameworks. =head3 MVC @@ -60,7 +61,7 @@ If you're unfamiliar with MVC and design patterns, you may want to check out the original book on the subject, I, by Gamma, Helm, Johnson, and Vlissides, also known as the Gang of Four (GoF). Many, many web application frameworks are based on MVC, which -is becoming a popular design method for web applications. +is becoming a popular design paradigm for the world wide web. =head3 Flexibility @@ -139,7 +140,8 @@ L for L