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

  • There Will Be No Metro UI for Mono

    Miguel de Icaza said that Xamarin won’t port Metro to other platforms, one of the reasons being Linux’ failure on the desktop. .NET developers interested in writing cross platform apps will be able to do so using Mono for the business code and rewriting the UI code for each platform.

  • ASP.NET MVC Pipeline And Extensibility

    ASP.NET MVC is designed with extensibility in mind and almost every part of processing pipeline is extensible using your own providers to replace the standard implementation. Simone Chiaretta, in his blog post “An Introduction to ASP.NET MVC Extensibility” gives an introduction to various stages in the ASP.NET MVC Pipeline, and a brief explanation of how extensibility comes into picture.

  • Modularity Maturity Model

    At the OSGi Community Event, Dr Graham Charters introduced the Modularity Maturity Model, a way of scoring where projects or organisations against how their modular developments score.

  • Tasktop Sync Supports Application Lifecycle Management Synchronization

    The new release of Application Lifecycle Management (ALM) tool Tasktop supports an ALM synchronization solution that addresses the visibility and traceability needs of the software development teams. Tasktop team announced the release of Tasktop Sync 1.0 version last month. They also recently released Tasktop Dev 2.1 version which builds on Eclipse Indigo release of Mylyn 3.6.

  • Apache Felix Framework 4.0.0 Adds OSGi 4.3 Support

    The Apache Felix project has just released the Apache Felix Framework, version 4.0.0, which adds OSGi 4.3 support to the Apache-licensed runtime. This brings it in line with Equinox, which has had OSGi 4.3 support for the last few months, and will permit applications to be written purely against the OSGi 4.3 APIs and have portability between the two systems. Read on to find out what's new.

  • Twitter Storm: Open Source Real-time Hadoop

    Twitter has open-sourced Storm, its distributed, fault-tolerant, real-time computation system, at GitHub under the Eclipse Public License 1.0. Storm is the real-time processing system developed by BackType, which is now under the Twitter umbrella.

  • OSGi Community Event Review

    <p>The OSGi Community Event was held in Darmstadt, Germany, during last week. Presentations from across the board, from embedded smart home devices to the latest Enterprise specifications were presented. Read on for a review of what was covered.</p>

  • Windows Share, a New Data Exchange Mechanism in Windows 8

    Microsoft has created a new mechanism for sharing information between applications in Windows 8 called Windows Share. Apps can share text, bitmaps, HTML, URI, files, and other type of data, and the usage scenarios are numerous. For example, the app receiving the information can post it to Tweeter or Facebook make it easy to post information to a social network without actually visiting it.

  • Eclipse 3.7.1 Brings Java 7 Support

    The Eclipse Foundation today announced the release of Eclipse Indigo SR 1, also known as Eclipse 3.7.1. This is a maintenance release of the existing 3.7 build, but importantly adds Java 7 support to the eponymous Java IDE.

  • Sync Framework Breaks Platform Barriers

    Sync Framework Toolkit builds on the Sync Framework 2.1 and uses OData to sync with any platform or client, including Windows Phone 7, Silverlight, Windows Mobile, iPhone, iPad, Blackberry, Android devices, and any browser using HTML5.

  • Sonatype Offers Insight Into Enterprise Open Source Usage

    Sonatype, the main company which drives Maven development, has joined a growing list of companies which aim to help organisations understand and audit their open source software usage, with the announcement of the Sonatype Insight software suite.

  • Java EE PaaS Providers

    A survey conducted by Red Hat at this year's VMworld implied a strong demand for Java EE based PaaS, but such products are thin on the ground. We take a look at two contenders, CloudBees' RUN@cloud, and Red Hat's own OpenShift.

  • Design Details of the Windows Runtime

    The Windows Runtime (WinRT) was created to provide a fluid and secure application experience on Windows. WinRT was influenced by both .NET, C++ and JavaScript. WinRT does not replace the CLR or Win32, but rather provides unified support for applications written in different languages to run on Windows using the new Metro UI.

  • ZeroTurnaround Announces Free Version of JRebel as Part of 4.5 Update

    ZeroTurnaround today released JRebel 4.5 and announced JRebel Social, a beta version of their popular "redeploy killer" that is free for non-commercial use, provided you are willing to give ZeroTurnaround access to your social network.

  • F# 3.0 – LINQ + Type Providers = Information Rich Programming

    Microsoft recently announced a developer preview release of F# 3.0 – new features include LINQ-support through Query expressions and a Type Provider System along with a set of built-in providers that allow succinct programming against a variety of data sources.

BT