BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Development Content on InfoQ

  • VSoft Releases Version Control Survey Results

    .NET tool vendor VSoft recently released the results of a survey among 400 VSoft customers on version control product usage. Microsoft Visual SourceSafe (VSS) remains at the top of the list, though its numbers declined since the 2005 survey which may be due to customers migrating to Team Foundation Server (TFS), though TFS is cost-prohibitive for many smaller development shops.

  • Starfish Brings Google-Style Distributed Processing to Ruby

    An implementation of MapReduce, a process invented by Google to easily split up tasks to be performed by hundreds of machines, is brought to Ruby in a library called Starfish.

  • Five Habits of Highly Effective Software Developers

    What are some of the code-level practices of highly effective developers? Robert Miller wrote a detailed article on Java.NET covering 5 practices which could apply to any language, including minimalist constructors, methods with clear focus and intent, minimizing logic in mutating methods, and minimizing dependendies between behaviour methods.

  • IBM Buys Internet Security Systems

    Continuing the acquisition rampage, IBM acquires Internet Security Systems for 1.3 Billion in cash. In the past weeks, IBM has acquired Webify, Filenet and MRO systems. What does this acquisiton rampage suggest?

  • Team Edition for Database Professionals ("DataDude") CTP 5 Released

    Microsoft has released the 5th CTP of Visual Studio Team Edition for Database Professionals, Microsoft's new database development product designed for managing all database change. Team Data for short, or "DataDude", is the first Microsoft tool to provide automatic support for database unit testing, generating test data, and refactoring.

  • InfoQ Article: Grails + EJB Domain Models Step-by-Step

    Grails could bring Ruby on Rails style productivity to the Java platform, built on the Groovy language and fully integrated with Java. In this tutorial, Jason Rudolph shows how to use Grails to quickly build a functional website around an existing EJB 3 entity bean domain model with very little code.

  • Sun Releases Identity Management to Open Source

    OpenSSO is an open source access management software distribution that provides the means to build authentication, authorization, and session management for Java and web applications and web services. Sun will be basing the Sun Java System Access Manager product on OpenSSO.

  • Developers Petition Microsoft to Rename .NET Framework 3.0

    A group of developers are petitioning Microsoft to change the name of the announced ".NET Framework 3.0" back to "WinFX" or another less-confusing name. The source of the confusion is that the .NET Framework 3.0 will still run on version 2.0 of the CLR, which many consider synonymous with "the .NET framework." The petition has 210 signatures at the time of this writing.

  • Closures Proposed for Java SE 7

    Some of the main architects of the Java language) have put out a proposal for adding closures and local functions to Java SE 7, a feature that Smalltalk users always raved about, which is common in scripting langauges and even C# supports them. The reactions from the community have been over all quite positive.

  • A Rails memory leak profiling solution

    Scott Laird was dealing with the difficulties of finding memory leaks in his Rails apps and came up with solution. Scott put the code for his solution up on his blog, respondents have already called it an essential tools they'll use on their projects going forward, and Scott promised to package it up as a plugin eventually.

  • Bringing Profiling to Eclipse - The Eclipse Test & Performance Tools Platform

    Many developers are unaware that the Eclipse Foundation has had a profiling project, the Eclipse Test & Performance Tools Platform (TPTP), since 2004. TPTP addresses the entire test and performance life cycle, from early testing to production application monitoring, including test editing and execution, monitoring, tracing and profiling, and log analysis capabilities.

  • VS.NET 2003 SP1 Released

    The long-awaited Service Pack 1 for Visual Studio.NET 2003 was released earlier this week. SP1 fixes over 400 VS.NET 2003 bugs , including the top 50% of VS.NET crashes reported using through the Windows Error Reporting Service. Most notable from the fix list are several IntelliSense fixes, plus resolutions to assorted IDE crashes.

  • Ruport: A Ruby Report Builder and Reporting Library

    Gregory Brown releases a free library and toolset for Ruby that makes building reporting applications easy.

  • XML Overload: Bad Design or Neccesary Evil?

    As discussed in the recent InfoQ News item SOAP Attachment State of the Art, XML files are reaching epic proportions in real world SOA implementations. Is this bad design or a neccesary evil? A recent study by Rogue Wave Software helps clarify.

  • Welcome to InfoQ's Agile Community Site

    On InfoQ our Agile editors/practitioners scan the web to bring you news that helps you keep up with new ideas to improve your own Agile practice, as well as exclusive videos and articles on important and novel subjects. Here we bring you a tag cloud, a introduction to the site with some background on Agile and a few resources for newcomers, as well as the public AgileEvents calendar.

BT