InfoQ Homepage News
-
Released: Aldon Agile Manager
Last week on December 1st Aldon released the Aldon Agile Manager and InfoQ spoke with Dan Magid, Chief Product Strategist of Aldon, about this new product. Agile Manager is a free agile project management tool meant to provide better planning, prioritization and collaboration.
-
JSRs for Java 7 and Java 8 Approved
The results of the recent Java JSRs are in, and all have passed with all but Apache voting consistently against them. Google and Tim Peierls voted against the Java SE 7 and Java SE 8 JSRs, supporting the ongoing licensing issues and field-of-use restrictions for the TCK.
-
Security Assessment Techniques: Code Review v Pen Testing
Web application security testing and assessment should include both security code review and penetration testing techniques. Dave Wichers, an OWASP Board Member, spoke at the recent AppSec DC 2010 Conference about the pros and cons of code reviews and penetration testing approaches in finding security vulnerabilities in web applications.
-
Red Hat Acquires PaaS Cloud Provider Makara
This week, Red Hat announced it acquired Makara, a cloud based platform as a service company. Makara is unusual among PaaS providers in that it doesn't have any infrastructure of its own. InfoQ examines some of the details about where Makara differs from other providers.
-
Developer Angst on Microsoft Visual C++ Futures
Yesterday a video was posted to the Visual C++ blog in an attempt to answer community concerns about its future. The post hit a raw nerve with the C++ community with no response from the Visual C++ team as yet.
-
Spring Integration 2.0 Released
SpringSource has just released Spring Integration 2.0. Spring Integration is a lightweight framework to help build event-driven and messaging oriented applications in the familiar Spring style. InfoQ caught up with project lead Mark Fisher to talk to him about the new release.
-
Amazon Route 53, a DNS Server in the Cloud
Amazon is offering a new cloud service called Route 53 providing all the functionality needed to run a DNS server in their cloud without any maintenance overhead and using the pay-as-you-go model common to all AWS services.
-
How To Pay Down Technical Debt
Technical debt can be difficult to connect directly to customer value, but delivering customer value is what Agile processes are all about. So how can we track and reduce technical debt in an Agile development environment?
-
Orleans: An Object Framework for Cloud Computing From Microsoft Research
Earlier this week Microsoft Research published a paper outlining a framework for Cloud Computing codenamed Orleans. The framework is intended for cloud computing applications where a client such as a PC, smartphone or embedded device is employed.
-
Targeting the GPU with GPU.NET
GPU.NET is a managed solution integrated with Visual Studio 2010 for .NET developers and aimed at creating calculation intensive applications for GPU.
-
Silverlight 5 Timeline And Lots of Questions
Yesterday Microsoft announced the timeline for Silverlight 5 in 2011 at the Silverlight FireStarter event. Silverlight 5 will be in beta the first half of 2011 and ship early in the second half of 2011. Developers quickly began posting impressions and many questions.
-
Activiti 5.0 GA, the Apache 2 Licensed BPMN 2 Engine Released
Alfresco has just released version 5.0 GA of the Activiti engine, an Apache2 licensed BPMN 2.0 implementation. InfoQ talked with project lead Tom Baeyens on the new release. Tom is also the creator and former project lead for the jBPM project.
-
NCBI BLAST for Windows Azure
Microsoft is now offering NCBI BLAST for the Windows Azure platform. NCBI BLAST was created by a group of researchers working for the National Institutes of Health, a division of the United States Department of Health and Human Services. NCBI describes BLAST as a tool that “finds regions of local similarity between sequences” of protein and DNA chains.
-
HTML5 Labs Launched and WebSocket Update
Last week Microsoft launched HTML5 Labs where they intend to post early prototypes of applications running on unstable web standard specifications for .NET developers. Yet earlier this month, preliminary WebSocket implementations in FireFox 4 and Opera where disabled due to security concerns.
-
Scalable System Design Patterns
Ricky Ho revisited his three year old post on that question and realized that a lot had changed since then.