InfoQ Homepage Development Content on InfoQ
-
Rx 2.0 Gets .NET 4.0 Support, Handles Absolute Time Better
Reactive Extensions 2.0 RC is out and it now supports .NET 4.0 (except few features) along with 4.5. It also has several improvements in the way it deals with time.
-
Eclipse Code Recommenders Proposes Code Based On Bayesian Networks
As part of the Eclipse Juno release, a new project, Eclipse Code recommenders joins the train. The idea of the code recommenders is to adjust and filter the set of proposals given when the code proposal key sequence is triggered. The proposals are suggested based on probabilities of using those methods in the current context. Read on for more.
-
Xtend Extends Java
Together with the release of Eclipse Juno, the Eclipse Foundation is proud to announce the release of Xtend 1.0, a Java-compatible language with lambdas and yet full compatibility with the Java runtime.
-
Eclipse Juno Brings Eclipse 4 as Standard
Today, the Eclipse Foundation announced the release of Eclipse Juno, the ninth annual simultaneous release train including over 70 projects and for the first time the Eclipse 4 platform in the standard packages. Read on to find out what's new and noteworthy.
-
CRaSH: An Extensible Command Line Shell For Monitoring A Running JVM
The Common ReusAble SHell (CRaSH) is an interactive shell (with history support and autocompletion) that attaches to a running JVM and can execute several commands for retrieving JVM statistics or changing JVM internals on the fly. It can be used for remote monitoring and administration of existing Java applications and it is fully extensible via custom Groovy scripts.
-
Dan North Discusses The Art Of Misdirection
Dan North has recently discussed the impact of opportunity costs in his article "The Art of Misdirection." Opportunity Cost is about choosing an obvious solution for a particular problem context, although sometimes an alternative option may be the better choice. Software engineers, in particular, are subject to such opportunity costs as they are constantly facing decisions in their daily work.
-
Mobile Platforms: What is the Developer Mindshare, Intentshare, App-building Costs and Revenue?
A new survey from VisionMobile shows how developers perceive mobile platforms and what are the costs to develop mobile apps and associated revenues.
-
SPDY versus WebSockets?
Lori MacVittie has recently posted an article describing why she believes SPDY will gain much wider acceptance in the Web than WebSockets. For her and several others, the differentiating aspect between these protocols is the way in which they use HTTP and SPDY wins because of this.
-
Trying to Answer the Question: Why Some Languages Succeed While Others Fail?
Two researchers at UC Berkeley have investigated programming languages adoption from a sociological perspective. This article summarizes their research and includes an interview with the authors.
-
Make Your ASP.NET Web Apps Work On Mobile
The View-switcher feature in ASP.NET MVC 4 makes it easier to make existing desktop-focussed web apps play nice on mobile devices. Scott Hanselman demoes how to use this feature and shares other tips.
-
An Alternative Build System: Gradle 1.0 Released
Gradle 1.0, a build system powered by a Groovy DSL, has been released. Gradle is compatible with Ant tasks, Maven repositories, and has support for the popular IDEs. It attempts to find the sweet spot between the flexibility of Ant and convention-over-configuration of Maven.
-
Oracle Accepts $0 From Google, But Plans Appeal
Oracle has agreed to accept $0 worth of damages from Google, after Oracle's legal team agreed in court yesterday to forego any statutory damages in connection with its infringement case against Google.
-
WPF 4.5 Brings Various Improvements
Windows Presentation Foundation (WPF) 4.5 brings several new features to developers in a midsize upgrade.
-
dotCover 2.0 Adds Integrated Unit Test Runner and Visual Studio 2012 Support
The code coverage utility dotCover 2.0 now includes an integrated unit test runner, rather than requiring ReSharper to run tests. It has been updated to support Visual Studio 2012 RC, and includes new attribute filters.
-
SpringSource Brings Spring Framework to Android with Spring for Android 1.0
SpringSource has released Spring for Android 1.0. Spring for Android is an extension of the Spring Framework that helps simplify the development of native Android applications. This release features a REST client (RestTemplate) and OAuth support (Spring Social).