I'm not adverse to the google idea, but the NoSQL issue is a lot bigger than the NoSQL proponents make it. In simple terms, it make sense to keep objects together when they only make sense while part of a bigger construct. A Customer, for example could contain multiple orders which could contain multiple items. Saving this in some NoSQL flavor is convenient and easy to understand, but when your store is a branch and headquarters wants a report on how many widgets were sold that day, the report becomes a bit more complicated. And once you start managing things outside of the realm of the fictional widget store, you find that it isn't that easy to segregate objects like that.
And, I still don't understand what is meant by 'Write a webpage'. Is it raw HTML? Is there some other framework behind the HTML that allows for business logic or is all of it in JavaScript?
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.