It's got quite neat transaction and workflow models built in, but it's
basically server-side Java, with some jQuery and Ajax pasted on.
The configuration model seems to hold up quite well for the kind of
large-scale business administration apps we build, but the biggest
problem is the tedious request/response cycle makes writing
interaction code hard, leaves it with a diminished user experience,
and basically it looks dated.
I want the code to run in the browser - pulling in chunks of data from
the server as JSON, caching them locally, rendering pages on-the-fly,
and running all model logic and interaction logic in the browser. When
the user clicks 'save' it sends a parcel of data back to the server
where it undergoes some final security checks before being written to
the database as an atomic transaction.
Fantastic user experience, neatly coded and configured, and as an
added extra - vastly reduced server load - for free!
Anybody know of anything like this out there, attempted with
JavascriptMVC or anything else?
If not, would JavascriptMVC be a good place to start?
Answers on a postcard....
--
You received this message because you are subscribed to the Google Groups "Embedded JavaScript" group.
To post to this group, send email to embeddedj...@googlegroups.com.
To unsubscribe from this group, send email to embeddedjavascr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/embeddedjavascript?hl=en.