InfoQ Homepage Architecture & Design Content on InfoQ
-
Partial Methods in VB and C#
Two language features, Dynamic Interfaces and Dynamic Identifiers, were cut from VB 9. New features that are being added in their place include Partial Methods. While partial methods share many of the same use cases as events, they have very different implementations.
-
Presentation: Beat Schwegler on Architecting for SOA
In this decidedly non-marketing presentation, Microsoft Architect Beat Schwegler shows how service-orientation affects system architecture. He introduces the notion of a service model as a mediator between the business and technology models, and explains how a migration towards such an architecture could occur through a step-by-step architectural refactoring.
-
State of Unicode and Ruby Compatibility for JRuby 1.0
InfoQ summarizes the current plan for the handling strings in JRuby 1.0: Java has Unicode strings, Ruby has byte arrays. JRuby 1.0 will keep it this way, and only incur costs when both worlds meet. Regular expressions are demanding attention as well.
-
IONA acquires LogicBlaze, supporters of ActiveMQ and ServiceMix ESB
LogicBlaze, the first venture funded/created by open source VC Simulalabs has been acquired by IONA, who offers the Artix enterprise ESB as well as Celtix, an open source ESB platform. LogicBlaze offered subscription support and training (as well as the development) behind the ActiveMQ project as well as ServiceMix ESB. InfoQ spoke to IONA and others to get the full details.
-
Commentary on Software AG/webMethods Acquisition
InfoQ had a chance to talk to Anne Thomas Manes, research director with Burton Group, about Software AG's acquisition of webMethods.
-
Interview: Adrian Colyer on Domain Specific Aspects
In this 11 minute interview, AspectJ lead and AOP expert Adrian Colyer briefly discusses the concept of Domain Specific Aspects, AOP adoption in large enterprise, and using AOP to implement well known design patterns.
-
Wicket support on Terracotta nears completion
The Wicket and Terracotta teams have Wicket up and running on Open Terracotta. Support is still not complete, but most of the examples that ship with Wicket now run without any problems. As soon as they have all the kinks out, Terracotta will put the configuration into a Terracotta config module.
-
Software AG Acquires webMethods
Software AG has announced its (planned) acquisition of webMethods, Inc., for approximately $546 million. The new company aims to become a major player in the crowded SOA vendor arena.
-
HDIV Struts Security Extension Addresses OWASP's Top Security Vulnerabilities
The HDIV project recently released version 1.1 of their Apache-licensed Struts' Security extension. Among HDIV's features is that it guarantees integrity (no data modification) of non editable page data when transmitted from the browser to the server.
-
Interview: Frank Cohen on FastSOA
InfoQ today publishes a one-chapter excerpt from Frank Cohen's book "FastSOA". On this occasion, InfoQ had a chance to talk to Frank Cohen, creator of the FastSOA methodology, about the issues when trying to process XML messages, scalability, using XQuery in the middle tier, and document-object-relational-mapping.
-
Defining Design Quality
A good design is elegant and simple - but elegance is in the eye of the beholder. James Shore, in his book 'The Art of Agile Development', disagreed with this abstract concept. In fact, he provided a very concrete definition of design quality: "A good software design minimizes the time required to create, modify, and maintain the software while achieving run-time performance."
-
Rails 1.2 slower than 1.1?
Stefan Kaes compared Rails 1.2 performance against 1.1 and found out 1.2 was 20% slower than 1.1 version.
-
Article: Web Apps with Spring Web Flow and Terracotta for Spring
In this article, Jonas Boner and Eugene Kuleshov give an overview of Spring Web Flow and Terracotta for Spring, and after that show you how you can use these technologies together to enter a new dimension in writing stateful, conversational, scalable and highly available web applications.
-
Father of the Unified Process says "Enough of Processes"
When someone as well-versed with the processes people use to develop software as Ivar Jacobson says "Enough of Processes", one is bound to wonder why. Ivar Jacobson argues that the way we develop and share processes has to change.
-
Enunciate: Java code-first, compiled-contract WS deployment framework
enunciate 1.0, a J2EE web service deployment framework that provides a complete development-to-deployment system for creating SOAP, REST, and JSON endpoints, was released last week. enunciate is not a web service stack like Axis2 or XFire. Rather, it uses XFire and Spring to provide a code-first development model (not in itself novel) that enforces compatibility contracts at compile time.