sri's Journal
http://use.perl.org/~sri/journal/
sri's use Perl Journalen-ususe Perl; is Copyright 1998-2006, Chris Nandor. Stories, comments, journals, and other submissions posted on use Perl; are Copyright their respective owners.2012-01-25T02:26:01+00:00pudgepudge@perl.orgTechnologyhourly11970-01-01T00:00+00:00sri's Journalhttp://use.perl.org/images/topics/useperl.gif
http://use.perl.org/~sri/journal/
Want Mojo documentation?
http://use.perl.org/~sri/journal/37811?from=rss
I've submitted a <a href="http://news.perlfoundation.org/2008/11/2008q4_grant_proposal_the_mojo.html">grant proposal</a> to the Perl Foundation, you can leave a comment there to show them your interest, every comment counts!sri2008-11-05T15:33:45+00:00journalMojo website launched!
http://use.perl.org/~sri/journal/37795?from=rss
What is a web framework without a pretty website?<br>
<a href="http://mojolicious.org/">http://mojolicious.org</a> <br>
<a href="http://labs.kraih.com/blog/2008/11/mojo-website-launched.html">http://labs.kraih.com/blog/2008/11/mojo-website-launched.html</a>sri2008-11-03T14:00:49+00:00journalMojo 0.8 released (full Windows compatibility)
http://use.perl.org/~sri/journal/37794?from=rss
The last big milestone finally reached<br>
<a href="http://labs.kraih.com/blog/2008/11/mojo-08-released-full-windows-compatibility.html">http://labs.kraih.com/blog/2008/11/mojo-08-released-full-windows-compatibility.<nobr>h<wbr></nobr> tml</a>sri2008-11-03T13:53:08+00:00journalMojo 0.7 released (Perl on Rails in 150 lines of code)
http://use.perl.org/~sri/journal/37705?from=rss
A very exciting release.<br> <br>
<a href="http://labs.kraih.com/blog/2008/10/mojo-07-released-perl-on-rails-in-150-lines-of-code.html">http://labs.kraih.com/blog/2008/10/mojo-07-released-perl-on-rails-in-150-lines-<nobr>o<wbr></nobr> f-code.html</a>sri2008-10-20T18:31:07+00:00journalDispatchers for dummies! :)
http://use.perl.org/~sri/journal/37662?from=rss
<a href="http://labs.kraih.com/blog/2008/10/dispatchers-for-dummies.html">http://labs.kraih.com/blog/2008/10/dispatchers-for-dummies.html</a>sri2008-10-14T13:32:11+00:00journalMojolicious?!
http://use.perl.org/~sri/journal/37641?from=rss
Because explaining internals always sucks, <a href="http://labs.kraih.com/blog/2008/10/mojolicious.html">this will be much more fun</a>.<nobr> <wbr></nobr>:)sri2008-10-11T11:06:03+00:00journalThe core of the Mojo Web Framework
http://use.perl.org/~sri/journal/37629?from=rss
This time i'm showing you a bit about the <a href="http://labs.kraih.com/blog/2008/10/the-core-of-mojo.html">basic ideas behind Mojo</a>.sri2008-10-09T11:22:04+00:00journalMojo, a new kind of web framework
http://use.perl.org/~sri/journal/37528?from=rss
It started as a Catalyst competitor but resulted in something different, the good kind of different.<nobr> <wbr></nobr>:)<br> <br>
Here's the first part of my upcoming blog article series,
<a href="http://labs.kraih.com/blog/2008/09/why-mojo-wont-kill-catalyst.html">Why Mojo won't kill Catalyst</a>.sri2008-09-24T18:19:03+00:00journalDid TPF give up on Perl5?
http://use.perl.org/~sri/journal/31519?from=rss
<a href="http://use.perl.org/comments.pl?sid=33549&cid=51437">I think so.</a><nobr> <wbr></nobr>:(sri2006-11-05T22:05:30+00:00journalMojo applications, valid cpan modules or not?
http://use.perl.org/~sri/journal/29536?from=rss
You may know, by default Catalyst applications are valid cpan modules, with the application name as root namespace.<br>
Now that i'm designing Mojo with usability in mind i can't think of a good reason for keeping that format.<br> <br>
When i made the decision 1 1/2 years ago for Catalyst i thought it would be useful to be able to upload applications to cpan, but today there is only <a href="http://cpansearch.perl.org/dist/Devel-ebug-HTTP/">one</a>!<br> <br>
Installing the applications on a host system doesn't make much sense either, so why do it again?<br> <br> <br>
With the old format a Mojo app would look like this:<br> <br>
TestApp<br>
TestApp/lib<br>
TestApp/lib/TestApp<br>
TestApp/lib/TestApp/Component<br>
TestApp/lib/TestApp/Component/Example.pm<br>
TestApp/lib/TestApp/Context.pm<br>
TestApp/lib/TestApp/Dispatcher<br>
TestApp/lib/TestApp/Dispatcher/Example.pm<br>
TestApp/lib/TestApp/SomethingElse.pm<br>
TestApp/lib/TestApp.pm<br>
TestApp/Makefile.PL<br>
TestApp/script<br>
TestApp/script/testapp_server.pl<br>
TestApp/t<br>
TestApp/t/01use.t<br> <br>
A newer (non valid) version could look like this.<br> <br>
TestApp<br>
TestApp/Component<br>
TestApp/Component/Example.pm<br>
TestApp/Dispatcher<br>
TestApp/Dispatcher/Example.pm<br>
TestApp/SomethingElse.pm<br>
TestApp/Context.pm<br>
TestApp/Application.pm<br>
TestApp/Makefile.PL<br>
TestApp/script<br>
TestApp/script/server.pl<br>
TestApp/t<br>
TestApp/t/01use.t<br> <br>
The basic layout for scripts and tests makes sense and can naturally stay...sri2006-05-06T12:20:02+00:00journalGot Mojo?
http://use.perl.org/~sri/journal/29516?from=rss
Woodstock is now Mojo.<nobr> <wbr></nobr>:)<br> <br>
Thanks for all your suggestions!<br>
New irc channel is #mojo on irc.perl.org.sri2006-05-03T16:26:50+00:00journalWoodstock needs a new name!
http://use.perl.org/~sri/journal/29491?from=rss
How would you name a new web framework today?<br> <br>
I like "Jifty" and "Catalyst", but those names are kinda taken.<br>
The best suggestion so far was "ReAction".<br> <br>
What do you think?sri2006-05-02T14:19:18+00:00journalYes, I left the Catalyst Project
http://use.perl.org/~sri/journal/29488?from=rss
It's true.<br> <br>
<a href="http://lists.rawmode.org/pipermail/catalyst/2006-May/007250.html">http://lists.rawmode.org/pipermail/catalyst/2006-May/007250.html</a> <br> <br>
The reasons will stay between the other core developers and me, so please don't ask for details.<br>
Thanks to Adam Kennedy who did a great job negotiating and good luck to the remaining Catalyst developers.<br> <br>
You may want to join #woodstock on irc.perl.org if you like talking about web framework design.<nobr> <wbr></nobr>;)sri2006-05-02T13:36:45+00:00journalRemoved to save use.perl from legal trouble
http://use.perl.org/~sri/journal/25919?from=rss
You may guess why.<nobr> <wbr></nobr>:-(<br> <br>
EDIT: Note the timestamp, this entry has nothing to do with Catalyst.sri2005-07-28T10:35:00+00:00journal