[Catalyst-commits] r7234 - in
trunk/examples/CatalystAdvent/root/2007: . pen
peterdragon at dev.catalyst.perl.org
peterdragon at dev.catalyst.perl.org
Wed Dec 5 08:04:35 GMT 2007
Author: peterdragon
Date: 2007-12-05 08:04:35 +0000 (Wed, 05 Dec 2007)
New Revision: 7234
Added:
trunk/examples/CatalystAdvent/root/2007/pen/14.pod
Modified:
trunk/examples/CatalystAdvent/root/2007/1.pod
Log:
Clarify advent calendar day 1. Add placeholder for day 14.
Modified: trunk/examples/CatalystAdvent/root/2007/1.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2007/1.pod 2007-12-05 06:12:12 UTC (rev 7233)
+++ trunk/examples/CatalystAdvent/root/2007/1.pod 2007-12-05 08:04:35 UTC (rev 7234)
@@ -201,7 +201,14 @@
svn co http://dev.catalystframework.org/repos/Catalyst/trunk/examples/ExtJS
+Run it with
+ perl script/extjs_server.pl -k
+
+then browse to e.g. http://myserver:3000. Read the comments
+on the screens and in the code.
+
+
=head2 Form Architecture Considerations
You have a choice between implementing traditional "round trip" web pages
@@ -226,8 +233,11 @@
time, as writing Javascript can be time-consuming. AJAX screens often look better
but are less accessible for blind visitors and can be harder to debug. For
testing you would need to consider using a tool like Selenium. Check out
+
L<http://www.infoq.com/articles/testing-ajax-selenium>
+
L<http://www.infoq.com/news/2007/09/selenium-grid-parallel-testing>
+
L<http://search.cpan.org/~lukec/Test-WWW-Selenium-1.13/lib/WWW/Selenium.pm>
@@ -238,7 +248,10 @@
You'll get a blank page! It's easily spotted by running your output HTML code
through HTML Tidy.
+Good luck!
=head1 AUTHOR
peterdragon - Peter Edwards <peter at dragonstaff.co.uk>
+
+L<http://perl.dragonstaff.co.uk/>
Added: trunk/examples/CatalystAdvent/root/2007/pen/14.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2007/pen/14.pod (rev 0)
+++ trunk/examples/CatalystAdvent/root/2007/pen/14.pod 2007-12-05 08:04:35 UTC (rev 7234)
@@ -0,0 +1,9 @@
+=head1 Using Multiple Configuration Files and Accessing A Catalyst Model From An External Batch Script
+
+Catalyst::Plugin::ConfigLoader::Multi
+
+Accessing a Catalyst model from an external batch script.
+
+=head1 AUTHOR
+
+peterdragon
More information about the Catalyst-commits
mailing list