InfoQ Homepage News
-
Windows PowerShell Released
For the first time Microsoft has released a new command line shell for Windows. PowerShell, formally known as Monad, replaces the venerable DOS-based CMD. Billed as an "object-orientated" shell, PowerShell has the ability to leverage COM and CLR objects directly from the command line.
-
Architecture a Key Factor in Scaling Agile
Scott Ambler's recent article "Scaling Agile Development Via Architecture" summarizes strategies for Agile teams regarding software architecture, and argues that an effective approach to architecture is an important key to successfully scaling Agile software development.
-
Announcing QCon: New conference in London, UK, March 12-16, by InfoQ and JAOO
A new enterprise software development conference is starting this year in London, UK, March 12-16th 2007. QCon, the InfoQ and JAOO conference, aims to become an annual event providing a venue for learning, networking, and tracking innovation in the Java, .NET, Ruby, SOA, and Agile communities with additional tracks on architecture & design, Ajax, IT in Finance, and more.
-
Sun Virtual Reality briefing on Java forks, compatibility, Microsoft, Linux
Simon Phipps, Tim Bray and Mark Shuttleworth held a briefing on Monday inside the Second Life online virtual reality game. The speakers addressed a croud of about 40 real people seated infront of the stage, covering Java on Linux, forking, what Sun will do to prevent incompatible Java's, a Microsoft fork, Harmony, and why it took so long for Java to be open sourced.
-
Phobos: Will we have JavaScript on the Server-side again?
A recent editorial on Ajaxian asks what it would be like to write JavaScript on the client and server. Phobos, a Java.net project, is doing just that. The goal of Phobos is to show that Java can be a successful platform for server-side scripting. Server-side JavaScript would allow code-sharing between the client and server and only one language required for web development.
-
New Version of Nitro/Og Web Framework Released
Nitro/Og provides a different model for web development in Ruby. A new version has just been released, providing a good excuse to stretch your Ruby wings and try it out.
-
Article: SimpleTicket Railway Story
In this first installment of the Railway Stories series, we cover SimpleTicket, a newly open-sourced Rails app that provides insight into the progress and innovation enjoyed by Ruby on Rails advocates, and paints a vivid picture of a dynamic, modern startup.
-
Jeff Sutherland Recommends Combining Scrum with CMMI Level 5
A paper proposed for the EUROPEAN SEPG 2007 conference, "Scrum and CMMI Level 5: The Magic Potion for Code Warriors," has triggered discussion in Scrum circles. One of its authors is Scrum co-creator Jeff Sutherland, whose blog addressed a common question: since Scrum can already bring an organization's process up to CMMI level 3, is it worth the time & effort to achieve CMMI level 5?
-
CLR Hosting and Fibers
The CLR can be hosted in a wide variety of environments. Out of the box these include Internet Explorer, IIS, and SQL Server 2005, and developers are free to create their own. Unfortunately, one thing they don't support is fibers.
-
ICEFaces Ajax/JSF Framework Open Sourced Under MPL
ICEsoft Technologies, Inc. has announced that their ICEFaces Ajax Development Platform is now available under the Mozilla Public License. This release also includes tighter IDE integration and enhanced JBoss Seam support.
-
JNBridge 3.1: Embed SWT/Swing in .NET and Winforms in Java
JNBridge 3.1 is a Java and .NET interoperability bridge tool that allows Java or .NET code to run in each others JVM or CLR in-process, with shared memory. Version 3.1 adds the ability to embed AWT/SWT and Swing widgets inside WinForms apps, or embed .NET WinForms controls into Java UIs. InfoQ spoke to JNBridge to hear more about the technical integration.
-
Serialization Optimization Pitfalls
In a response to a recent JavaLobby thread, Tom Hawtin looks at optimization of serialization and decides that you shouldn't do it.
-
Drawing Analogies Between Publishing and Agile Development
In a recent blog posting titled "Moving from Software Production to Software Publishing," Gojko Adzic describes how he and his staff applied agile software development techniques to improve the production process at Mikro, the Serbian edition of PC World magazine. He then describes some ways in which the magazine publishing model can be applied to software development.
-
RubySSPI is Big News for Ruby Developers on Windows
Are you behind an ISA proxy that authenticates all traffic? This library enables your ruby scripts to authenticate with the proxy as the current user seamlessly. After a few simple steps, you should be able to successfully install things like Ruby on Rails by simply typying gem install rails, exactly how non-Windows users get to do.
-
Mono 1.2 release with thoughts from Miguel de Icaza
Last week Mono hit its 1.2 release. Novell uses Mono in server form for both ZenWorks and iFolder in its Suse Linux Enterprise 10 platform. This release was primarily focused on performance and scalability improvements. Enhancements can be found across the board in support for Windows Forms and System.Drawing, .NET 2.0 parity in C#, and debugger support for both X86 and X64.