php - Building the web app with json only data with javascript and ORM -


i have given new project complete have separate components talk each other via services calls

they not linked directly.

the technical head wants build entire frontend in extjs or jquery , use json load data. mean forms , login etc json.

now ahve not done that. mean have generated forms , data server side controllers , views. php or django python.

i want know way or achievable because don't want chnage things after spending time initially.

but way can start it

i'm working on django project past 6 months, i'm using django backend service, returning json responses, , frontend code separate.

jquery result in unmaintainable code, on smaller scale, need high level frontend framework. settled durandal.js, includes:

  • knockout.js ui bindings
  • sammy.js view routing
  • require.js modularize code

i think choice @ time, , feel productive tech stack. if start scratch again, similar stack.

as extjs, it's component/widget based framework, philosophy don't like, saw future, , wasn't written in extjs :)

although see angularjs , emberjs titans win battle of frameworks, @ least now.


Comments

Popular posts from this blog

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -