InfoQ Homepage Architecture & Design Content on InfoQ
-
HAML: The Beauty of Efficiency
The creator of HAML, an alternative templating language for Rails, feels that 20 minutes is all you’ll need to fall in love with its simplicity. However, a blogger named Grigsby disagrees, claiming that 2 minutes is all it takes. InfoQ investigates.
-
Navigating WS-*
Dan Diephouse has posted a paper, titled "Navigating WS-*", that provides an excellent overview of Web services standards and their respective relevance for solving real-world problems.
-
C# and VB Continue to Diverge
When VB.NET and C# were first released, they were often thought of as the same language with a different syntax and minor differences. As time goes on, these differences are becoming more pronounced. For example, their treatment of anonymous types is worlds apart.
-
CodeGear unveils Ruby on Rails IDE
CodeGear announced a new IDE for Ruby on Rails development based on Eclipse. Due out in in the 2nd half of 2007, this will enter a growing market of RoR development tools.
-
Motorola Challenges Java Developers to Rethink Mobile Computing
Thursday at JavaOne started with a thought provoking keynote by Motorola CTO Padmasree Warrior. Rather than the usual vendor keynote making grand announcements or touting specific accomplishments of her company, Warrior focused on challenging Java developers to think hard about the transformation of the mobile world.
-
Interface21 (Spring) gets 10M VC Funding
Interface21, the provider of the Spring Framework has announced that it has received $10 million in Series A financing from Benchmark Capital. The new funds will be used to accelerate product development and expand marketing, sales and support infrastructure to scale their professional open source offerings around Spring.
-
A Disciplined Approach to Agile Adoption
Ahmed Sidky and James D. Arthur present an Agile Adoption Framework. Attempting to provide a structured, repeatable and measurable framework for adopting Agile processes in a software development organization.
-
Sun Finishes OpenJDK Transition
In today's Java One keynote Sun announced that the open sourcing of Java has been completed. There is now a completely build-able JDK available to developers at the OpenJDK project.
-
InfoQ Article: The MOle Plugin
The MOle, so named because it acts as the investigators agent, is a plugin that provides insight into the inner workings of Ruby on Rails in realtime, as requests come in and get processed. The author describes how the plugin came about and gives InfoQ readers a detailed introduction to his innovative plugin.
-
AOP Refactoring: In-class aspects to improve code
AOP expert Ramnivas Laddad explains how to use Aspects for refactoring cross-cutting concerns within classes (not just across classes) for things like reducing boiler plate code and potential for mistakes. How to recoganize and refactor such logic into aspects is covered, as well as applying aspects for resource management and concurrency control.
-
Coverity Prevent SQS: Java Static Analysis Defect Detection
The Java static-analysis defect detection space got a new entrant this week with Coverity's release of Prevent SQS, a code analysis tool that analyzes byte code, and builds an interal map of all possible execution paths upon which interprocedural defect analysis is done to find problems that lead to runtime exceptions, security vulnerabilities, unpredictable behavior, and performance degradation.
-
Interview: Per Kroll on Agility and Discipline, RUP, Distributed Development
Per Kroll is a director at Rational Software Corporation, where he's responsible for the development and management of the Rational Unified Process. In this interview, Per shares insights from his book 'Agility and Discipline', Agile practices for distributed development, how RUP is changing to support teams that want to customize it, and RUP vs. Agile.
-
Jasper: ORM without Code Generators or Configuration Files
Jasper is Microsoft's new ORM project designed for rapid application development. And unlike earlier Microsoft projects, this one does not require code generators. The goal? To "make the experience of developing quick and dirty database apps one that is truly quick and clean."
-
Astoria: Microsoft's RESTful Data Services
Microsoft has announced the Project Astoria at MIX '07. Astoria offers a RESTful approach to expose data as data services on the web.
-
Presentation: Gregor Hohpe on Developing in a Service-oriented World
In this presentation, Google architect Gregor Hohpe takes a look at the architectural aspects of SOA, addressing issues such as the false sense of simplicity and the problems of established programming models.