В Fri, 14 Sep 2012 14:53:15 +0200
Florent Gallaire <
fgal...@gmail.com> пишет:
> webmachine
Too complex and overloaded for just a web-site.
> Nitrogen + webmachine + erlydtl
= zotonic
> magical autogeneration of JS
JS-autogeneration - is a toy. You can play with it, play a lot.
But when a concrete project come, you will need to write a
project-specific JS-code. And here is a problem: autogenerated JS is
too primitive for project and unmergeable with
yours-project-specific-js-code.
In zotonic case, you will write an so-called "actions" -
one-function erl-modules, that generates small pieces of js-code. This
is very ugly: pieces of js-code will be generated in undefined order,
somehow called on client, etc. In other side, web-developer MUST know
erlang to write JS-program (sic!).
No, thanks.