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

  • Mono 2.2 Has a Linear Code Generation Engine

    Until now Mono’s code generation engine was based on a tree Intermediate Representation (IR) of the code. Version 2.2 has a new engine based on a linear IR, which brings significant speed and code size improvements.

  • Interview: Rod Johnson About Spring Framework 3.0 & Others

    In this interview made by Srini Penchikala, with the participation of Ryan Slobojan, Rod Johnson answered many questions about Spring Framework 3.0 and other applications developed under SpringSource’s umbrella - Tool Suite, Integration, Web Flow, Batch – talking about their current status and existing plans for the future.

  • Engine Yard Releases Cloud Management Framework Vertebra

    Vertebra, announced at RailsConf 2008, has finally been released. Vertebra is a platform to develop and manage cloud applications. We talked to Engine Yard founder and architect Jayson Vantuyl about what Vertebra and its use of XMPP bring to the table.

  • Article: WebSphere CTO Jerry Cuomo on WebSphere Trends 2009

    In an exclusive InfoQ article, IBM's WebSphere CTO Jerry Cuomo outlines the 10 top technology direction he envisions for the WebSphere product line in 2009, including Business Mash-ups, a Middleware-as-a-Service offering, cloud support, WAS.NEXT and REST support in multiple products.

  • Presentation: Textual DSLs Made Simple

    In this presentation filmed during QCon London 2008, Markus Voelter tried to convince the audience that writing a textual external DSL is fairly straightforward and simple. He took them through the steps needed to create a textual DSL from defining the grammar to processing a domain model.

  • Eclipse PHP Development Toolset 2.0 released

    The Eclipse Foundation has announced the immediate availability of PDT 2.0, a major upgrade to the popular Eclipse PHP Development Tools project. PDT is an open source development tool that provides all the basic code editing capabilities developers need to get started developing PHP applications.

  • JavaPassion Speaker Offers Free JavaFX Programming Online Training

    The popular online Java training website Java Passion host Sang Shin has a new free online training course on JavaFX technology. The first session of this course will start on January 30. The presentation slides of first session are already available on the website.

  • Stephen Chin on WidgetFX and JFXtras

    Stephen Chin is the lead developer of two open source JavaFX projects: WidgetFX, a desktop widget platform, and JFXtras, a set of add-ons and utilities for developers working with JavaFX Script. He is also co-authoring the forthcoming Pro JavaFX book with Jim Weaver and Weiqi Gao. In this interview he tells us more about these projects and his thoughts on JavaFX.

  • Article: Getting Started With Spring Integration

    In this article, Joshua Long introduces the readers to Spring Integration, an extension of the Spring framework supporting the Enterprise Integration Patterns. After a short introduction into Enterprise Application Integration (EAI), the article presents an example of the integration between an email application and a blogger one.

  • Sandcastle’s Team Manager Dismisses Rumors About Project Termination

    To dismiss any rumors about the termination of the Sandcastle project, Anand Raman, Group Manager within the Microsoft Developer Division, has posted an update on the current status of the project. Sandcastle is a tool used for generating MSDN-like documentation by reflecting over the source code of a .NET project.

  • Live Production Clojure Application Announced

    A production health-care application built using Clojure (among other languages) has been announced, and is now running live. Several details have been provided regarding the architecture, deployment, and runtime behavior of the application.

  • jQuery 1.3 Released with New High Performance CSS Selector Engine

    Version 1.3 of the JavaScript library jQuery has been released featuring Sizzle, a brand new CSS selector engine which offers significant performance gains for the most frequently used selectors. Along with the release, a new API browser was presented which is available online or as an Adobe AIR application and can accommodate live running examples with which the developers can experiment.

  • Sun Opens Netscape Server Source

    Sun's OpenSolaris project has released the Java Enterprise Server as open source under the BSD license. The is largely the same as their commerical product, which descends from the Netscape Enterprise Server of the 90's.

  • Rails Style Database Migrations in .NET

    Versioning database schema along with your .NET code is essential for managing volatile codebases especially when employing continuous integration. Ruby on Rails accomplishes this with a popular solution of abstracting DDL SQL into Ruby commands. Similar solutions are available in .NET with third party libraries.

  • Ruby 1.9.1 Is Close - Time To Switch From 1.8.x?

    Ruby 1.9.1, the first stable version of Ruby 1.9 is around the corner, with the RC2 expected any day. 1.9.x hasn't seen much adoption or support in it's first year - although a closer look shows that it might be time to consider 1.9.1.

BT