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

  • Groovy 2.3 Released With Traits and Java 8 Support

    Groovy Project Manager at Pivotal Guillaume Laforge today announced the release of Groovy 2.3, the first major Groovy release this year, and the first major release of Groovy to feature official support for running on the recently released Java 8.

  • A Look Back at NDoc and Sandcastle

    The history of NDoc and Sandcastle is long and sordid. We take a brief look at that history and then check in on their successor, the Sandcastle Help File Builder.

  • Coverity Scan Gets Better with Java, Apache Hadoop, HBase and Cassandra Support

    The recently released open source scan report by Coverity mainly detected and fixed Resource Leaks, Null Pointer and Control Flow issues besides several other issues. It also scanned the source code of Linux and fixed several bugs.

  • BASIC Turns Fifty

    The Beginner's All-Purpose Symbolic Instruction Set, first used on 1st May 1964, turned fifty yesterday. More widely known as BASIC, in introduced a generation to programming, kick-starting many who would then go onto a path to technology in the future. InfoQ looks back at the memorable moments as well as looking to the future.

  • Kin Lane on How API Commons Will Shape the Future of Web APIs

    InfoQ asked Kin Lane, the leading API evangelist, to share his views on open API designs and on what led him to launch the API Commons initiative with Steven Wilmott. He explains how translation and interoperability between the emerging API description languages matters, and how an open internet culture should prevent API Commons from making the same mistakes as past initiatives like UDDI.

  • Promises: The New Async Standard in Browser JavaScript?

    Everybody who did more than some basic work with JavaScript has come across asynchronous programming. However, opinions on how properly deal with this asynchrony has been a long ongoing debate in the JavaScript world. However, with the arrival of native promises in EcmaScript 6, future browser APIs will start using promises instead (where appropriate).

  • Java ME 8 General Availability Release

    Oracle principal product manager Terrence Barr announced the release today of Java ME 8, further aligning Java ME 8 with Java SE 8 and the Internet of Things

  • Edge.js Adds Support for Linux and Mac OS X So C# and Node.js Can Run Anywhere

    The Edge.js project allows developers to combine C# with Node.js, within a single process. The latest release adds support for Linux and Mac OS X, allowing developers to use the environment they want for development and hosting.

  • Groovy 2.3 gets a much faster JSON Parser

    Groovy 2.3 will ship with one of the fastest JSON parsers on the JVM, according to Rick Hightower, the ubiquitous consultant and author.

  • Oracle NoSQL Database 3.0 Supports Table Data Model and Secondary Indexing

    The latest version of Oracle NoSQL Database supports tabular data model, secondary indexing, security enhancements via Oracle Wallet integration, and data center enhancements. Oracle recently announced the release of version 3.0 of the distributed key-value database.

  • Famo.us JavaScript Library Goes Open Source to Public, Brings Free Lessons to Community

    Almost 3 years after its initial launch, the JavaScript development framework Famo.us has been taken open source to the public. Providing an open source 3D layout engine integrated with a 3D physics-based animation engine that can render to DOM, Canvas, or WebGL, Famo.us wants to help HTML5 reach its original vision.

  • Announcing the NuGet 3 Roadmap

    In a recent article, Jeff Handley outlined the roadmap for NuGet 3.x. From its humble beginnings as a way to distribute out-of-band ASP.NET MVC packages, NuGet is now considered to be a vital part of the .NET ecosystem and Visual Studio itself. The four primary areas covered in the roadmap are: Package Discovery, Package Trust/Incompatibility, API, and Package Installation/Build.

  • Google Releases First Development Kit for Project ARA, its New Modular Smartphone Platform

    Google has released a Module Developers Kit (MDK) for Project Ara, an initiative that aims to develop a free, open hardware platform for creating highly modular smartphones. The MDK defines the Ara platform for module developers and provides reference implementations for various design features. Main goals of the ARA platform are being low cost and creating a rich module ecosystem.

  • Scalability in a Reactive World

    We have to maximize locality of reference and minimize contention to make systems scale, Jonas Bonér, creator of the Akka project, stated in a recent presentation about scalability in reactive systems. By using a share nothing architecture, build on an event-driven foundation and adhering to core principles that have been proven to work for ages we can write really scalable systems.

  • Better Late Than Never: Visual Studio Regains Installer Project

    Through Visual Studio 2010 Microsoft included a Setup and Deployment project type. With VS2012 this project type was removed and users were told to use InstallShield LE or seek a 3rd party alternative. Due to great user demand, Microsoft has now brought the previous project type back as an extension for VS2013.

BT