[web2py] Re: Scaffold-Integration-Apps for client-side frameworks

2013-11-24 Thread Arnon Marcus
I have launched my initiative with a few new google-groups - check it out: https://groups.google.com/forum/#!forum/js2py-dev -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (R

[web2py] Re: Scaffold-Integration-Apps for client-side frameworks

2013-11-24 Thread Arnon Marcus
Let's continue this discussion here: https://groups.google.com/forum/#!topic/ember2py-dev/fsxcwS54D9s -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You

[web2py] Re: Scaffold-Integration-Apps for client-side frameworks

2013-11-24 Thread Arnon Marcus
BTW, there are muliple ways of overcomming the syntax collision with handlebars. You could: 1. Change web2py's delimiter syntax to somethimg other than double-curly-braces. 2. Change handlebars's delimiter syntax. 3. Have separate files for the handlebars templates. 4. Have custom web2py html-help

[web2py] Re: Scaffold-Integration-Apps for client-side frameworks

2013-11-24 Thread Arnon Marcus
Hi Rob, I had seen your solution when I ran a search for ember in this group. It's ok that you are new to ember - so am I - we are all learning here as we go. The reason that there are no 'ember folks' in the web2py community, is that there isn't a solution for it in web2py. And the reason for t

[web2py] Re: Scaffold-Integration-Apps for client-side frameworks

2013-11-23 Thread rppowell
I've done a bit of playing with Ember.js and web2py a while back and posted up notes here: * http://www.web2pyslices.com/slice/show/1641/web2py-and-emberjs-starterkit This was a starting attempt to play and learn Ember.js. Please note that I am not proficient in Ember/javascript frameworks. Th

[web2py] Re: Scaffold-Integration-Apps for client-side frameworks

2013-11-23 Thread Arnon Marcus
The first thing I am going to tackle, is Require.js I love the idea of compartmentalizing different views/viewModels into separate files, organised in role-oriented directorates. We 2py already does that, as part of the MVC-RoR-like :convention-over-configuration' approach. Durandal (and Ember)