NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
OpenInteract comparison (Score:2)
oi2_manage install_package --package_file=foo-0.01.zip
oi2_manage install_sql --package=foo
And have it install that application's database structures, initial data, templates, static HTML pages and images, configuration, classes (including actions, TT plugins, normal Perl classes), localized messages (in the next beta), etc.
There are almost certainly more differences, but I have a non-Perl day job to get back to :-) That said, I think the application server problemspace is sufficently complex that having multiple solutions are extremely useful.
Reply to This
Re:OpenInteract comparison (Score:2)
True. Maypole aims to be as simple as possible, while still enabling you to do the complex things if you need to. The Orkut-alike was designed basically as a test to make sure May
Re:OpenInteract comparison (Score:2)
That's an interesting idea. For some reason attributes always seem a little peek-a-boo to me, but that's probably because I haven't hung out with them enough.
One of the more obvious comparisons I forgot: Maypole has a much better name than OpenInteract!
Re:OpenInteract comparison (Score:2)
What do you mean by "peek-a-boo"? If handled properly, they can provide elegant solutions. For example, what if you want your subroutine to return a list in list context, a reference to an array in scalar context and die if called in void context? You might write this:
Re:OpenInteract comparison (Score:2)
But I'm probably concerned over nothing :-)