InfoQ Homepage Architecture & Design Content on InfoQ
-
Eclipse Riena 1.0 Released
The Eclipse Foundation has announced the release of Eclipse Riena 1.0, a platform for developing multi-tier rich client applications based on the Eclipse Rich Client Platform (RCP) and Equinox. Riena Core is an OSGi-based Remote Services Component for creating distributed client/server applications.
-
WS-Discovery and WS-DeviceProfile Public Review
The OASIS WS-DD technical committee, who are working on the standardization of WS-Discovery, recently put a trio of specifications into public review. Although WS-Discovery has seen some interest since its original release over 5 years ago, Oracle's William Vambenepe still wonders if it is of any use and whether anyone other than Microsoft will really use it.
-
Presentation: Community-Based Innovation: From Sports Equipment to Software
In this presentation recorded during OOPSLA 2008, Sonali K. Shah talks about innovations produced by community users. Contrary to the general perception, most innovations are not created by firms but by individuals. Shah offers the details of a study of innovations in sports equipments and also talks about open source and gated community innovations in software.
-
Introducing ADO.NET Data Services 1.5
The first version ADO.NET Data Services was originally slipped into a service pack for .NET 3.5. Finding that it did not quite meet customer expectations, another version is on its way.
-
Anders Hejlsberg on the C# 4.0 and 5.0
In a Channel 9 video, Erik Meijer and Anders Hejlsbeg discuss the future of C# inlcudein dynamic types, co/contra-variant interfaces, and pluggable compilers.
-
Presentation: Refactoring Databases
For years the norm for developers was to work in an iterative and incremental manner but for database developers to work in a more serial manner. The predominance of evolutionary development methods make it clear that the two groups need to work in the same manner to be productive as a team. Pramod presents material from "Refactoring Databases " on implementing evolutionary database development.
-
Achieving Agility Needed for Business Survival
An increasing number of organizations are embracing Agile development as a survival tactic in these turbulent economic times. This in turn has lead to a number of pundits examining what attitudes and attributes their teams need to be successful. Business agility is important, but how is this agility achieved?
-
A Workflow-as-a-Service Platform using SilverLight
SnapFlow is the latest Workflow-as-a-Service platform to launch. Gopinath Dhanakodi, VP of Engineering, explains his technical choices while Samad Wahedi comments on why they decided not to use BPM standards as they aim at providing workflow for the masses.
-
The Problems with WCF and the Using Block
The WCF Client code violates two of the core principals of .NET API design; calling Close should actually close the connection and calling Dispose should never throw an exception. We look at how this came to be and at some available workarounds.
-
Iron Speed Designer 6.0 Has Been Improved
Iron Speed Designer is a Web 2.0 application generator enabling developers to visually create web pages for .NET/IIS without needing to know HTML or ASPX. The latest version, 6.0, has an improved layout editor, new page types, new workflow page types and live page preview.
-
Apache Tuscany Java SCA 2.0 M1 Released
The Apache Tuscany team announced the release of 2.0 M1 of the Java Service Component Architecture (SCA) project. SCA defines a technology neutral component and assembly model for business application developers to focus on implementing the business logic and composing them into business solutions without worrying about the technology concerns.
-
Being A Better Product Owner
Anyone who has spent any time on an effectively executed agile project can attest to the fact that the Product Owner's (or, in XP, the "Customer's") collaboration with the development team plays a key role in the success of a team. Peter Stevens offers a bit of advice to help people in these roles do this well.
-
Managing Amazon Services on the iPhone
A number of companies have started to develop mobile applications for managing Amazon Web Services. The most popular device is iPhone and the main service considered is EC2.
-
Interview and Book Excerpt: Thomas Erl's SOA Design Patterns
InfoQ has published an excerpt from Thomas Erl’s newest book, SOA Design Patterns, and used the opportunity to interview the author. Topics covered include the role of a patterns catalog, differences between service-orientation, SOA, and Web services, and the current state of the SOA world.
-
Interview: Erik Meijer on LINQ
In this interview made during QCon SF 2008, Erik Meijer talks about less known LINQ features, like the ability to do meta programming or the fact that LINQ works against any data collection that implements the sequence operators. Meijer also talks about the differences between functional languages and objectual ones, asynchronous computation, and the evolution of languages.