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

  • Netty 3.3.1 Release Supports SPDY Protocol

    The Netty 3.3.1 release adds support for SPDY protocol, which has been proposed for inclusion in http/2.0, fixes regression of Android support and reduces memory consumption of ZLib compression.

  • MySQL Cluster 7.2 Released with 70x Increased Performance and NoSQL Features

    Oracle fires a new round for the heart of the NoSQL market. This 7.2 release of MySQL Cluster has new features putting it head to head with other NoSQL solutions including REST, memcached wire protocol, NoSQL C++, and standard MySQL interfaces. Oracle boasts 70x speed gains for complex queries using MapReduce like distributed joins. Is the world ready for a MySQL/NoSQL hybrid from Oracle?

  • Google Dart Roundup: Dartium Binaries Available, I/O Libraries, Book and Docs

    The first binaries of Dartium, Chrome with a built-in Dart VM, are now available for download. Dartium has the beginnings of debugging support in Dev Tools. Meanwhile, a lot of documentation resources have become available both from Google and outside.

  • HP Has Open Sourced webOS’ browser, Isis

    HP has open sourced Isis, a QtWebKit-based browser, and has outlined the guiding principles for Open webOS’ governance model.

  • QCon comes to New York: June 18-22, 2012; Registration Open!

    The first annual QCon New York, taking place June 18-22, 2012 is now open for registration ($700 savings until Feb 26th). QCon San Francisco has been sold out for the last two years and we are excited to bring the conference to the east coast!

  • Effective Scala - Best Practices from Twitter

    Twitter has open sourced its Effective Scala guide. The document is on GitHub and is licensed under CC-BY 3.0. Scala is one of the primary programming languages used at Twitter, and most of the Twitter infrastructure is written in Scala. The Effective Scala guide is a series of short essays, a set of "best practices" learned from using Scala inside Twitter.

  • A Look at MonoTouch.Dialog

    MonoTouch.Dialog is a UI development toolkit designed to dramatically reduce the amount of boilerplate code needed to create application screens for the iPhone and iPad. Through the creative use of attributes, screens are dynamically built from class definitions. Alternately they can be programmatically created or loaded from a JSON document.

  • Nexus 2.0 Released

    Today, Sonatype released Nexus 2.0, a major step forward in their artifact repository. New in this release is the addition of .Net support with NuGet, OSGi and P2 hosting in the open source version, and artifact popularity scores calculated from their frequency of access and cross references in POMs. Read on to find out more.

  • Kotlin Open Sourced

    JetBrains have open-sourced their Kotlin language, compiler and have offered a free plugin for IntelliJ users to write Kotlin code. The language is also buildable with Ant, Maven and Gradle builders. How does it compare to the other JVM based languages on the scene? Read on to find more.

  • Using IL Weaving to Inject INotifyPropertyChanged into Properties

    Simon Cropp has released an IL weaving tool that wires property changed notifications into automatically implemented properties. IL weaving is a technique in which the IL code in an assembly is rewritten to add functionality.

  • Fluqi Makes JQuery Simpler

    Fluqi provides a generic Widget builder for JQuery that allows you to visually create and customize JQuery UI widgets and then use the generated markup and JavaScript in your own application. It also provides a .NET API, in form of a fluent interface to use and configure JQuery UI controls in your server side code.

  • Gerrit at the Eclipse Foundation

    The Eclipse Foundation has made Gerrit available for projects using the Git version control system at https://git.eclipse.org/r/. This allows patches to be sent directly in the form of commits which can be applied to a Git repository, although the Eclipse IP Process needs to be updated to make it widely useful. Read on to find out what this means for Eclipse projects.

  • Apollo 1.0 Released, Next Generation ActiveMQ

    Apache Apollo 1.0, ActiveMQ subproject, was just released. Apollo's new threading model which is geared to multi-core microprocessors makes it faster, more scalable and more reliable than ActiveMQ. Apache Apollo now has JMS support along with a set of JMS benchmarks that show it is a clear competitor in the messaging space.

  • ASP.NET MVC Model Binding

    Model Binding is a feature that simplifies controller actions by using the request data to create strongly typed objects. Jess Chadwick takes a deep dive into this feature in an MSDN article and explores complex scenarios, as well as creating custom model binders when the default model binder is not enough.

  • Preview the Next JavaScript in Google Chrome

    Google Chrome and V8 now support some of the features planned for the next version of JavaScript, known as ECMAScript 3.1 “Harmony”. To try out these features you can use dev channel release of Chrome with the “Experimental JavaScript features” flag turned on.

BT