InfoQ Homepage Development Content on InfoQ
-
Red Hat Renames JBoss Application Server to WildFly, Opens Up Commercial AS Binaries to All
Leading Linux vendor Red Hat has announced that JBoss Application Server is being renamed WildFly, said to represent JBoss AS's "extremely agile, lightweight, untamed and truly free" nature. In a separate announcement the firm has also started to make the binaries for their Enterprise Application Platform available to developers under an LPGL license for free.
-
Visualize JavaScript Code Flow with TraceGL
Rik Arends has released TraceGL, a new tool to debug JavaScript application using trace debugging. In order to make it easier to debug complex browser and Node.js-based applications, the tool captures, visualizes and lets the user navigate execution traces while the application is running.
-
Facebook Releases PhoneGap Plugin and SDK for .NET
The recently released PhoneGap Facebook Plugin enables developers to enable Facebook single sign-on into their PhoneGap based Android and iOS apps. Facebook also released SDK for .NET which enables developers to integrate Facebook into their Windows Phone and Windows 8 applications.
-
Microsoft Offers Module to Scale Out Real-time Node.js Applications
A new open-source contribution from Microsoft uses the Windows Azure Service Bus to provide scale out support for real-time Node.js applications. This module, called socket.io-servicebus, connects multiple servers running the popular Socket.IO module. This contribution is yet another example of Microsoft embracing Node.js and integrating it with Microsoft products and services.
-
Database Lifecycle Management Guidance Updated by Microsoft
Microsoft recently updated database lifecycle management guidance page with SQL Server DLM diagram along with curated resources for SQL Server Data Tools, SQL Server Management Studio and Windows Azure SQL Database.
-
Mobile Dev, Big Data Analytics Take Center Stage at IBM Impact 2013
At its annual customer conference in Las Vegas, IBM unveiled a number of new enhancements to its “MobileFirst” portfolio of products including data analytics support, mobile cloud services, cross-platform testing capabilities, as well as a series of updates to their core products to better support the mobile ecosystem.
-
JavaScript Memory Analyzer in Visual Studio 2012 Identifies Leaks in Windows Store Apps
Visual Studio 2012 Update 1 includes a new JavaScript Memory Analyzer for Windows 8 which identifies potential memory leaks to enable developers to fix their apps before submission to Windows Store.
-
Meteor Introduces Tighter NPM Integration, Overhauled Package Management
The Meteor Development Group released Meteor 0.6.0 on April 4th as a major overhaul to its package management system as well as growing NPM package support.
-
First Look at Visual Studio 2012 Update 3 Shows Modest Updates
The first preview of the forthcoming 3rd Update to Visual Studio has been released. This release focuses primarily on bug fixes and improvements to Team Foundation Server 2012.
-
More on Immutable Collections in .NET
Since we last reported on Immutable Collections in January, the API has evolved and a lot more has been revealed about the inner workings.
-
Async for .NET and Silverlight 4
Microsoft has released the final version of Microsoft.Bcl.Async. This package allows developers using .NET 4, Silverlight 4, and Windows Phone 7.5 to use the async features found in C# 5 and VB 11.
-
LeanSentry Adds Smart Alerts, Error Highlighting and Classic ASP Support
LeanSentry, formerly Sentinel has been updated with support for smart alerts, error highlighting, enhanced dashboard, classic ASP support in addition to several diagnostics features.
-
Asynchronous Gotchas in C#
Sometimes the best way to understand pitfalls in one language is to see how another language prevents them. Tomas Petricek, author of Real-World Functional Programming, discusses seven common mistakes found in asynchronous C# code and demonstrates how F# makes them less likely to occur.
-
Dart's M4 Release Stabilizes Core Libraries
The Google Dart team has released milestone 4 of its SDK. While the language had already stabilized in previous milestones, this M4 release stabilizes some core libraries. Performance has also improved. The DartVM, which runs Dart natively, is now between 160% (for the DeltaBlue benchmark) and 200% (for the Richards benchmark) faster than v8. The release also includes the faster dart2js compiler.
-
A Merge Tool that Understands Functions
Codice Software, maker of Plastic SCM, has released a preview of a semantic merge tool. This tool parses your code, allowing for a more accurate merge than the line-by-line comparisons most tools use. We interviewed Pablo Santos Luaces, Principal Software Engineer of Codice Software.