Tapestry for Nonbelievers
A new article by I. Drobiazko and R. Zubairov introduces v. 5 of the Apache Tapestry component-oriented web framework. The tutorial shows how to create a component and covers IoC in Tapestry and Ajax.
Tracking change and innovation in the enterprise software development community
Posted by Mark Little on Apr 26, 2007 08:44 AM
Sun Microsystems have released Milestone 4 of WSIT. One of the new features in there is support for WS-AtomicTransaction and WS-Coordination. According to the announcement they've also shown interoperability with .NET 3.0. As Ryan Shoemaker says: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.
Snapshots from SOA Governance: Artifacts, People, Processes, Repositories
Fighter Jets and Agile Development at Lockheed Martin (Case study)
Introducing the SpringSource Application Platform
Introducing Project Zero: Building RESTful services for your Web application
Info 2.0: IBM's vision for the world of Web 2.0 and enterprise mashups (Webcast)
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.
A new article by I. Drobiazko and R. Zubairov introduces v. 5 of the Apache Tapestry component-oriented web framework. The tutorial shows how to create a component and covers IoC in Tapestry and Ajax.
In this interview, Burton Group consultant Pete Lacey talks to Stefan Tilkov about his disillusionment with SOAP, his opinion on REST, and addresses some of the perceived shortcomings REST vs. WS-*.
Jay Fields presents his concept of Business Natural Languages - a type of Domain Specific Languages geared towards being readable by domain experts.
Adoption and interest for Distributed Version Control Systems is constantly rising. We will introduce the concept of DVCS and have a look at 3 actors in the area: git, Mercurial and Bazaar.
Deborah Hartmann interviewed Segundo Velasquez about his experience as customer with an Agile team during the initial phase of software design of a product.
David Cooksey shows how to fine grained versioning to a ClickOnce deployment using an HttpHandler written with ASP.NET, making partial rollouts to a test audience much easier.
Windows workflow (WF) is an excellent framework for implementing business processes, but lacks support for human activities. This article describes a completely generic approach for changing this.
In this interview taken during OOPSLA 2007, Markus Voelter talks about the importance of documenting the software architecture, and gives some good and also bad examples on how it could be done.
1 comment
Reply