InfoQ Homepage Development Content on InfoQ
-
Parallel Programming with Microsoft .NET
The patterns&practices team has released Parallel Programming with Microsoft .NET, a book containing guidance for writing parallel programs for .NET. In essence the book contains 6 design patterns for parallel programming accompanied by code samples.
-
Amethyst, a Flex IDE for Microsoft Visual Studio Released
Amethyst is a fully-featured Visual Studio IDE for the Adobe Flash Platform. It supports the drag-and-drop design, editing and debugging of Flex and AIR applications and it can also load Flash IDE projects for editing and debugging.
-
New PHP Licensing Option for Cloud Computing
Zend recently announced an 'unlimited subscription' licensing option for its PHP products, in support of cloud computing. Virtualization and Cloud Computing challenge traditional concepts of software licensing, e.g. one license per user, one license per server, because of the dynamism and variability of running instances inherent in both concepts. Zend offers one way to solve this problem.
-
IBM X-Force Report: Enterprise Security Exploits Are Rising
IBM has published the IBM X-Force® 2010 Mid-Year Trend and Risk Report August 2010 (112 pages long, free registration required) containing detailed information about the security vulnerabilities and exploits of 2010, such as JavaScript and PDF obfuscation, the current security threat trends in the enterprise, and a look into the future.
-
SpringSource vFabric cloud application framework platform
While VMWare offering a new range of products to support its vision of enterprise cloud computing at VMWorld 2010 is interesting from an operations and user perspective, developer focus is on vFabric the Spring platform for developing and running cloud based applications. The goal is to provide the same convenience infrastructure for cloud applications as for spring based enterprise applications.
-
Red Hat Expands its Cloud Strategy
Last week, Red Hat released a comprehensive Cloud strategy aiming at increasing interoperability between Clouds and portability of applications from one Cloud to another. Red Hat also submitted its APIs to the Apache DeltaCloud initiative.
-
H.264 to Remain Free for Internet Video
The MPEG LA, who hold the patent pool on the MPEG H.264 video format, have recently extended their pledge for free web-based video to last for the lifetime of the license. In a Press Release (pdf) yesterday, they confirmed the continuation of the free license, which had been due to expire in December 2015. But what does this mean for HTML5 browsers?
-
A Look At Hidden Costs In Cloud Solutions
In a recent post David Pallman takes a look at the hidden costs of cloud based solutions. He examines and identifies these commonly overlooked costs involved in cloud based solutions specifically in the context of Azure.
-
Four NoSQL Add-ons available for Heroku Users
The first four NoSQL datastores are available as Add-ons for the Heroku PaaS (platform-as-a-service) platform. Using the Add-on system that was introduced in October 2009, CouchDB from Cloudant, Membase from NorthScale, MongoDB from MongoHQ and Redis were made available for Heroku users.
-
Has OpenSolaris Reached the End of the Road?
An internal unofficial Oracle memo has outlined a new policy regarding the OpenSolaris operating system. Some consider this as the death of OpenSolaris, but others point to the opportunity for the project to be carried on by Illumos, an open source organization that wants a completely open OpenSolaris, providing the code that is currently closed and not depending on Oracle.
-
Cloudera Enterprise Released: Interview with Charles Zedlewski
Cloudera recently announced Cloudera Enterprise, a commercial bundling of Hadoop and a dozen other supporting open source projects. InfoQ interviewed Product Manager Charles Zedlewski for more detail about what this means for conventional enterprises and the future face of Hadoop.
-
Will HTML5 be Secure Enough?
Joab Jackson wrote an article detailing some of the potential vulnerabilities of the HTML5 standard set. Will security be the Achilles' heel of HTML5?
-
EffiProz: A Cross-Platform Embedded Database for .NET Programmers
EffiProz is an embedded database written entirely in C# that can has both a disk-based and a memory-only mode. This has allowed its developers to port it to most environments that have CLR including .NET Compact, Mono, Windows 7, and Silverlight. The next version will extend this to mobile platforms.
-
Automatic Resource Management in Java
Part of Project Coin is the ability to deal with Automatic Resource Management, or simply ARM. The purpose is to make it easier to work with external resources which need to be disposed or closed in case of errors or successful completion of a code block. An initial implementation is now available in OpenJDK.
-
Arquillian, Shrinkwrap and Seam 3: Q&A with Pete Muir, Principal Engineer at Red Hat
InfoQ talks to Pete Muir about JBoss' Integration testing tool Arquillian, archive assembly of JARs, WARs, and EARs with ShrinkWrap, and plans for Seam 3.