InfoQ Homepage Architecture Content on InfoQ
-
Is It Premature to Talk About C++ and Java’s Legacy?
Bruce Eckel’s recent blog post on the legacy left by C++ and Java generated a lot of reaction. While mentioning some design mistakes, he concludes that both languages have had a significant role in programming languages evolution and an important positive legacy. But is it not too early to talk about their legacy?
-
Wee: Continuation Based Ruby Web Framework
Wee is a web framework similar to Seaside that uses continuations and provides reusable UI components. With Ruby 1.9, continuations stopped leaking memory and can therefore be used safely in a production environment.
-
Interview: Tim Bray on the Future of the Web
In this interview made during QCon SF 2008, Tim Bray talks about why he is not convinced with the buzz surrounding Rich Internet Applications and shares his ideas on Cloud Computing. He also expresses his opinion regarding the debate REST vs. WS-* and the future directions web technologies will be taking.
-
Book Review: Brown, Laird, Gee, Mitra: SOA Governance
InfoQ had the opportunity to review the new book “SOA Governance: Achieving and Sustaining Business and IT Agility” and interview its authors Clive Gee, William A. Brown, Robert G. Laird, Tilak Mitra.Topics covered include the role of reuse in SOA, SOA governance tooling, Business/IT alignment, etc.
-
Trends for Architectures that Provide Value for Business in Challenging Year of 2009
The beginning of the year is often conducive to formulating predictions about the trends that are likely to gain momentum in the coming year. Along with many others, Samuel Greengard and Dion Hinchcliffe came to suggest their list of technologies and approaches that will help architects providing value in this year 2009, at the crossroad of economic crisis and expansion of Web 2.0.
-
MIX 09: Justin Smith on Azure Access Control Services
Justin Smith and John Shewchuck delivered an introduction to Windows Azure ACS. ACS is basically a hosted Secure Token Service that operates in a "claims in-claims out" mode. John demoed the ACS in a Web application writen in Phyton and JQuery running on Google Apps Engine. ACS supports any identity mechanism (Google, Yahoo, Facebook...) and can be invoked from any technology stack.
-
REST Truer To The Web Than WS-*
Bill Burke, lead of the RESTeasy project, talks about how REST is truer to the goals of the Web than Web Services and allows you to focus on interoperability at the right level, without having to worry about the kind of problems WS-* standardization has encountered.
-
MIX 09: Nigel Ellis on Azure SQL Data Services
Nigel Ellis, Architect at Microsoft, presented today a detailed overview of the new relational model of Azure SQL Data Service, which was announced a couple of weeks ago on the team's blog. Nigel also demonstrated how SDS could be used by WordPress (a PHP application) via an ODBC driver.
-
Agile Governance: The Bridge Between Management and IT
Traditional project governance is used to describe the rules and processes that need to exist to ensure a successful project. At first glance the concept of governance and Agile seem to be incompatible however, most Agilists would agree that just enough governance might do more good than bad for the Agile project.
-
Expression Web SuperPreview Allows Simultaneous Cross-Browser Testing
Expression Web SuperPreview allows developers to render web pages in different browsers simultaneously to detect layout issues. SuperPreview will be available as a standalone version as well as integrated into Expression Web. The standalone version will be made available for free and a trial version is available for download today, named Expression Web SuperPreview for Windows Internet Explorer.
-
MIX 09: Clemens Vasters on Azure Service Bus
Clemens demonstrated the capabilities and the programming model of the Azure Service Bus. The ASB offers secure and reliable functionality for connecting business partners, services and composite applications across the Internet.
-
Presentation: Domain Expert DSLs
In this presentation recoded during QCon London 2008, Magnus Christerson discusses about the importance of using DSLs which allow business experts to freely express their knowledge about their domain using familiar tools. Henk Kolk presents a concrete example addressing pension fund issues and based on a DSL.
-
March CTP of the Windows Azure Tools and SDK Released at MIX09
Manuvir Das presented an overview of Azure Services yesterday at the MIX 09 Conference and announced the new refresh of the Windows Azure CTP. New features include Geo-Location and a Service Management Model. Manuvir also developed a concise and clear view of Microsoft's vision on what constitutes a Cloud Operating System.
-
Microsoft Introduces .Net RIA Services
Yesterday, Microsoft released .Net RIA Services which was mostly in stealth mode until now. In his presentation at MIX 09, Nikhil Kothari, explained "n-tier development and architecture is hard and un-natural. Our goal is to bring ASP.NET / RAD style productivity to RIA developmend"
-
Eric Newcomer On Difference Between RESTful vs. Web Service Transactions
Eric Newcomer, chair of the OSGi Alliance Enterprise Expert Group and former CTO of IONA Technologies, posted an answer to the question “What is the difference between RESTful transactions and Web Services transactions?”