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.
How would you like to view the presentation?
Introducing SQLFire: a memory-optimized, high performance SQL database
Tutorial: Integrating SQLFire with tc Server and Spring Data
Troubleshoot Java/.NET performance while getting full visibility in production
Tools to unit test your JavaScript
App Server Evolution: REST, Cloud, and DevOps Support in Resin 4
VMware vFabric SQLFire - Test drive the data management system with memory speed, horizontal scalability and a familiar SQL interface
After writing Scala for a little while, Java seems so weak.
Using available frameworks do save time, but for new code, Java does not even come close to cut it anymore.
The part I do agree with is moving away from EJB, EAR and WAR.
Java "easy to read", sorry but it is not true since Java 5 and it is getting worse each successive revisions.
Time to move on.
Interesting talk. Erik clearly has a lot of practical experience with high-traffic servers. He makes points about many things; some that caught my attention:
I applaud his strong preference for simple practicality.
What exactly does he use instead of a container, I wonder? That didn't seem clear from the talk.
An app based on Play framework could be good example of system that dose not use web container.
He talked about using en embedded Jetty server with Jersey on top. So they are opting out of the container managed lifecycle but not containers per se.
Back on the east coast, there is still lot of hand wringing on the part of tech managers if they run something that wasn't defined in a specification. There is a very natural contradiction to be had in that these same managers are using enterprise products because they want to provide value, yet the specifications trail the open source community, which is popularized exactly because they provide value.
On the contrary, once something makes it way into *insert enterprise container here*, its probably a diluted form of the good open source idea.
I loved the easy dismissal of xml oriented orm tools, thank you for bringing sanity back to Java. After you code a DAO, you typically never need to see it again. The only thing that I've ever really seen Hibernate add is development and maintenance cost.
I also agree on embedded Jetty. Previously I was advocate of Tomcat, but embedding Jetty was so easy I can't even see myself using Tomcat that much anymore either. You can also quickly add great features to embedded Jetty that would be a lot harder to do even Tomcat (and would force you to get into the configuration muck of it)
Good points but I still wish Java had language support for read-only C-style structs w/ built-in equals() and hashCode() semantics. Groovy and Scala both have shortcuts for this (Scala will enforce the immutability as well). I do feel like this is a missing java feature masked as a "pattern" that requires a good bit of boilerplate. Even with a good IDE, you still have to type a lot for these. Totally agree about XML though ;-)
Very radical specially if you are a developer in a enterprise IT. :) About a year back while upgrading a 10 year old Java system I proposed embedded Jetty without using any container. Could not sell the idea on security issues. I would like to know more about securing embedded Jetty. Great presentation.
I strongly disagree (though I have not watched the video, maybe it explains when you should do logging). I have seen several applications where logging was the bottleneck. Especially if you turn on logging of frameworks such as Hibernate.
Of course, logging is important for development and production, but you should be aware when and what to log.
Best regards,
Kai Wähner (Twitter: @KaiWaehner)
Erik's practice of not using a container and using embedded Jetty seems radical at first. This scaled very well for Erik. I also liked Erik's idea of keeping things simple and not to be intimidated by 'existing lore'.
Sai Matam
Codewalk.com
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.
9 comments
Watch Thread Reply