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

  • Interview: Chad Myers on FubuMVC - An Alternative MVC Implementation in ASP.NET

    When ASP.NET MVC was first made available, Jeremy D. Miller and Chad Myers worked with the pre release versions and changed some of the underlying implementation. Later almost nothing was left of the original ASP.NET MVC implementation and they decided to create the alternative ASP.NET MVC implementation FubuMVC. Later they invited in Mark Nijhof as one of the major contributors to the project.

  • MountainWest RubyConf 2009 Videos

    MountainWest RubyConf took place from 13-14 March in Salt Lake City. All talks are available from Confreaks; we picked some interesting ones – Rails 3 and Merb, DSL design, usability on Rails, Vertebra – and give a coarse summary and some pointers into the talks.

  • Amazon Rolls Out Hadoop Based MapReduce to EC2

    It has been possible to run Hadoop on EC2 for a while. Today Amazon simplified the process by announcing Amazon Elastic MapReduce which automatically deploys EC2 instances for computational use and includes a API for interacting with them.

  • Enhancements in JScript 5.8, the IE8 Scripting Engine

    After a couple of betas, IE8 was finally released last month including version 5.8 of its JScript engine. The main enhancements of the scripting engine are: JSON support, performance optimizations, ECMA 3 compatibility, a profiler plus a debugger.

  • Interview: Tools for the Open Web

    Dion Almaer and Ben Galbraith open with a definition of the Open Web, the tension arising from multiple Web technologies, the diversity and "polyphony" of Open Source, the future of Web development tools, and the debate associated with the possible evolution of Javascript. The potential impact of HTML 5 on tool and Web development in general is discussed.

  • ASP.NET MVC is Open Source

    It has just been announced that ASP.NET MVC has been released under Microsoft’s open source license. The Microsoft Public License is certified by the Open Source Initiative, making is appropriate for most projects requiring an open source license including Novell’s Mono.

  • Jeff Moser's How .NET Regular Expressions Really Work

    Did you know the last 15 regular expressions are cached? Or that the .NET engine uses a form of machine code? You can learn this and more from Jeff Moser's in-depth study of how regular expressions work in .NET.

  • The Open Cloud Manifesto

    A group of unknown authors have written an Open Cloud Manifesto endorsed by many companies and calling for open cloud computing. The document outlines 4 goals customers have and proposes 6 principles. The secrecy used to create the Manifesto has generated some unfriendly reactions around the web.

  • Presentation: Amazon Web Services: Building Blocks for True Internet Applications

    This presentation discusses how Amazon's Web Services can help Web developers solve common but vexing problems, including scaling. The Elastic Compute Cloud (EC2) and Simple DB are discussed in detail along with the Simple Queue, Simple Storage, and Flexible Payment Services. Each discussion covers basic concepts, example APIs, and brief introductions of case studies.

  • Critical Security Vulnerability Found in Quicksort

    In what is sure to become one of the most wide-reaching security vulnerabilities yet known, a researcher with L0pht Heavy Industries has uncovered a flaw in the standard implementation of the Quicksort algorithm. InfoQ spoke with Dildog of L0pht to learn more about this vulnerability and it's ramifications.

  • Ruby at Google Summer of Code 2009

    Google Summer of Code 2009 now accepts applications from students. Possible Ruby mentor organizations are Ruby on Rails, Codehaus and others. We take a look at suggested/available projects.

  • Top Scripting Languages: PHP, Ruby, Python

    Evans Data's published the result of its scripting language survey. PHP, Ruby and Python are the favorite choices of more than 500 developers and IT Professionals. Scripting languages usage in the enterprise has changed with time, the survey outlines the drawbacks and merits of each language.

  • Sun's Disagreement With Apache Overshadows Java 7 Announcement

    Sun Microsystems have published an updated schedule for JDK 7 along with a list of the approved features, but the ongoing disagreement with Apache over licensing the Java Compatibility Kit (JCK) for Java SE threatens to overshadow the announcement.

  • Steve Ballmer’s Vision of Cloud Computing

    In a recent interview with Saul Hansell from “The New York Times”, Steve Ballmer shared his vision of cloud computing and Azure’s role.

  • Article: Fetching strategy implementation in a J2EE application using AOP

    In this article Manjunath R. Naganna introduces a strategy for overriding the default fetching pattern in the Repository/DAO class with a different fetching pattern based on the specific use case as defined with Aspect Oriented Programming. Aspect helps in deciding which fetching strategy needs to be used in a particular business use case.

BT