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

  • Ruby on Rails gets down to the Metal

    The Ruby on Rails team has been busy moving Rails to the next level with the adoption of Rack. The implementation of Rack allows developers to use many available middleware pieces in their applications. This addition has allowed the Rails team to create Rails Metal, a wrapper around the generic Rack middleware which sits in front of a Rails request with access to Rails sessions.

  • Dynamic Language IDEs: News From Groovy-Eclipse

    Another part of our series about IDEs for dynamic languages: a look at the future plans and latest feature additions of Groovy-Eclipse.

  • CSLA .NET 3.6 Supports Silverlight 2.0

    The Component-based Scalable Logical Architecture for .NET (CSLA .NET) version 3.6 has been released including support for Microsoft Silverlight 2.0. CSLA .NET is a .NET software development framework which helps one to “build a powerful, maintainable business logic layer for Windows, Web, service-oriented and workflow applications”.

  • Dynamic Language IDEs: Aptana Ruby and DLTK Ruby

    In this first part of our series about IDEs for dynamic languages, we take a look at the current state of Aptana's und DLTK's Ruby IDE. We talked to the developers on these project to find out the current state of these tools.

  • JRuby 1.1.6 Released, Improves Ruby 1.9 Support

    JRuby 1.1.6 is now available. The latest release brings the usual list of speed improvements and bug fixes, but a big new feature is the full support for parsing Ruby 1.9 source code, as well as improved Ruby 1.9 support.

  • Zoho Applications Can Be Deployed on Google App Engine

    Zoho has announced that its applications can be deployed on Google App Engine (GAE). Zoho offers a suite of online applications, most of them free for personal usage, and Creator, an online application creator.

  • Rhodes Brings Ruby Apps to iPhone, Windows Mobile, BlackBerry

    Rhodes, an open source toolkit, allows to write Ruby client applications for mobile phones, currently the iPhone, Windows Mobile and RIM BlackBerry. By bundling a version of the Ruby runtime, it even gets around the restrictions of the iPhone, and also gets access to GPS, and other features. We talked to Adam Blum of Rhomobile about the technology behind Rhodes and how to write apps.

  • IBM’s Data Server Provider for .NET Supports the Entity Framework

    IBM has released the production version of its Data Server Provider for .NET including support for Microsoft’s Entity Framework allowing its users to create EDM schemas, and to execute EntitySQL and LINQ statements.

  • Microsoft Launches iPhone App

    Microsoft Live Labs has released Seadragon Mobile, Microsoft's first application developed for the iPhone platform. Seadragon is an image viewer incorporating Microsoft's Deep Zoom functionality, allowing efficient display and manipulation of high-resolution imagery. Seadragon Mobile is available for free in the iTunes App Store.

  • Java 1.5 for the .NET Platform

    Ja.NET is a port of Java 1.5 SE to the .NET platform. Ja.NET is built on top of noteworthy open source projects such as the Eclipse JDT compiler, Mono's Cecil, and Apache Harmony. Unlike IKVM, which is a full JVM running on .NET, Ja.NET compiles directly to IL. This should give it a significant advantage in performance.

  • TeamCity 4.0: Distributed Builds and Continuous Integration

    JetBrains, the company behind Intellij IDEA, have released TeamCity 4.0: distributed build management and continuous integration server. The new version has improved support for alternate platforms (such as .NET and Ruby), supports more parallel build options, and has several new management features.

  • Erlang Style Concurrency for .NET Applications Part 1 - CCR

    Erlang allows for massively scalable concurrency, often with millions of lightweight, thread-like components known as actors. Unfortunately, using Erlang requires rewriting all of your legacy code into a rather esoteric language. But there are other options, such as the little known CCR platform that was developed by .NET's robotics department.

  • Google Has Open-Sourced Their C++ Mocking Framework

    After open-sourcing their C++ Test Framework a few months ago, Google has just open-sourced the Google C++ Mocking Framework (Google Mock) under the BSD license.

  • Microsoft Robotics Developer Studio 2008 Released

    Microsoft recently announced the final release of Robotics Developer Studio 2008. RDS 2008 offers a Windows-based environment for development of robotics applications targeted to various hardware platforms. Most notably, RDS 2008 includes enhancements to help hobbyists and begginers get started with visual authoring and simulation tools.

  • Ruby Performance: Great Shootout Results And A Discovery About Binary MRI vs Source Compiled MRI

    Antonio Cangiano has again benchmarked all Ruby VMs, MRI 1.8 and 1.9.1, REE, JRuby, Rubinius, IronRuby and MagLev. The results show the steady improvement of the performance of all VMs - and a few surprising lessons of how the performance of MRI can vary.

BT