Jesper Boeg on Priming Kanban
In this interview, Jesper Boeg, author of the new InfoQ book – Priming Kanban, discusses the keys to using Kanban effectively, and how to get started if you are currently using other approaches.
The content has been bookmarked!
There was an error bookmarking this content! Please retry.
Posted by Mark Little on Apr 26, 2007
Supporting these standards in our web services stack allows you to write fault tolerant applications that bridge across heterogeneous systems. Java EE developers can easily write applications that take advantage of distributed transactions that span multiple Java EE application servers (without needing WSIT). What WSIT adds is the ability to include transacted web service methods (think "container managed transactions for servlets") and also bridge across heterogeneous systems (think "Microsoft"). In a homogeneous GlassFish system, distributed transactions flow across RMI/IIOP. In a heterogenous web service environment, the transactions use the WS-Coordination and WS-AtomicTransaction protocols to flow transactional context and execute the two-phase commit protocol.There's a screencast available too that shows the system in action.
1. I think Sun didn't take part in the WS-TX interops because they hadn't got their code base ready in time.
2. Interop of protocols (in the manner of the TC interop tests) is a very different matter from producing genuine interoperable distributed transaction environments. For example: the J2EE JTA interface doesn't allow importation of external transactions, and the JTS interface (which does, and is implemented by WAS or JBoss/Arjuna) is CORBA-dependent. The issues of transaction propagation, sub-coordination, and application participant writing are the real problems yet to be solved for WS transactions. Some are standard interface issues for language environments. But application participant writing is an area where industry practice is in its infancy.
Beware protocol testers masquerading as usable distributed transactional environments.
3. Choreology also participated in the WS-AT WS-TX interops, but not in the WS-BA tests.
4. WS-CAF (Context etc) is/was a quite separate initiative from WS-TX.
5. I'd have said that Sun was virtually invisible in the transactional chapter of WS-CAF (which died a death when IONA and Arjuna-then-JBoss went over to WS-TX). Sun put more oomph into WS-TX, in the context of their WS interoperation work with Microsoft, one of whose fruits we are now seeing in this announcement.
In this interview, Jesper Boeg, author of the new InfoQ book – Priming Kanban, discusses the keys to using Kanban effectively, and how to get started if you are currently using other approaches.
John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.
Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.
Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.
Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).
Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.
Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.
One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.
1 comment
Watch Thread Reply