InfoQ Homepage Development Content on InfoQ
-
Tutorial: TDD with Selenium and Castle
Dan Bunea shows how TDD can be applied in .NET using Selenium RC and Castle. Test first principals provide architects a way to quickly jump into active development early in the application development lifecycle. The benefits of TDD are a drastic reduction in defects as well as increased flexibility in the code base since the application evolves quickly through an iterative process.
-
BitSharp: A BitTorrent Client Library for C#/Mono
In what hopes to be a new tend, an interesting new library for .NET developers was developed with Mono as its main audience. In conjunction with Google's Summer of Code, Alan McGovern has created a set of BitTorrent client libraries using C# and Mono he collectively calls BitSharp.
-
Interview with Miguel Valdes Faura on Bonita v3
Bonita, an open-source workflow and BPM solution recently released version 3. InfoQ sat down with Miguel Valdes Faura to talk about this release, which includes a set of graphical workflow development tools.
-
Early Problems for Microsoft's Software as a Service Sample: LitwareHR
Microsoft is offering a new sample application called LitewareHR to serve as a springboard for discussions about software as a service. Available on CodePlex , this sample application uses many of the concepts and theories described in the white papers and articles on MSDN.
-
Must Java Have an Answer to Rails?
There are two trends playing themselves out in response to this question. First there is the concept of simply running the Ruby language and in turn Rails under the JVM. Bloggers have been discussing the other concept of creating comparable frameworks in Java that catch the secret combination.
-
How .NET Handles Standards Compliance that Result in Breaking Changes
Two security classes in .NET, HMACSHA512 and HMACSHA384, have a bug. It isn't an earth-shattering bug, but it does produce results that are inconsistent with the standard. The .NET Security team shows how this will be handed so that current applications won't break when the code gets fixed.
-
Interview with Javier Paniza on OpenXava 2.1
OpenXava, the rapid-web application framework, recently released version 2.1. InfoQ sat down with Javier Paniza, project lead for OpenXava to discuss the framework and the new release, which brings JPA support.
-
InfoQ.com publishes its 1000th news post
InfoQ has this week published its 1000th news post; since the site launched just 8 months ago it has also published 90 in-depth technical articles, 4 original books, and a number of video interviews and presentations. Thank you to all our readers for their support and to the editors for all the hard work!
-
biztalk247.com launches
Saravana Kumar, a BizTalk expert, launched biztalk247.com(BETA) on February 14, 2007. BizTalk 24 * 7 aggregates diverse resources regarding BizTalk and related technologies.
-
Java EE Best Practices Updated
IBM has updated a 2004 article on Java EE best practices, compiling a list of 19 practices. They range from always use MVC to prefer JSPs as your first choice of presentation technology.
-
Red Hat joins Interoperability Vendor Alliance
Red Hat announces it has joined the Interoperability Vendor Alliance, with IBM, Microsoft, BEA, Oracle and others.
-
Interview: Mike Keith on EJB 3
In the latest video interview, EJB 3 co-spec lead Mike Keith discusses the current state of EJB 3, including common praises and criticisms that have been received. He also talks about POJO support and how the spec has evolved towards dependency injection.
-
New JSR Proposed: Java API for RESTful Web Services
Sun has submitted JSR 311, Java API for RESTful Web Services, to the JCP, aiming to "enable developers to rapidly build Web applications in Java that are characteristic of the best designed parts of the Web". Reactions from the REST crowd are mixed.
-
Article: Evaluation Options in Ruby
InfoQ is proud to present a comprehensive discussion of Ruby's various eval methods, full of rich code examples, by Domain-Specific Languages master Jay Fields.
-
CS-Script - The C# Script Engine
Do you wish for a scripting language with access to the .NET Framework and the syntax of C#? With CS-Script, you get just that.