InfoQ Homepage Architecture & Design Content on InfoQ
-
JBI 2.0 at JavaOne
Sun unveils JBI 2.0 technical committee which has its first face-to-face meeting at JavaOne and follows up with a full evening of JBI related events.
-
The Future of SCA
In a panel on the Service Component Architecture (SCA) at JavaOne, one of the controversive topics was the SCA client programming model. Moderator David Chappell and Gregor Hohpe share their impressions.
-
Article: Making Sense of all these Crazy Web Service Standards
Michele Leroux Bustamante explains the most relevant WS-* standards used today in terms of their actual implementation among WS platforms (with a focus on Java and .NET), their level of adoption and readiness. If you are new to web services or to the WS* protocols, or you are having difficulty keeping up with the pace of change in this area, this article should help.
-
The new WCF Web Programming Model supports REST Design
Don Box and Steve Maine introduce the WCF Web Programming Model to be released with Visual Studio Orcas in their talk "Navigating the Programmable Web" at MIX07. The Web Programming Model features support a RESTful design of web services within the unified WCF programming model.
-
Measuring the Immeasurable: Code Metrics for Visual Studio
Code metrics are a way to mathematically calculate the complexity of code. There are several ways to do this, 5 of which are included in Visual Studio Orcas.
-
HAML: The Beauty of Efficiency
The creator of HAML, an alternative templating language for Rails, feels that 20 minutes is all you’ll need to fall in love with its simplicity. However, a blogger named Grigsby disagrees, claiming that 2 minutes is all it takes. InfoQ investigates.
-
Navigating WS-*
Dan Diephouse has posted a paper, titled "Navigating WS-*", that provides an excellent overview of Web services standards and their respective relevance for solving real-world problems.
-
C# and VB Continue to Diverge
When VB.NET and C# were first released, they were often thought of as the same language with a different syntax and minor differences. As time goes on, these differences are becoming more pronounced. For example, their treatment of anonymous types is worlds apart.
-
CodeGear unveils Ruby on Rails IDE
CodeGear announced a new IDE for Ruby on Rails development based on Eclipse. Due out in in the 2nd half of 2007, this will enter a growing market of RoR development tools.
-
Motorola Challenges Java Developers to Rethink Mobile Computing
Thursday at JavaOne started with a thought provoking keynote by Motorola CTO Padmasree Warrior. Rather than the usual vendor keynote making grand announcements or touting specific accomplishments of her company, Warrior focused on challenging Java developers to think hard about the transformation of the mobile world.
-
Interface21 (Spring) gets 10M VC Funding
Interface21, the provider of the Spring Framework has announced that it has received $10 million in Series A financing from Benchmark Capital. The new funds will be used to accelerate product development and expand marketing, sales and support infrastructure to scale their professional open source offerings around Spring.
-
A Disciplined Approach to Agile Adoption
Ahmed Sidky and James D. Arthur present an Agile Adoption Framework. Attempting to provide a structured, repeatable and measurable framework for adopting Agile processes in a software development organization.
-
Sun Finishes OpenJDK Transition
In today's Java One keynote Sun announced that the open sourcing of Java has been completed. There is now a completely build-able JDK available to developers at the OpenJDK project.
-
InfoQ Article: The MOle Plugin
The MOle, so named because it acts as the investigators agent, is a plugin that provides insight into the inner workings of Ruby on Rails in realtime, as requests come in and get processed. The author describes how the plugin came about and gives InfoQ readers a detailed introduction to his innovative plugin.
-
AOP Refactoring: In-class aspects to improve code
AOP expert Ramnivas Laddad explains how to use Aspects for refactoring cross-cutting concerns within classes (not just across classes) for things like reducing boiler plate code and potential for mistakes. How to recoganize and refactor such logic into aspects is covered, as well as applying aspects for resource management and concurrency control.