InfoQ Homepage News
-
F# to Be Integrated With Visual Studio
Somasegar has announced that F# will be integrated with Visual Studio, joining Managed C++, C#, and Visual Basic as a first class on the .NET platform.
-
Mylyn 2.1: Refactoring the Eclipse User Interface to increase productivity
Mylyn, an Eclipse plug-in which was integrated into Eclipse 3.3, recently released version 2.1. InfoQ spoke with Mylyn project lead Mik Kersten to learn more about this release and what changes Mylyn 2.1 brings to Eclipse-based development.
-
Rubinius: Inside the Bytecode Compiler and Foreign Function Interface
Modifying the Rubinius VM is simple as two new articles show. We look at how to modify and extend the Rubinius bytecode compiler - written in Ruby - and how to work on the library using the foreign function interface (ffi).
-
Adobe AIR Application: Spaz - a Twitter Client
Last week, arstechnica.com published an interview with Ed Finkler, the creater of Spaz – an open source Twitter client written using the Adobe AIR platform. In the interview, Finkler discusses Spaz, how and why he selected the AIR platform, and some of the challenges of upgrading Spaz to the latest AIR beta 2 release.
-
Eclipse RAP 1.0 Brings RCP and OSGi to Ajax
The Eclipse Foundation released the Eclipse Rich Ajax Platform (RAP) 1.0 on Monday. The Eclipse RAP is an Ajax toolkit for creating and deploying Rich Internet Applications geared towards enterprise developers.
-
Read/Write Splitting with MySQL-Proxy
Read/Write Splitting is an innovative use of the recently released MySQL Proxy that implements a master/slave database replication solution. Using this technique, SELECT queries are sent to slave instances, while transactional queries run against the master instance.
-
Are Product Backlogs Wasteful?
Planning the features to be developed is an important part of software development. In Scrum, the list of features desired but not yet implemented is typically called the backlog (or product backlog). This is meant to be lightweight, but can it still be wasteful?
-
JSR-275: Units and Measures Introduced
JSR-275: Units Specification aims to add support for units to Java software development, with the hope of reducing a certain class of errors. Jean-Marie Dautelle, co-spec-lead, introduces the API.
-
New Types, Methods for .NET 2.0/3.0 Service Pack 1
When .NET 3.5 is released later this year, it will include several changes to the "red bits" including new types and methods. Scott Hanselman has posted a list of new types and methods with links to the MSDN documentation.
-
IBM announces a broad set of new product releases, services offerings and the SOA Sandbox
IBM announced a wide update to its SOA product line and services offerings. In addition, it published a large collection of white papers, presentations and labs as part of the SOA Sandbox.
-
Interview: BT's Chief WS Architect Paul Downey on "Loving the Web"
In this interview, recorded at QCon London, Stefan Tilkov talks Paul Downey, Chief Web Services Architect for BT, about Web services standards, Paul's work in the XML Databinding working group, WS-* vs. REST, and cool stuff BT offers to developers.
-
Does the Agile Community Need a Maturity Model?
Periodically an Agile Maturity Model or a Framework for Agile Adoption shows up on the radar. There are also several consulting companies performing Agile 'readiness assessments' as a precursor to helping their clients 'become' Agile. Are these indications of an unfulfilled need in the community?
-
SQL Database Publishing in Visual Studio 2008 and Today
The Database Publishing Wizard is a popular add-in for Visual Studio, which supports deploying a local database to a remote host. The Visual Web Developer team announces that the wizard will be integrated in Visual Studio 2008.
-
Ruby Gems: new release and plans for inclusion in Ruby 1.9
The new Ruby Gems release 0.9.4.5 adds optimizations and new features, such as automatic installation of platform gems. Also, it's compatible with Ruby 1.9, making it fit for inclusion in the standard Ruby 1.9 release.
-
Presentation: OSGi - The Foundation
OSGi is being adopted in an increasing number of projects. The spec provides a common model for writing and deploying apps to local or remote computers in modularized form. Instead of creating monolithic app, the OSGi spec allows the collaboration of many small components. This pres shows you why a spec like OSGi is crucial, what it really encompasses, and what the future developments will be.