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

  • Globalization for JavaScript

    Considering that the whole purpose of JavaScript is to help provide interactive content on an international stage, one would expect to see globalization features either built into the language or widely available in libraries. But surprisingly, until the recent announcement from jQuery and Microsoft there wasn’t anything available.

  • HTML5 Is Not Production Ready

    Philippe Le Hégaret, a W3C Interaction Domain Leader overseeing the HTML standard, considers that HTML5 needs to pass the compatibility tests across browsers before being suitable for production. While early adopters present nice 3D animations and videos done with HTML5, most developers should probably wait until mid 2011 or early 2012 when the standard becomes stable.

  • DB2 Debugging in Visual Studio 2010

    IBM is offering a demo of their DB2 Add-ins for Visual Studio 2010. In addition to "full end to end debugging for SQL procedures for VB and C# apps”, it includes ADO.NET and Entity Framework providers for many of the DB2 variants.

  • GWT 2.1 RC1 Brings Features Initially Scheduled for 2.2

    GWT 2.1 RC1 contains features specified by the roadmap, such as new table and tree widgets, but also features that were initially planned for GWT 2.2, such as logging. Another important feature is an MVP framework.

  • ASP.NET MVC 3 Go-Live License

    Microsoft’s ASP.NET team has taken the Agile philosophy of Deploy Early, Deploy Often to heart. Close on the heels of ASP.NET MVC 2, version 3 beta has already been approved for production use. With a whole host of promising new features including the Razor syntax, this will be a hard release to ignore.

  • IBM Joins OpenJDK

    Oracle and IBM have today jointly announced that IBM will collaborate in the OpenJDK community to develop the Java platform, starting with the recently revised JDK 7.

  • Membase Server publicly available from Membase Inc.

    Enterprise and Community Edition of Membase Server are publicly available from today from Membase Inc. (formerly NorthScale Inc.) the provider of the widely used Memcached Caching infrastructure.

  • IBM Cuts DB 2 Prices While Oracle Raises the Cost of MySQL

    MySQL and DB2 are a lot alike. Both are free to start, but to get the tools needed to properly support them you have to buy subscriptions form the vendor. At the same time that Oracle is raising MySQL’s subscription to 3,000 per server, IBM is dropping DB2 to 1,500 per server.

  • Project Visage to Continue Work on JavaFX Script Without Oracle

    Oracle's decision to cease work on JavaFX Script, announced at JavaOne, was a disappointment to some in the community. Using the open source JavaFX Script compiler as a starting point, Project Visage is looking to continue to develop the DSL as an open-source project.

  • NuPack, OpenWrap, and CoApp – A Roundup on Package Managers for .NET/Windows

    Microsoft has released NuPack CTP 1, an open source package manager for .NET. OpenWrap is another package manager for .NET with many similarities and some differences. CoApp is a package manager for Windows featuring updates and support for multiple languages like C, C++, .NET, PHP, Python, Perl.

  • Maven 3.0 Released

    Sonatype today announced the release of Maven 3, the biggest change since Maven 2 was released in 2005. The release of Maven 3 has been backed up by significant automated testing using open-source projects in the field to try and prevent backward incompatibilities. As a result, Maven 3 should just be a drop-in replacement for Maven 2, with an increase in performance.

  • Data Link – A Data-Binding for jQuery

    The second of the three jQuery libraries by Microsoft adds support for two-way data binding. While it serves the same purpose, the implementation is very different than what you would see in WPF or Silverlight.

  • Introducing Templates for jQuery

    In the first of three new libraries created by Microsoft and accepted by jQuery as official plugins, the jQuery Templates API allows for the dynamic creation of HTML Elements from data objects. Like server-side templating languages such as ASP or VB’s XML Literals, one merely has to leave holes with data-binding expressions that indicate what should be displayed.

  • Scalatra: A Sinatra-like Web Framework for Scala

    Scalatra is a Scala web framework that follows the principles of the Sinatra Ruby web framework. It was originally known as Step and it is the framework behind the RESTful backend that is used by LinkedIn Signal.

  • LLVM 2.8 Released

    The LLVM team yesterday released LLVM 2.8, the low-level virtual machine infrastructure that includes a next-generation C/C++ compiler, optimiser, and run-time. In addition, the LLVM also sports a VMKit for CLR and JVM runtime and is used in tools as diverse as MacRuby and Python's Unladen Swallow. Additionally, the recently-released Mono 2.8 has a mono-llvm runtime. So what's new in LLVM 2.8?

BT