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

  • The IronPython, Unicode, and Fragmentation Debate

    Unlike the canonical implementation, IronPython implements the str class as Unicode rather than an ASCII byte stream. While some are saying this is a serious fragmentation issue, others say it is no big deal.

  • In Case You Missed It: MonoDevelop, a C# IDE for Gnome Developers

    MonoDevelop is an IDE designed specifically for Gnome developers targeting the Mono runtime. Originally started as a port of the SharpDevelope IDE, it has grown into a significant project in its own right.

  • Debate: ODBMS sometimes a better alternative to O/R Mapping?

    In a recently released article on ODBMS.org, Ted Neward elaborated upon his idea that Object/Relational Mapping (ORM) is the Vietnam of Computer Science. Ted says that OODBMS' are better than RDBMS' for some types of apps. A number of people weighed in to the debate, including Hibernate founder Gavin King.

  • Edit Expression Trees with MetaLinq

    In the current implementation of .NET 3.5, expression trees are immutable. Developers wishing to edit one have to manually build new expressions by copying existing ones. Aaron Erickson's MetaLinq allows developers to side-step this by providing a way to convert expression trees into mutable representations and back again.

  • Microsoft Releases eScrum 1.0 TFS-based Project Management Tool

    Microsoft has released eSCRUM 1.0, a Web-based project management tool for Scrum built on the Visual Studio Team Foundation Server platform. Project interaction is via web-based UI, Team Explorer, Excel, or Project. It provides a single place for all Scrum artifacts such as product backlog, sprint backlog, task management, retrospective, and reports.

  • Father of the Web Tim Berners-Lee honored again

    Tim Berners-Lee, the father of the World Wide Web, is appointed to Order of Merit by Queen Elizabeth II.

  • Sun to Enhance Video Support with Java Media Components

    Some have argued that Java needs to fix its support for media and video, fast, or risk being shut out of the desktop and rich internet application space. Java Media Components may bring some relief: "This new feature, hopefully shipping in Java SE 7, is intended to support basic playback for Java applications. JMC is also, eventually, intended to address capture and streaming capabilities."

  • Java and .NET Libraries for Open XML

    With the new OpenXML format, there is the promise of an clean and efficient way to manipulate Office documents via XML. But with a 6000+ page spec, finding the exact nodes one needs to manipulate is a non-trivial task. To address this, OpenXML libraries for both Java and .NET are in the works.

  • Ruby x Agile: Matz explores the relationships between Ruby and Agile

    Ruby creator Yukihiro Matsumoto recently starred in the first of six short videos exploring the relationship between Ruby and Agile methodologies. Matz features along with Kenji Hiranabe and Shintaro Kakutani. Kenji is a self confessed ‘Agile agitator’ and Japanese translator of multiple XP/Agile books. Shintaro is a strong Ruby proponent.

  • Apache Synapse 1.0 and WSO2 ESB 1.0 Released

    <p></p> <p>The open source mediation platform Synapse 1.0 has been released, as well as a commercial ESB product which based on it. InfoQ spoke to WSO2's CTO and Synapse committer Paul Fremantle, about the details.</p>

  • Gardens Point Ruby.NET internals interview

    An option for running Ruby on the CLR today is the Gardens Point Ruby.NET compiler. A lot of work has gone into compatibility with Ruby and, recently, interoperability with other languages on the CLR. We talked to John Gough, of the Ruby.NET team, about technical details, compatibility and future plans for community participation in the project.

  • Apache Solr: Lucene Based Server Provides Highly Scalable Enterprise Search

    Apache Solr is a Lucene-based enterprise search server that delivers out-of-the-box indexing and query capabilities in a portable war file. Users interact with Solr via an HTTP interface, submitting content for indexing and making queries using XML documents and HTTP GET parameters.

  • Entity Services - Pattern or Anti-pattern?

    Entity Services or business-centric entities are considered by some to be a corner stone of Service Oriented Architecture - however not everyone agrees with this view. So are Entity Services a pattern or an anti-pattern for SOA?

  • Article: Unit-Testing XML

    In this exclusive InfoQ article, Stefan Bodewig explains how to use the XMLUnit Java framework to write tests in the presence of XML.

  • The Microsoft OBA Framework

    Microsoft has been touting a new way to build composite applications using the acronym, “OBA”. The intended sweet spot for OBA is within the Lines of Business within the greater Enterprise cloud. The OBA framework capitalizes on the large number of Microsoft Office licenses that have been sold world-wide.

BT