InfoQ Homepage Development Content on InfoQ
-
Towards the Optimal Javascript Inheritance Technique
Lead developer of the ThinWire Java-based RIA framework Joshua Gertzen has written an article going over existing approaches to implementing OO inheritance in Javascript and presents the solution they ended up using on their product.
-
ESB SCA WCF and TLAs
Patrick Leonard, VP of Product Development at Rogue Wave has posted a short commentary on Webservices.org about Enterprise Service Bus (ESB) and its relationship to SOA. Patrick focuses on other specifications and frameworks that can enable "greater realization" of SOA solutions.
-
NAG Continuous Integration Monitor Announced
Digital Focus has announced their open source "NAG" continuous integration tool, which monitors the stability of multiple application servers and notifies users of software build failures via audible and visual cues. Ready now for Apache Continuum, and already working to support Cruise Control, Lunt Build, and Ant Hill monitoring, this tool is specifically designed to support Agile teams.
-
Using the Eclipse IDE to develop Ruby applications
Developers already familiar with Eclipse will appreciate Tabrez Iqbal's guide to tweaking it to work well with Ruby development.
-
Event Driven Architecture
Event Driven Architecture (EDA) is a term promoted by Gartner to describe an evolved state of Enterprise software characterized by real time events. EDA has been associated to its detriment with SOA 2.0, however, there may be technical legitimacy to some of the EDA ideas.
-
Interview: Real-World Agile for .NET Developers
Kathleen Richards interviews Robert C. Martin about his new book, co-authored with his son Micah: "Agile Principles, Patterns and Practices in C#," which puts Agile practices to work in a .NET environment,
-
Interview: Patrick Lightbody on Project Able - A Complete Java Web Stack
WebWork committer, Patrick Lightbody, has announced Project Able: a complete Java web stack. InfoQ sat down with Patrick to discuss the philosophy behind Project Able.
-
Seven Deadly Sins of Programming
Eric Gunnerson, C# Community Coordinator at Microsoft, has posted his list of the Seven Deadliest Sins of Programming: * Excessive Coupling * Inappropriately Clever Code * Deferred Refactoring * Premature Optimization * Overuse of Virtual (C#) or Overridable (VB.NET) * Overuse of Inheritance * Premature Generalization
-
Sun: A real open source Java community: "That is our Goal"
Sun has committed to open sourcing Java Micro Edition this year, and all of Standard Edition next year. InfoQ spoke to Sun's Bob Brewin, co-CTO of Software to find out the details. InfoQ also spoke to Geir Magnusson, lead on the Apache Harmony open source Java effort to get a community perspective on the news.
-
InfoQ Article: Why Would a .NET Programmer Learn Ruby on Rails?
.NET developer Stephen Chu gives us some insight into his transition to Ruby on Rails programming. Quote: "By being loyal to one technology stack, I am bound to unconsciously make biased decisions, which will ultimately hinder my ability to deliver business value."
-
The Resurgence of Java the Platform
Way back in December of 2000 noted columnist Jon Udell covered the language-agnosticism of the Microsoft CLR versus the JVM. Six years after Udell highlighted the topic, Java the Platform is beginning to come out of the shadows of its more well known counterpart Java the Language.
-
REST on Rails: An Enterprise Developer's Overview
Bruce Tate presents an enterprise-level introduction to the use of Representational State Transfer (REST) in the Ruby on Rails framework.
-
Could Glassfish become the next major open source appserver?
Sun has been putting a lot of resources into Glassfish, Sun's Java EE 5 open source appserver. But with an open source application server market dominated by JBoss, with ObjectWeb's JonAS and IBM supporting Apache's Geronimo project, just what is the intention and status of Glassfish? InfoQ has been been following the project and talking to the committers over the last few months to catch you up.
-
MSDN Architecture Center Launches Vertical Sites
The MSDN Architecture Center has released 3 industry-focused vertical sites, and one devoted to Microsoft Office as a solutions platform: * Financial Services Industry Center * Manufacturing Industry Center * Retail Industry Center * Office System for Architects
-
Debates flare on the right level of abstraction over ORM and JDBC
A heated debate started a few weeks ago initiated by members of the Hibernate team, arguing that using an abstraction framework on top of an ORM is a bad idea, citing Spring's HibernateTemplate as a specific example. Along the theme of levels of abstraction, Brian McCalister also surveyed various convenience frameworks over JDBC.