InfoQ Homepage News
-
SOA Consortium Rebrands To Bridge The Business And IT Gap
Bridging the gap between business and IT has always been a pipe dream for many SOA initiatives. According to the Business Ecology Initiative; whose purpose is to refocus such initiatives from a technology and data oriented perspective to one that is optimized for business benefits, processes, and roles; nurturing business driven IT, is the only way bridge this gap and create a business ecosystem.
-
Accessing Wolfram|Alpha’s Knowledge Through Webservice API
Wolfram|Alpha now has a Webservice API which can be used by web applications, desktop or mobile, to query the Wolfram|Alpha engine.
-
PostSharp 2.0 Makes Aspect-Oriented Programming Easier with IDE Support
One of the biggest complaints about aspect-oriented programming is that is makes it hard to know what the compiled code will actually look like. When looking at source code, developers invariably ask, “What aspects affect this?” For .NET developers, PostSharp has the answer.
-
Bundle.update: the Current State of OSGi
It's been a month since OSGi 4.2 was released. What's been happening in the OSGi space since then?
-
Making IIS Web Sites More Responsive Using Warm-up
IIS Application Warm-up for IIS 7.5 improves the responsiveness of a web site by loading all related web applications and their dependencies before the first request is made.
-
Ladies: Please, Would You Submit a Proposal?
Although it's widely accepted that diversity leads to innovation and performance, visible leadership in the IT community often doesn't represent the diversity of the community itself. What can be done to increase diversity in the leadership of our high-tech communities? One suggestion is to actively help a more diverse group to get their talks accepted at conferences.
-
IntelliJ Goes Open Source
Today Jetbrains announced the creation of an open source community edition of IntelliJ as well as a new commercial Ultimate Edition.
-
Simple Build Automation with psake
psake is a build automation tool integrated with PowerShell (PS). Version 2.01 works with PowerShell 2.0. Ayende Rahien is using it to build Rhino Tools.
-
Embed Python, Ruby, and XAML directly into your HTML with Gestalt
JavaScript is a language that is showing its age. A lot of developers now prefer to work with languages like Ruby or Python, falling back on JavaScript only for the browser. Sure there were attempts to support other languages in the browser like VBScript, but they never really took off. Well Microsoft is trying again, this time with Python and Ruby.
-
Solving SOA Problems by Merging It with WOA
In his new article, Dion Hinchcliffe, assesses the current state of SOA, focusing on issues, slowing SOA adoption. He also suggests leveraging WOA approaches to improve its current state.
-
The 'Agile Developer Skills Workshop' Is Underway
Having a means to fairly and reliable assess the skills of agile developers has been a hot topic for quite some time. The 'Agile Developer Skills Workshop', led by Ron Jeffries and Chet Hendrickson, is now entering its 2nd day of trying to produce a real solution to the problem.
-
Serious Memory Leaks Plague WPF
WPF, also known as Windows Presentation Foundation, represents the future of UI on the Windows platform. And if Microsoft has its way, its younger sibling Silerlight will take over the web and mobile markets. But like any new technology, it has some issues to work through including some rather serious memory leaks.
-
Java EE 6 Proposed Final Draft Hints at Future Direction of the Platform
The Proposed Final Draft of the Java EE 6 Platform adds standardised dependency injection and bean validation for the platform, and introduces a new specification for managed beans providing a clear indication of the future direction of the platform.
-
New Features and Performance Improvements for System.IO
Microsoft is planning some simple but much welcomed performance improvements for the core System.IO functionality. These include convenience methods for reading and writing text-based files, significantly faster directory enumeration, and support for memory mapped files.
-
Git# Offers Git Access for .NET and Mono Projects
Git# is a .NET and Mono version of the popular source code management system, Git, obtained by porting JGit to C#. Other related projects are: msysgit and gitextensions.