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 1.9.3: Improved Performance and Stability and BSD Licensed

    The latest Ruby release 1.9.3 further improves the stability and performance of the 1.9 series and brings only few new features. Ruby's license changed to 2-clause BSD + Ruby License instead of GPLv2 + Ruby License.

  • How Do You Tune Your Application For Performance?

    StackExchange is built on the ASP.NET and SQL Server stack. Recently, Sam Saffron and Marc Gravell blogged about their experience identifying and solving a performance problem that was finally traced to the .NET GC GEN-2 objects. There is a lot to be taken away from their experience for everyone tuning performance for applications in production.

  • Reactive Extensions for .NET 4.5

    The new functionality in .NET 4.5 with it the opportunity to revisit the out of band libraries such as Reactive Extensions. Bart De Smet talks about what’s in the Rx experimental branch.

  • Spring 3.1 RC1: Environments, Comprehensive @Configuration, Cache, c: namespace, Java 7

    SpringSource has released the first release candidate of Spring 3.1. Spring 3.1.0.RC1 contains the following new features: Environment Abstraction and Bean Profiles, Comprehensive @Configuration, Cache Abstraction, c: namespace, Enhanced MVC Support, Enhanced JPA Support, Hibernate 4.0 and Quartz 2.0 Support, Servlet 3.0 Support, Java 7 with JDBC 4.1 and ForkJoinPool.

  • .NET Framework 4 Now Supports LocalDB

    Microsoft has added LocalDB support in .NET Framework 4. LocalDB is a free developer edition of SQL Server “Denali” meant to provide most of the server’s API but without management overhead.

  • Worm Turns Unpatched JBoss Servers into Botnet

    A new worm exploiting a JBoss vulnerability that was patched in April 2010 is targeting unsecured servers and adding them to a botnet, security researchers are reporting.

  • AppDynamics Lite 2 Released - Adds Monitoring Support for Free

    Application Performance Measurement (APM) vendor AppDynamics has released AppDynamics Lite version 2.0, bringing new features from their commercial product into the free version.

  • WCF Data Services October CTP Updates OData Libraries, Adds Spatial Data Types

    Microsoft has released the WCF Data Services October CTP, which targets .NET 4 and Silverlight 4. This update includes new libraries for OData version 3, and adds support for spatial data.

  • 50 Spots left for QConSF; Google’s Dart Keynote Added

    The 5th annual QCon San Francisco is taking place just 3 weeks from now, the chance to register is quickly approaching. Registration is double last year's at this time! We only have 50 tickets left so book early to make sure you get a spot.

  • Microsoft “Data Explorer” – Discover, Enrich, Publish Data

    Microsoft announced a new Cloud Service codenamed “Data Explorer”, to be available by November. With this service, you can manage related data from disparate data sources, combine and curate data and then share results with others. The service also works with Azure data market and Bing to make third party datasets available wherever relevant.

  • JetBrains releases AppCode, an IDE for Objective-C

    JetBrains has released AppCode 1.0, their first release of an Objective-C IDE. It requires Mac OSX 10.5 or above. It requires the Apple Developer Tools to be installed (in order to access the simulator and developer headers) but provides more advanced refactoring and code smell detection. AppCode has a free 30-day trial, and discounted licenses until December 31st.

  • Codify Development Environment runs on iPad

    Two Lives Left have released Codify, a platform that allows game development using the Lua scripting language, which runs directly on an Apple iPad. Games can be created and demonstrated on the iPad, with auto-completion and tight editing. Codify is availbale on the App Store for US$7.99.

  • Building Visual Studio Extensions with Roslyn

    Yesterday we talked about the Roslyn Compiler and Workspace APIs. Today we take a look at the Roslyn Service APIs and how they can be used to extend Visual Studio. The extensions we will look at today are Code Issue, Quick Fix, Code Refactoring, Completion Provider, and Outliner.

  • Microsoft Unveils its Compiler as a Service

    Early reports suggested that the Rosyln project would just be a better runtime-accessible compiler and REPL-style interpreter, but it turns out that it is much more ambitious. By opening up the entire compiler pipeline Microsoft hopes that developers will create a wide variety of tools at many levels.

  • Oracle Sets Out Two Year Plan for Client-side Java

    Given that Oracle is predominantly focused on enterprise software, it has been tempting to assume that the vendor would largely ignore client-side Java. It became clear at JavaOne this year, however, that Oracle is making a renewed push on the desktop, spearheaded by JavaFX. It will also be open-sourcing the entire JavaFX platform via OpenJDK.

BT