InfoQ Homepage News
-
Does software design really pay off?
Many developers have encountered a situation where they’ve been asked to cut down on design and "just get the job done". Martin Fowler presented his doubts about this strategy and explained trading design quality for speed is illusory for projects longer than just a few weeks.
-
SOA in the Real World
Microsoft has published a free eBook titled "Service Oriented Architecture (SOA) in the Real World". The book presents Microsoft's view of Service Oriented Architectures and contains several real world examples that show how a SOA can be implemented by using Microsoft products and technologies.
-
JRuby: Java5 or not?
A discussion in the JRuby space is resurfacing: Should the project move to Java 5. Is it worth breaking compatibility with Java 1.4? Using languages features like Annotations and Enums would be useful, as well as and not having to use a backport of the Concurrency libs. We look at the pros and cons.
-
Visual Studio 2008 & .NET 3.5 Beta 2 release is available
The Beta 2 release of Visual Studio 2008 & .NET 3.5 is now available for download. Beta 2 includes a go-live license, which allows developers to use this version in production.
-
Has Agile Crossed the Chasm?
Carrying on from last year's survey, Scott Ambler published the 2007 Agile Adoption survey this month. InfoQ provides some analysis of his findings and asks readers how they would approach getting a single view of Agile trends from across the community.
-
Inside IronRuby PreAlpha1
This week at OSCON, John Lam of Microsoft released IronRuby to the masses and promised to host the source code on Rubyforge under the Microsoft Permissive License by the end of August. Infoq sent John several questions asking about futures and how the community could best particpate in the development of IronRuby.
-
Article: Implementing Automated Governance for Coding Standards
Most development organizations of a significant size have some form of coding standards and best practices. Simply documenting these standards and keeping them up to date can be a significant challenge and enforcing them even harder. Our organization has found that enforcing coding standards and best practices in an automated fashion through our build process has been highly effective.
-
Singularity: Rethinking the Software Stack
Singularity is a Microsoft research project aimed at producing a new operating system built for dependability. Relieved of commercially viable burdens such as backward compatibility, Singularity contains many alluring ways of solving classic problems using newer programming tools and methodologies. InfoQ spoke to the Singularity team to learn more.
-
Free PowerShell Book
Frank Koch of Microsoft Switzerland has released a free mini-book on Windows PowerShell. Highlights include piping objects instead of text between commands and browsing the registry as if it were a file system.
-
Article: Service Composition
In an InfoQ article, Boris Lublinsky discusses the main approaches to service composition, both from design and implementation point of view, and outlines the benefits of using orchestration. Topics covered include hierarchical vs. conversational composition, composition topologies, and the pros and cons of difference implementation approaches.
-
Partitioned-Iterative more appropriate for EA than Zachman, TOGAF?
Roger Sessions claims that the most popular EA frameworks (Zachman, TOGAF, FEA, and Gartner) have failed to evolve to the needs of today's more complex development needs. Instead, Sessions proposes a 'Partitioned-Iterative' Approach that reduces complexity through partitioning an organization in smaller pieces, rather than defining the architecture for the whole company at once.
-
Java and Web Application Development: Is Too Much Abstract A Bad Thing?
RedMonk analyst, Michael Coté, has written a lengthy opinion piece comparing Java web application development to development with frameworks such as Rails and Django. He suggests that Java applications often are developed having a "view" which is the web while other frameworks embrace the web more at their core.
-
Interview: Anne Thomas Manes on SOA, Governance, and REST
In an InfoQ interview, recorded at QCon London, Anne Thomas Manes, research director at Burton Group, talks about the state of SOA, explains different ways of getting funding for SOA initiatives, the value of SOA governance and governance tools. Another topic covered is the applicability of REST to SOA, the need for a RESTful description language, and REST support in SOAP toolkits.
-
Microsoft Research's Accelerator: A Data-Parallel Library for .NET that Targets GPUs
Microsoft Research's Accelerator Project exposes a .NET library for performing parallel data processing using a computer's GPU.
-
Testing and Quality Control the only Certification Needed?
A new certification for software developers that is neither about in depth knowledge of programming languages, nor any modelling and design techniques, was suggested by Reginald Braithwaite. Only one subject would be on the examination list - "Testing and quality control". Safety has to be the prerequisite to any software development job. For the rest marketplace will decide.