InfoQ Homepage Architecture Content on InfoQ
-
Erich Gamma Has Joined the Microsoft Visual Studio Team
Erich Gamma, one of the four co-authors of Design Patterns, known as GoF (Gang of Four), has joined Microsoft Visual Studio team.
-
Differing Opinions: DTOs vs Domain Objects
Since the introduction of NHibernate and WCF, .NET developers have been moving closer and closer to the concept of unified entity-models. The end game here is that the same class can be act as your ORM entity, your WCF DTO, and your model for a MVC, MVP, or MVVM framework. Mark Seemann, author of Dependency Injection in .NET, argues this isn’t necessarily a good thing.
-
Schema.org - Google, Microsoft and Yahoo! Agree on a Common Markup Vocabulary [Updated]
Google, Microsoft and Yahoo! have decided to propose a common markup vocabulary, Schema.org, based on the Microdata format, simplifying the job of webmasters who want to give meaning to their web pages content.
-
The Future of Terracotta after Its Acquisition by Software AG
Software AG, one of the leaders in the SOA and BPM market acquired San Francisco based Terracotta that is behind prominent open source products such as EhCache, Big Memory and Quartz. Terracotta products fill in the application performance and scalability needs for cloud based offerings from Software AG. In this article, InfoQ talks to Ari Zilka regarding the future of this acquisition.
-
Model Binders in Web Forms vNext
Despite claims of its death, ASP.NET Web Forms is still a very popular framework and Microsoft is continuing to invest heavily in it. Web Forms vNext offers significant improvements in several areas including strongly typed, two-way data binding.
-
Upcoming Conference CompArch 2011 in Boulder, Colorado
The CompArch Conference is a federated conference that brings together researchers and practitioners interested in Component-Based Software Development and Software Architecture. This year the event is held at the University of Colorado in the United States from June 20th to June 24th. As general chairs Ivica Cnrkovic and Judith Stafford were appointed.
-
Lean Startups
The lean startup movement is growing and all over the world local user groups are meeting to discuss, learn, and build successful businesses. But what is a lean startup? Is it two hackers in a garage, or is it more?
-
Oracle Proposes Apache Foundation for Open Office
Oracle has proposed donating the OpenOffice codebase to the Apache Foundation, and relicensing under the Apache License, just over a month since saying it would abandon development of the project. It has interested other contributors (including IBM) but is distinct from the Document Foundation, which continues to develop LibreOffice under the LGPL.
-
Is REST Successful in the Enterprise?
Some might prematurely conclude that REST has won based on Programmable Web data: 73% of the APIs are RESTful. But Steve Jones, a SOA practitioner, draws attention that those APIs are used by front-end systems doing data aggregation and not by the majority of enterprise systems, and REST is not yet ready for the enterprise.
-
Community Reacts to Deprecated Google APIs
When Google announced that several programmer interfaces have been deprecated from the API Directory, the development community reacted loudly and in force. While some APIs on the list will be deprecated with no shut down date announced, others like the Translate API will be shut down at the end of the year.
-
Agile 2011 Program Announced
The program and structure for Agile 2011 has been announced. The conference runs in Salt Lake City on 8-12 August. There are over 200 sessions across 17 stages, in addition to the keynotes and special events. For the first time there is an Executive Forum running in parallel with the conference, aimed at senior executives helping organizations adopt and scale Agile methodologies.
-
JNBridgePro 6.0 Connects Java&.NET Apps in the Cloud
JNBridge has enhanced their interoperability tool to enable native communication between Java to .NET applications deployed in the cloud or on the ground and in the cloud.
-
Who Belongs to the 2011 Open APIs Billionaires Club?
The growth of Open APIs both in numbers and volume has surpassed any expectations over the last decade. John Musser from the ProgrammableWeb presented his analysis of the Open APIs State of the Market for 2011.
-
Apache promotes Libcloud to Top-Level-Project
The Apache Foundation has announced on May 25th that it has graduated Libcloud from Incubator status to a Top-Level Project. Libcloud represents a Python library that introduces a vendor-neutral interface to proprietary APIs of various cloud providers. As a Top-Level-Project the solution will get much more awareness and support from the open-source community in the future.
-
Introducing the Colm Programming Language
Colm is new a programming language designed for the analysis and transformation of computer languages. Colm's main contribution lies in the parsing method. Colm was designed by Adrian Thurston, as part of his Ph.D. work.