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 Stefan Tilkov on Jan 31, 2007
Introducing SQLFire: a memory-optimized, high performance SQL database
Tutorial: Integrating SQLFire with tc Server and Spring Data
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
One more question for Arjen: When will Spring-WS have some decent documentation?
One more question for Arjen: When will Spring-WS have some decent documentation?
I am biased, but I would say that the 37 pages of existing documentation are quite decent: it has a tutorial on how to create a good XSD schema and WSDL, it describes the Object/XML Mapping abstraction, and how to implement WS-Security in your web service.
I'll admit that there are two very important parts missing in the docs: the new client-side support, and the server-side implementation of the service. You can expect those chapters in the 1.0 release, due Q2 this year.
In the mean time, there are two sample applications which help you on your way. One is a simple echo sample, the other a complete airline application with a business layer, and DAOs using Hibernate.
The docs are good until you get the the server implementation side (as you say). Pages such as this static.springframework.org/spring-ws/docs/1.0-m... being incomplete could put people off who are browsing the documentation and making a quick decision on whether to investigate it futher. It might be helpful to update these pages pointing out the existence of the samples.
You're right, I have removed these "partially done" pages, because they're not much help. I will return them when finished, before 1.0.
Soory if my comment have sound that bad, that was not the intention. You 'spring folks' are amazing, and I'm anxiously waiting for Spring WS to clear all this web services madness.
BUT, the documentation of the project isn't that good at all. I mean, it has some good material about contract-first ws, and some partial material about sort of 'advanced' features like mashalling and security, but has close to nothing about writing basic services using Spring WS. Not even a 'echo service' tutorial. I mean, saying 'it is similar to Spring MVC' doesn't count as documentation :)You're right, I have removed these "partially done" pages, because they're not much help. I will return them when finished, before 1.0.
Now that is good news! Keep the good work, and good luck.
Arjen,
You mentioned JMS support in Spring-WS, but I understand that the SOAP/JMS binding is not an industry standard yet. I need to run SOAP messages over a queue rather than HTTP. Is there a way to use Spring-WS with JMS in a way that is future-proof or "standards-ready"?
Regards
Well, there is this, but like you said it is still in progress. So that means it's pretty much impossible to do it "standards-ready".
The good news, however, is that the Spring-WS JMS support currently available in the sandbox uses a BytesMessage, just as the proposed standard does, so at least we're partially there :). The bad news is that most other stacks I've looked at use a TextMessage, so both the standard and Spring-WS are incompatible with it. The code will be moved out of the sandbox when we are compliant with the standard, or earlier when the spec takes too long to finalize.
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