InfoQ Homepage Development Content on InfoQ
-
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).
-
Navigation Makes ASP.NET WebForms More Testable
Navigation is a library that makes ASP.NET Web Forms more testable by moving the CRUD logic out of the codebehind files. Graham Mendick’s article “Unit Testing in the Navigation..” explores some of the features and how unit tests can be written.
-
Visual Studio LightSwitch Adds HTML5/JavaScript Support
Microsoft announced that they are adding HTML5 and JavaScript support to Visual Studio LightSwitch, the rapid business-application development tool. LightSwitch applications will now be able to run on Android, iOS, and Windows devices, and will focus on touch capabilities.
-
Apache HBase on Amazon EMR
The release of Apache HBase on Amazon EMR both increases the reach of EMR by adding to it a significant new piece of technology and makes it easier to use HBase by automating many set up and maintenance activities.