InfoQ Homepage News
-
Benefits of Combining Agile and Lean Startup
Enterprises want to increase their capability to deliver value to customers in less time. Many adopt agile software development to iteratively develop and deliver software solutions. Lean startup aims to support developing new businesses and products. Several authors shared their views on how combining agile and lean startup methods can be beneficial.
-
The Big Progressive Enhancement Debate
Recently, Tom Dale, one of the creators of ember.js, wrote an article that re-kindled a brewing debate on the need for progressive enhancement. This is a quick look at the different views on the debate.
-
Java 7 Update 40 Arrives with Mission Control for HotSpot and Rule Sets for Applets
Oracle has released Java 7 update 40, with some major new features for a minor release. They include the JVM monitoring tool Mission Control, Rule Sets for Java applets and Web Start applications, and a huge number of bug fixes.
-
Java 8 Developer Preview Released
Oracle has released the first developer preview of Java 8 for the full range of platforms (Windows, Max OS X, Linux, Solaris).
-
Microsoft.Bcl.Build Package Updated with Support for Conditional Import
The Microsoft.Bcl.Build package has been updated with support for conditional import and several improvements to those projects which are built using Visual Studio.
-
Creating Nobackend Applications with Firebase
Firebase is out of beta with pricing plans and SLAs. This article contains details on Firebase and an interview with Andrew Lee, CTO.
-
OSGi Compendium 5 Adds Subsystems, Repositories and More
The recently released OSGi 5 Compendium specification adds new APIs, such as Subsystems (for running partitioned applications in OSGi), a Repository and Resolver API and a means to interact with the Service Loader in Java. Read on to find out more.
-
Design Patterns for JavaScript Applications
Writing increasingly larger and more complex JavaScript applications we tend to overlook the core principles involved, Carl Danley, a senior web engineer, motivates a series of blog posts about JavaScript design patterns. Patterns provide a clear approach to writing structured and maintainable code, concepts which are important when developing large JavaScript applications.
-
Search Based Apps Broken in Windows 8.1
Windows 8.1 has hidden the integrated search contract that many applications rely on. In its place users will instead see Bing search results and advertisements.
-
FP Complete Launches Browser Based Haskell IDE
FP Complete has launched Haskell Center, their new Haskell IDE and application server. The IDE is browser based, and together with their application server, should make it much easier to create and run web based Haskell programs.
-
Visual Studio 2013 Release Date Announced, RC Available Now
Microsoft has had several big announcements for developers: Visual Studio 2013RC is available for download now. Accompanying this release is the availability of Windows 8.1 RTM for developers that subscribe to MSDN or TechNet. This reverses the previous Microsoft position that app developers would have to wait until general availability to get access to a production system.
-
Removal of sun.misc.Sort and sun.misc.Compare in Java 8
Oracle is removing the sun.misc.Compare interface and sun.misc.Sort class in Java 8. These are old, residual classes that are no longer used within the JDK. sun.misc.Compare is an interface that allows you to compare two Objects and return an int. sun.misc.Sort is a class that takes in a sun.misc.Compare and sorts an Object array using the quicksort algorithm.
-
Performance Gurus Release jClarity Flagship Performance Monitoring Tool
London-based start-up jClarity announces the general availability of their flagship product for locating Java performance problems in both Cloud and Enterprise environments.
-
AWS Gets Redis, Several RDS Improvements
Amazon recently announced several new features for the AWS platform, including option to choose Redis for it's ElastiCache service, several RDS related improvements, and even the release of their unified command line interface.
-
Improved Authentication with Filters in ASP.NET MVC 5
Visual Studio 2013 Developer Preview ships with ASP.NET MVC 5 which enables developers to apply authentication filters that provides an ability to authenticate users using various third party vendors or a custom authentication provider. Eric Vogel recently demonstrated its usage with an example using source codes.