InfoQ Homepage Development Content on InfoQ
-
Parallel LINQ: add automatic multithreading to LINQ queries
With multi-core CPUs finding their way into server farms and the desktop not far behind, new techniques to take advantage of them are desperately needed. Microsoft is seeking to address these with Parallel LINQ, a research project to add automatic multithreading to LINQ queries.
-
Team Foundation Server Roadmap Revealed
Brian Harry has released the roadmap for Team Foundation Server. Areas included in the roadmap are Servicing, Out of Band releases, and Major releases. Highlights include two, possibly three, services, support for TOAD and the branched projects.
-
InfoQ Interview: Ron Jeffries on Running, Tested Features
At Agile2006, Ron Jeffries told InfoQ that tracking "Running Tested Features" is the essential element of Agility, from which all other practices and activities necessarily follow. Ron who took to the whiteboard to explain how RTF benefits customers, by helping helps teams deliver consistently and reliably.
-
Using Java, Groovy, or Annotations to Configure Spring Instead of XML
Rod Johnson recently blogged on configuring Spring via Java instead of XML. While the implementation uses annotations it is unique in the fact that they are in a separate configuration class and not in the core business classes themselves.
-
Presentation: Billy Hollis on Building a Smart Client Toolkit
Billy Hollis is co-author of the first book ever published on Visual Basic. NET. Discover capabilities you never knew existed, learn to use advanced OO capabilities in Windows Forms, find out how to build large, complex Windows Forms applications, and get an advanced look at the changes in Windows Forms 2.0 for Visual Studio 2005.
-
RSpec now running on JRuby
RSpec, the Behavior Driven Development(BDD) library for Ruby, is now running on JRuby. This is great news for the RSpec developers but it has wider positive implications for the JRuby and Java communities.
-
How should Java UI's be constructed?
Prompted by questions from an author of a Swing GUI design tool, lengthy debate was started on the topic of Java visual designers and resource based GUI's versus code generation on TSS and Slashdot. The TSS piece features the debate starting question of should a visually designed UI be binary / XML based or represented as generated Java code.
-
InfoQ Case study: IP Telephony Integration
This case study, takes a look under the cover of an IP telephony integration solution from Litescape. The case study gives an architectural overview and then zooms on interesting technical aspects including phone integration with WebEx/LiveMeeting, Java/.NET interop, HTTP vs. IPC communication between systems installed on the same machine, and over all lessons learned from the project.
-
Excelsior JET 4.8 released, company comments on impact of Java GPL
Excelsior JET 4.8, an implementation of Java SE 5.0 that creates a native application for Windows or Linux from your code, was recently released offering substantial reduction in disk footprint. Excelsior is licensed commercially and they're investigating how they will handle the open sourcing of Java.
-
LINQ to XSD Preview
Microsoft has released a preview of it LINQ to XSD technology. Like LINQ to XML, this provides query capabilities for XML documents. The difference here is that while LINQ to XML works over arbitrary XML in a late-bound fashion, LINQ to XSD is strongly typed.
-
InfoQ Article: Compass Introduction, Compass 1.1 M3 now available
InfoQ has released an article describing how to get started with the Compass search integration API. The Compass Project has also released version 1.1 M3 with major features including support for polymorphic relationships and better cyclic mappings support.
-
Marcel Molina on Amazon S3 Use at 37signals
Yesterday, Marcel Molina Jr. of 37signals (and member of the Rails core-team) announced the initial release of AWS::S3, a ruby library for Amazon's Simple Store Service's (S3) REST API. In this article, Marcel shares insight into the motivations and history behind his promising new library and casts light into how Amazon's web services are transforming the industry.
-
Martin Fowler, Dave Thomas, Werner Vogels to speak at QCon London
Since our last announcement, the QCon conference, InfoQ and JAOO's new annual joint conference in London (March 12-16), has been making a lot of progress. The tracks have been defined, more speakers have committed to joining, and it's looking like QCon could become an important world-wide annual event.
-
Virtual Earth in 2 lines of javascript
Virtual Earth can now do 3-D maps and three cities are now available: San Francisco, Seattle, Boston and Atlanta.
-
Follow the Progress of JRuby on Rails
Charles Nutter has been keeping an updated page of Rails test run results with JRuby that is showing how much progress has been made towards the goal of a fully-functioning JRuby on Rails.