InfoQ Homepage Development Content on InfoQ
-
Ruby on Rails 1.2 deepens support to REST and Unicode
Tapping into advanced features of the HTTP protocol, the Rails team enhances the flexibilty and interoperability of derived apps, while providing guidance to optimal use of controllers. Combine this with proper UTF-8 support and a growing team of contributors, and Ruby on Rails is ready for 2007 and beyond.
-
TeamCity 1.2 Released - Continuous Integration Server for Java and .NET
JetBrains has released version 1.2 of TeamCity, a continuous integration server which now includes a plugin for Visual Studio 2005, along with support for Visual SourceSafe.
-
webMethods Joins the Interop Vendor Alliance
webMethods has announced that it has joined the Interop Vendor Alliance. webMethods will be working with Microsoft, the initiator of this collaborative effort, and other key vendors, including BEA Systems, CA, EMC, GXS, Software AG, and Sun Microsystems, to simplify integration and improve interoperability with Microsoft-based solutions.
-
VB 8 Compiling on Mono
Rolf Bjarne's VB 8 compiler is now self-hosting on Mono. This represents a major milestone for both the Mono team and the VB language.
-
Effective Java Exceptions
A new article by Barry Ruzek on BEA's dev2dev site discusses the use of exceptions in Java and proposes a way of thinking about exceptions to help guide when to use checked versus unchecked exceptions. It separates exceptional conditions into faults and contingencies and describes how to handle each.
-
Flex and Rails Integration on Many Fronts
Several projects to leverage Adobe Flex from Ruby on Rails are very active lately. Here is a rundown of what's up, and plenty of links.
-
Prototype Releases Version 1.5, New Website, and Documentation
The popular Prototype Javascript framework has released version 1.5 including a new website an online documentation.
-
How much and how fast should Java change?
Stephen Colebourne writes about the fear of change that many have expressed in the Java community. With significant changes being tossed around for Java 7 (e.g. closures), many developers are worried about the language changing or changing too fast. Coleburne argues that Java isn't perfect and there are good reasons to change.
-
Interview with Brad Neuberg of the Dojo Offline Toolkit
Recently InfoQ sat down with Brad Neuberg, creator of the Dojo Offline Toolkit, to talk about the project. Dojo Offline is a project seeking to be a small, cross-platform, generic download that enables web applications to work offline.
-
Mono Committed to Supporting C# 3.0
Miguel de Icaza of Novel's Mono team has announced that Mono will support C# 3.0. However, before that occurs a lot of C# 2.0 bugs have to be fixed.
-
Presentation: Billy Hollis on Windows Presentation Foundation Fundamentals
Enjoy this Billy Hollis presention on Windows Presentation Foundation. Billy begins with the the reasoning behind WPF, moves to the basics and finishes with where WPF excels as a solution set.
-
Script.aculo.us, Dojo, GWT, Flex Leads Presenting at QCon
The Ajax & Browser-based applications track at QCon has been defined. Hosted by InfoQ Editor & ClientJava.com's Scott Delap, the full day track will feature presentations from Thomas Fuchs (creator of Script.aculo.us), Alex Russell (co-founder, Dojo Toolkit), Bruce Johnson (Lead, Google Web Toolkit), Christophe Conraets (Lead, Adobe Flex), and Dave Crane (Author, Ajax Patterns).
-
InfoQ Book: Getting Started With Grails
In this latest InfoQ book, Jason Rudolph introduces Grails, an open-source, web-app development framework that provides a super-productive full-stack programming model based on the Groovy scripting language and built on top of Spring, Hibernate, and other standard Java frameworks. Over the course of this book, the reader will explore Grails and experience it by building a Grails app.
-
Should VB Break Backwards Compatibility (Again)?
Paul Vick of Microsoft's Visual Basic team asks the VB community if they are willing to accept a breaking change in order to get a true ternary operator.
-
Issues with the ActiveRecord Pattern and Statically Typed Languages
Hibernate team member Emmanuel Bernard recently wrote on the issues with the ActiveRecord pattern and statically typed languages like Java.