BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Development Content on InfoQ

  • Interview: The Well-Grounded Rubyist

    This interview talks about David A. Black’s new book, The Well-Grounded Rubyist, and his views on learning Ruby and making the transition from Ruby 1.8.6 to 1.9.1.

  • Java Persistence 2.0 Proposed Final Draft

    The Java Persistence API version 2.0 has reached the proposed final draft stage. It adds a typesafe API for criteria queries with a corresponding metamodel API, and support for Bean validation.

  • Article: Metamodel Oriented Programming

    In this article, Jean-Jacques Dubray questions the belief that code and models are two separate worlds. He presents a unified view of Model Driven Engineering, Architecture and Programming models based on a novel approach to specify execution element semantics in DSLs.

  • Server Fault Serves the Sysadmin Community

    Building on Stack Overflow’s success, Jeff Atwood and Joel Spolsky have launched Server Fault in public beta, a new questions&answers web site targeted at system administrators and IT staff.

  • Rack 1.0 Released

    Rack, the "minimal interface between webservers supporting Ruby and Ruby frameworks" has finally seen its 1.0 release. We talked to Rack developer Christian Neukirchen to learn what his plans for the future of Rack are.

  • Squeak Smalltalk and Seaside come to the iPhone

    Squeak Smalltalk is the latest language to be supported on the iPhone platform. We talked to John M McIntosh who ported Squeak to the iPhone and also released software built with Squeak (and its cleaned up version Pharo) in the AppStore. The applications make use of Squeak, but also use the Seaside web framework for building GUIs.

  • Engine Yard Has Taken Over Ruby 1.8.6 Maintenance

    Engine Yard has taken over the maintenance of Ruby 1.8.6. We talked to its new maintainer Kirk Haines to find out what they have planned for the future.

  • Rich Hickey on Clojure's Features and Implementation

    In this interview from QCon London 2009, Rich Hickey talks about Clojure. The discussion includes the ideas behind Clojure's STM support, what other concurrency primitives Clojure supports and which ones might get added in the future. Other topics covered are Clojure's AOT support, the role and implementation of multimethods, Clojure ports to other systems and much more.

  • Presentation: The Joys and Pains of a Long Lived Codebase

    In this presentation recorded at QCon SF 2008, Jeremy D. Miller shares lessons learned while developing a project over 5 years. He talks about his mistakes, what to avoid and how to design, code and test better.

  • Article: Grid Computing on the Azure Cloud Computing Platform, Part 3: Running a Grid Application

    In this 3-parts series of articles, David Pallmann explains how to perform grid computations on the Azure cloud computing platform. In Part 1 he presented a design pattern for using Azure for grid computing, while in Part 2 he showed how to develop such an application in C#. In this part he is going to explain how to run this application.

  • Interview: Geoffrey Grosenbach on PeepCode

    In this interview taped at RubyFringe, Geoffrey Grosenbach talks about the Ruby and Rails community, the popular PeepCode screencasts and books, and more.

  • Performance Roundup: Heap Stacks Boost Threads in 1.8.x, MacRuby AOT, ZenProfile and EventHooks

    New patches by Joe Damato improve the efficiency of Ruby 1.8.x's green threads with heap stacks: instead of copying the entire stack at every context switch, the patches actually switch between different stacks. Ryan Davis released zenprofile and event_hook for efficient profiling. Also: work on a MacRuby Ahead of Time compiler using LLVM has started.

  • Location-Aware Browsing to become Mainstream?

    With the W3C working on a specification that defines an API for providing scripted access to geographical location information, Mozilla recently announced built-in Geolocation support for Firefox 3.5. This is aligned with an earlier announcement from Opera that also adds support for Geolocation in their browser. Will this make geographically aware applications ubiquitous?

  • Merapi Project Utilizes Java to Expand the Desktop Capabilities of Adobe Air

    The Merapi project recently was open sourced. Merapi is a technology that can be used as a messaging bridge between applications that run in the Adobe Flash player or Adobe AIR and applications written in Java.

  • Writing an Article for the AgileQ

    InfoQ's AgileQ team has decided to publish more community articles. If you have knowledge to share to help others with their real-world issues in understanding, adopting, and adapting Agile principles, values, and practices then consider submitting an article for publication at InfoQ.

BT