InfoQ Homepage Architecture & Design Content on InfoQ
-
S Stands for Simple
With a very funny blog post that takes a critical look at the history of SOAP, written in the form of a dialogue between a Web services expert and a hypothetical developer, Pete Lacey has started an amazing chain of postings.
-
Experience Report: Beginners and Experts Using Open Space
As Agile conferences receiving an influx of novice teams and managers, some suggest that new tracks or conferences should be organized for these beginners. InfoQ brings you this experience report from a recent Open Space event, suggesting that mixing up expertise levels creates a valuable conference experience for all.
-
IBM's Response to Open Source Java under GPL
Last week some publications alluded to an official response by IBM regarding open source Java. InfoQ got a copy from IBM, republished here. IBM is generally supportive of the move, but would have preferred the contribution be made to Apache Harmony or at least under an Apache compatible license.
-
Apache Axis2 1.1 Released
Version 1.1 of Axis2, the Apache Web services stack, has been released, including significantly improved documentation and support for POJO and Spring services and clients.
-
Presentation: Guy Crets on Secure and Reliable Web Services
In this presentation, recorded at Javapolis, integration expert Guy Crets introduces security and messaging standards from the Web services world and discusses how the WS-Security and WS-Reliable Messaging specifications can be used in real world integration and B2B scenarios.
-
Responding to Urgent Requests
In his article "How Two Hours Can Waste Two Weeks," Dmitri Zimine describes the costs associated with changing development priorities after the beginning of an iteration. Joel Spolsky took issue with Dmitri's comments, which in turn were defended and elaborated on by Mishkin Berteig.
-
MySpace.com uses iBATIS.NET for persistence
Popular social site MySpace.com, which is the number 5 most trafficked site on the internet according to alexa.com is running a .NET backend and uses iBatis.NET for persistence. iBATIS is an open source data mapper framework that is commonly used when projects wish to control the SQL used instead of having it generated by an ORM framework.
-
JSR 277 & 294 leads respond to concerns over OSGi overlap and transparency
After the early draft release of JSR 277 a number of questions were raised by the Java community at large about JSR 277, JSR 294 and OSGi. InfoQ sat down with Stanley Ho's (Spec Lead of JSR 277) and Andreas Strebenz (co-Spec Lead of JSR 294) to discuss some of the Java community's concerns.
-
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.
-
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?
-
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.