Earlier quoted context omitted.
No. We use a pretty normal ("boring") Java stack with Spring, Hibernate and Jersey. Some of the older components use Struts + JSPs whereas the newer components use Backbone (and related libraries).
Which database? A JDBC one?
Scoop: A Glimpse Into the NYTimes CMS
71–76 of 76 posts
Re: Scoop: A Glimpse Into the NYTimes CMS
#72I was always under the impression that they're Django/Python. Can anyone confirm?
The NYT devs consist of several dev groups and a mix of stacks...some which are business-facing/product, and others that are in editorial (i.e. interactive news graphics). On the editorial side, they are one of the few in the news business that were using Ruby/Rails (the vast majority of newsrooms use Python/Django). There's also obviously a primarily-JavaScript group.
Re: Scoop: A Glimpse Into the NYTimes CMS
#73Earlier quoted context omitted.
The NYT devs consist of several dev groups and a mix of stacks...some which are business-facing/product, and others that are in editorial (i.e. interactive news graphics). On the editorial side, they are one of the few in the news business that were using Ruby/Rails (the vast majority of newsrooms use Python/Django). There's also obviously a primarily-JavaScript group.
See krishy's comment above. It looks like they do not use Ruby/Rails for the CMS for editors, but use Java instead.
Re: Scoop: A Glimpse Into the NYTimes CMS
#74The CMS is in a renaissance period with Wordpress, Joomla, Drupal and the like falling out of favor. I believe the CMS is bifurcating into two specialized directions. Several online publishers are coming out and describing their new, home-grown custom CMS. The features are rich and provide robust, innovative tools across the long-form content lifecycle: writing, editing, and publication. There is special attention to…
Take any normal CMS, cache the html, and you have a static site generator.
Re: Scoop: A Glimpse Into the NYTimes CMS
#75Are there any google docs based CMS's ? Seems like you could offload the editing, saving, tracking changes to google docs - a platform many people seem familiar with now - and then keep the actual CMS to a bare minimum. Have it import the text & spit out a static page even.
Re: Scoop: A Glimpse Into the NYTimes CMS
#76Are there any google docs based CMS's ? Seems like you could offload the editing, saving, tracking changes to google docs - a platform many people seem familiar with now - and then keep the actual CMS to a bare minimum. Have it import the text & spit out a static page even.
That is a very interesting idea, but since NYTimes opensourced their ICE editor, I am not sure what Google Docs would provide.