Cloud Foundry: Design and Architecture
Derek Collison discusses the goals, the design premises and patterns employed in creating the architecture of Cloud Foundry, VMware’s open source PaaS, unveiling internal architectural details.
The content has been bookmarked!
There was an error bookmarking this content! Please retry.
Posted by Abhay Bakshi on Jul 18, 2007
I think we’ve seen the JavaScript language move through many individual phases:
* The "We need scripting for web pages" phase. (Netscape)
* The "We should standardize this" phase. (ECMAScript)
* The "JavaScript isn’t a toy" phase. (Ajax)
* The "JavaScript as a programming language" phase.
... JavaScript will be treated as a significant programming language - divorced from the concept of web development.
Non-Web-based Use
JavaScript on Rails - Granted, at this point, this project may as well be pure vaporware, but it's caught the attention of the right people. When one of the most popular software bloggers talks about how there's a "next big language" coming up and then announces his massive re-write of the popular Ruby on Rails framework, in JavaScript, running on Rhino - people tend to pay attention. ...
Helma - This web application framework is a long standing stalwart of server-side development with JavaScript (again, using Rhino). ...
All of this leads me up to a point: JavaScript is actively advancing, as a language. While it’s most popular domain will probably always be in web browsers (with new JavaScript engines pointing in that continued direction), the advancement of server-side uses of JavaScript will only make for a much larger area for possible development in the upcoming years.To quote Steve Yegge from his blog:
...because the Next Big Language (NBL from now on) is going to arrive very soon (timeline: 18-24 months, as far as I can tell, which in language terms means "imminent") ...
Taming HTML5 and JS: High Performance Mobile, WebKit, FireFox Dev Tools @QCon New York
Early Access! Download JBoss Developer Studio 5.0 now, with packages for Mac, Windows or Linux!
Building HTML5 Apps in Hours, Not Days
Tools to unit test your JavaScript
Introducing SQLFire: a memory-optimized, high performance SQL database
VMware vFabric SQLFire - Test drive the data management system with memory speed, horizontal scalability and a familiar SQL interface
I've been using JavaScript 2.0, ECMAScript r4, ActionScript 3 - whatever you want to call it - for over a year now. Flash 9 and Flex 2 standardized on this language and donated a VM for ES4 to Mozilla. I think it's a great language for building UIs. Probably not a language I'd want to use on the back-end since I'm pretty happy with Java for that piece. For me Flex on the front-end and Java on the back-end is the perfect combination. Thus the reason I went to work for Adobe. :)
-James
Yeah - good job with that stuff James. (I guess it's ok for me to like it here since maybe the ajaxian people won't be here, maybe...)
I just saw my friend building an ActionScript 3 based app that he launched and showed me this weekend - almost brought tears to my eyes. ...
We were both tortured with Swing for at least 6 years or so and can appreciate a toolkit that doesn't hate developers from a programming pov..
Well and so about dynamic vs. static typing in JavaScript 2.0? Hope this will be more clear than ActionScript 3 that in fact lost all of it's dynamics so you can't do many interesting features since version 2.
I think that's more a question for the ECMA spec guys (or Brendan, and it's extremely doubtful you'll get him to reply in here but who knows...).
Even with static typing JS is way more fun to program than java. (can anyone say where's my mother f-kin properties or mixins? yes....yes ...thank you)
There are no thread or concurrent support in javascript(as I know).So, how can we use it as a generic purpose language? When porting rails onto javascript, how to solve this problem?
Here: weblogs.mozillazine.org/roadmap/archives/2007/0...
If you follow all the links that should be more than enough to keep you busy for a while.
I see JavaScript Strands, but haven't used it myself. Does anyone have any experience with JavaScript Strands? Here's what their web page says:
JavaScript Strands adds coroutine and cooperative threading support to the JavaScript language to enable blocking capabilities for asynchronous event callbacks.
In JavaScript your code can't simply wait until an event has fired -- the event must always be handled by a separate, asynchronous event handler.
The Strands project is based on Narrative JavaScript which uses the parser written by Brendan Eich narcissus, a JavaScript parser written in JavaScript for the Mozilla project.
Derek Collison discusses the goals, the design premises and patterns employed in creating the architecture of Cloud Foundry, VMware’s open source PaaS, unveiling internal architectural details.
Andrew Watson talks about the work of the OMG, where CORBA is alive and well (hint: in your car), UML and UML Profiles vs. custom Modeling languages, DDS and other middleware, and much more.
Sohil Shah discusses creating iPhone and Android enterprise mobile applications based on cloud services using the open source platform OpenMobster.
Paul Sanford presents the transformations supported by data throughout its life cycle, and how that can be better done with Splunk, an engine for monitoring and analyzing machine-generated data.
A common “best practice” for unit tests is to only write a one assertion in each test. I intend to question this advice by showing that multiple assertions per test are both necessary and beneficial.
John Rauser presents the architectural and technological evolution of Amazon retail websites starting with 1994 and ending with adopting Amazon Web Services.
Michael Stal discusses system architecture quality, how to avoid architectural erosion, how to deal with refactoring, and design principles for architecture evolution.
Every developer has had to integrate with another system, API or component. Tis article provides strategies to handle the change and for he separating system boundaries.
7 comments
Watch Thread Reply