Clojure
Rich Hickey discusses Clojure features and syntax, example code, functional programming, concurrency semantics, transactions, software transactional memory, agents, implementation and pain points.
- Java,
Tracking change and innovation in the enterprise software development community
Posted by Stefan Tilkov on Jan 29, 2008 05:46 AM
In one of the most entertaining presentations on the topic ever, Dr. Jim Webber, SOA practice lead at ThoughtWorks, used his presentation at the QCon conference to debunk myths about the mainstream ESB concept. Jim argues that there's an alternative to the typical, heavyweight and expensive approach to introducting SOA and and explains how a lightweight approach can yield real benefits without giving in to vendor pressure. In Jim's opinion, the industry's belief in the ESB as the core concept, at least in the way it's usually used, is fundamentally mistaken. Jim claims that an ESB often ends up being just a thin veneer on an existing mess, and how an approach that doesn't put intelligence into the network is superior.Agile Projects: Five Ways to Fail When You Scale
Offshore software development: Making it a success with Agile Practices
Succeeding with Agile at Scale Educational eKit from IBM
The Future of Software Delivery According to visionaries Grady Booch & Erich Gamma
Not a big deal, but my posse and I aren't able to watch this video at work. If you threw it on youtube we'd be able to.
Jeremy
FireFox cannot connect, but controls are there. IE can play, but no controls.
We hear you loud and clear. A better solution for video streaming is coming to InfoQ Real. Soon. Now. Promised.
works fine in epiphany
great presentation btw :)
Great presentation, very thoughtful.
I have a question though. I'm trying to think through one of the advantages I think you can get with an ESB architecture. If all messages go via an ESB then features such as security, logging, routing, transformations can be:
1. Managed centrally .. so no need for individual services to implement these features.
2. New features, and updates to old features, can be managed seperately from the services themselves.
This strikes me as positive things becuase it means that different aspects of services can be managed/deployed/changed seperately.
Maybe the features I'm talking about are just technical services? You very, very briefly touched upon technical services in your presentation.
Any thoughts? Or should I just buy the book?
Great presentation, very charismatic guy.
Though I'm a bit worried that he goes over the technical issues with SOAP and WS-* in general, and federated transactions in particular, a bit too quick.
In my experience, most of WS-* simply doesn't work. That's not so bad, as most of it doesn't have any value to me, too, but still ;-).
Distributed transactions in particular have been dismissed by many experts that have worked on the topic for ages. There are highly plausible arguments that they might never work at all.
There is still a lot of work to be done, and at I'm very sceptical if all the WS-* stuff is actually helping to get stuff done or just an impediment.
what about downloading?
Rich Hickey discusses Clojure features and syntax, example code, functional programming, concurrency semantics, transactions, software transactional memory, agents, implementation and pain points.
We introduce the concept of Composite Oriented Programming, and show how it avoids the issues with OOP and reignites the hope of being able to compose domain models with reusable pieces.
Dan Farino talks about the system architecture and the challenges faced when building a very large online community. Dan explains how a .NET product scales on hundreds of servers.
Alan Shalloway, CEO and founder of Net Objectives, presents the Lean software development principles and practices and how they can benefit to Agile practitioners.
Bernd Mathiske discusses Maxine VM, Java compatibility, swapping major VM components, research areas, Object handling, code examples, optimizing compiler, snippets, bytecode generation, JNI and JIT.
Joe Armstrong speaks on various aspects of the Erlang language, presenting its roots, how it compares with other languages and why it has become popular these days.
The java double-check singleton pattern is not thread safe and can’t be fixed. In this article, Dr. Alexey Yakubovich provides an implementation of the Singleton pattern that he claims is thread-safe.
Diana and Jim talk about patterns observed in CTOs' activity. CTOs emerge as real people caring for other people in their organization, and are put under a lot of pressure and constraints.
7 comments
Reply