InfoQ Homepage Development Content on InfoQ
-
Is Good Code Enough for a Project to Be Successful?
Simon Brown, a developer, architect and author, considers that it takes a lot more than just good code to create a successful project. In his presentation, "Good Code Isn’t Enough", Brown goes through all the elements necessary for a project’s success, from upfront design to operation documentation.
-
A Case for Graph Databases
We talk with Daniel Kirstenpfad, founder and CTO of sones GmbH, about Graph Databases and how they can better model some types of data such as relations in a social networking application. A graph database can offer performance benefits over other types of databases because they explicitly represent a graph and are organized to have index free adjacency.
-
Patterns for Building Applications for Windows Azure
J.D. Meier, a Principal Program Manager for the patterns & practices group at Microsoft, has listed a number of ASP.NET application patterns for Windows Azure, showing how the components work in the cloud. He also gave an example of mapping a standard web application to the cloud.
-
Terracotta's BigMemory Aiming to Eliminate Garbage Collection for Java Caches
Terracotta's BigMemory for Enterprise Ehcache product aims to by-pass Garbage Collection for objects held in the cache. InfoQ spoke to Amit Pandey, Chief Executive Officer at Terracotta, to find out more about the product.
-
Team Foundation Server Backup Tools Released
After three major versions of Team Foundation Server, Microsoft has finally released a tool for performing backups and restores. This tool, released with the September drop of TFS Power Tools, greatly simplifies the process of backing up the eleven TFS/SharePoint databases.
-
An Introduction to ØMQ (ZeroMQ)
Ilya Grigorik wrote an introduction to ZeroMQ last week. ZeroMQ is a new multi-platform library abstracting socket management which can support arbitrarily large applications.
-
JavaOne Preview: Java Functional Programming in an Interview with GridGain CEO Nikita Ivanov
This month GridGain CEO Nikita Ivanov will be speaking about functional programming at JavaOne in San Francisco. With its 3.0 release, GridGain added a more functional feel to its product by reworking the APIs. InfoQ contacted Mr. Ivanov to get the deeper story about his company's experiences with functional programming.
-
Advanced Scenarios for LightSwitch
LightSwitch brings together a number of technologies including Silverlight, Managed Extensibility Framework, and WCF RIA Services. If LightSwitch becomes popular, developers who understand these technologies will have a significant advantage over those who simply wire forms together using the design surfaces.
-
Free Software Foundation Offers Grudging Support to Google in Patent Case
Brett Smith, the Free Software Foundation's compliance engineer, has asserted his organization's opposition to Oracle's lawsuit, but their support for Google is somewhat muted.
-
JDK7 Feature Slip
In a post entitled Re-thinking JDK7, Mark Reinhold put forward a suggestion that certain previously planned elements of JDK7 be suspended until JDK8 in order to get the release out of the door sooner rather than later. What does the community think of this suggestion? Read on to find out.
-
Apple Relaxes iPhone Development Tool and Data Sharing Restrictions
Apple announced today that they "listened to our developers" and "we are relaxing all restrictions on the development tools used to create iOS apps, as long as the resulting apps do not download any code." They also announced that "for the first time we are publishing the App Store Review Guidelines to help developers understand how we review submitted apps."
-
Microsoft Web Farm Framework, a Tool for Automating Operations Across a Server Farm
Microsoft Web Farm Framework (WFF) is a free IIS plug-in used to provision and manage systems in a web server farm, enabling the installation and configuration of software components across the farm plus support for automated deployment of ASP.NET applications.
-
Cloudant releases Java based view server for CouchDB
Cloudant the company behind CouchDB just released Java View Server for CouchDB. That means that not only Erlang and interpreted languages like Javascript or Python can be used to write Map-Reduce jobs but also JVM based languages.
-
Simple Tools Preferred in the Agile Tools Space
Agile does not necessarily mandate or recommend the use of tools. Ideally the development could be done on a command line interface with requirements present on index cards. However, in the last few years, several tools have emerged and they have acted as a catalyst to successful Agile development. Migan and Gaia recently conducted a survey to find out the use of such tools in the Agile space.
-
Where Does IE Spend Most Time When Loading a Page?
Jason Weber, Lead Program Manager responsible for Internet Explorer Performance, has released some internal data showing where IE 8 spends most of its time while preparing a page then rendering it, suggesting what websites should be focusing on.