InfoQ Homepage News
-
Does Anybody Listen? - Podcasts related to Architecture Topics
Keeping up to date on software architecture is difficult, because only a few information sources cover this important area explicitly. Of course, Online Services like InfoQ offer a lot of information on software architecture and design. But what about learning in your spare time,for instance when you are commuting or during your running exercise? Can audio podcasts provide an appropriate solution?
-
Steve Denning on Customer Delight at Agile 2011
Steve Denning gave two talks at the Agile 2011 conference in Salt Lake City, both focusing on moving organisations to "21st Century Management" and showing how Agile principles support and enable this change. He maintains that management is in need of an overhaul and that the takeup of Agile approaches helps organisations to make these changes, but Agile alone is not enough.
-
William McKnight on Columnar Databases
Columnar databases offer better data storage capabilities for certain business use cases compared to the traditional relational database management systems. William McKnight spoke at NoSQL Now 2011 Conference last week about the columnar databases and how they can be effective for certain data storage needs.
-
Silverlight 5 RC: Microsoft Reinforces Their Commitment with Many New Features
Microsoft has announced Silverlight 5 RC ahead of the BUILD conference, making sure the are no more questions about their commitment regarding their favorite browser plug-in technology. Silverlight 5 has many new features, including: 2D and 3D graphics rendered via the GPU, remote video control, P/Invoke support, in-browser trusted applications, better performance and tools.
-
SQL Server Bids Farewell to OLE DB After Denali
Denali will be the final edition of SQL Server to support OLE DB, because Microsoft considers ODBC to be the industry standard for relational data access.
-
Aeolus–A New Open Source Multi-cloud Management Solution
Aeolus is an open source project intended to provide solutions for managing packs of virtual machines across various private and public clouds. The project has been started by Red Hat, but they do not want to own the project, inviting other companies to join forces with them in creating an open cloud management solution.
-
Fuel PHP: An MVC Framework
The Model-View-Controller pattern is pretty much dominating professional, customer facing website design these days. While single-file scripts and form builder technologies still have a place, MVC seems to strike the right balance for many developers. The Fuel framework for PHP intends to capitalize on the work done by earlier MVC frameworks such as Ruby on Rails.
-
Some Users Complain about Windows Azure
Appirio switched from using Windows Azure to Salesforce.com’s Database, mentioning difficulties with deployment, using Web Roles and DBA overhead, while Adron Hall, a developer, complained about the SDK, price, and administration issues.
-
Enterprise Library To Get Auto-Scaling Of Windows Azure Applications
Windows Azure Integration Pack for Enterprise Library will bring support for a lot of Azure-only scenarios. One of these is auto-scaling of both web and worker roles, depending on various parameters such as CPU Utilization, message queue backlogs, specific date and time or even business metrics (such as # of unprocessed orders).
-
JSR-107, JCache: Alive and Going to be Part of Java EE 7
Distributed caching is the tip of the spear for performance, yet Java does not have a standard API. JSR-107 has gained some notoriety over the years because its old yet not done. Given the increased demand for caching, it seems JSR-107 will finally see the light of day, and be part of Java EE 7. InfoQ caught up with Greg Luck, JSR-107 specification and Ehcache lead developer to discuss.
-
Resources for Windows Phone Developers
In what’s becoming a tradition, Microsoft has once again confused the version numbers of one of their key products. In brief what you need to target Windows Phone 7.5 is the Windows Phone 7.1 SDK and the August 2011 build of the Windows Phone Toolkit. Or you can give the PhoneGap beta a spin.
-
Public Beta of Play! is Now Available on Heroku
Play!, a Java Web Framework is now available on Heroku as a public beta. Play! is built on Netty and is well suited for handling asynchronous I/Os. It is based on a "share-nothing" stateless programming model.
-
iisnode: Node.js for Internet Information Server
The iisnode project is a module that adds Node support to Internet Information Server 7.0 and later. The primary role of IIS is to act as an application server for Node, much in the same way that it does for classic ASP and ASP.NET. Developers familiar with these technologies will find the feature list to be quite familiar.
-
The Future of UI/UX in Agile
Many people who are new to Agile are confused about the place of UI and UX design on Agile teams. Previously many teams have tried keeping the work separate from the team or having the work done one sprint ahead. Recently, there has been more talk about welcoming UI and UX into Agile teams and Lean UX has been at the forefront.
-
Visual Studio vNext Code Editor Improvements for C++
Sumit Kumar on the VC++ team has revealed some of the new IDE features for the next version of Visual Studio. While some of them are merely catching up to VB/C#, others suggest new features that all of the languages could take advantage of.