InfoQ Homepage Architecture Content on InfoQ
-
Talend Releases a Cloud Version of its Unified Integration Platform
Talend announced at the Cloud Computing Expo last week that it was releasing a Cloud-based version of its Enterprise Unified Integration Platform.
-
QCon San Francisco November 14-18 - tracks announced & registration open
QCon San Francisco 2011, taking place November 14-18, is now open for registration ($700 savings until June 22nd). QCon is an enterprise software development conference for team leads, architects, and project managers covering architecture & design, Java, Mobile, functional programming, Lean and Kanban, Cloud Computing, Big Data & NoSQL, emerging languages, and other timely topics.
-
Asynchronous Patterns in ASP.NET Web Forms vNext
Asynchronous programming is all the range these days and for good reason, when properly used it can significantly improve the throughput of I/O bound applications. And while some may think this of the realm of new and esoteric languages, even Web Forms is getting in on the game.
-
Yet More Trouble with REST APIs?
George Reese, writing recently on his and Adrian Cole's experiences on using REST and SOAP APIs for developing Cloud applications, caused quite a stir in the community. What started as hints-and-tips has turned into a debate over whether there are real problems and misunderstandings around developing APIs with REST, irrespective of Cloud?
-
Will Machiel van der Bijl make manual Software Testing obsolete?
Machiel van der Bijl from the University of Twente in the Netherlands recently introduced a Model-based testing approach which is supposed to automate software testing.
-
The Good, the Bad, and the Ugly of REST APIs
A new blog post by George Reese provides a wealth of recommendations on best practices and common pitfalls of REST APIs implementation.
-
Tools for Porting Android Apps to Windows Phone 7
Microsoft attracts Android developers to Windows Phone 7 (WP7) with an API mapping tool and a WP7 Guide.
-
How To Think Like A Cloud
At the Interop 2011 conference in Las Vegas, Alistair Croll of Bitcurrent delivered a talk titled “How to Think Like a Cloud.” This session pointed out the differences between a traditional application development approach and a utility computing mindset.
-
Rethinking Models in MVC
Jon Galloway is researching dynamic ASP.NET MVC 3 models using Mono’s Compiler as a Service. Meanwhile Karsten Januszewski is looking into deserialized JSON in lieu of statically typed models.
-
PMI Agile Certified Professional Body of Knowledge
There is no single central reference for those seeking to prepare for the new Project Management Institute - Agile Certified Practitioner (PMI-ACP) test; instead the PMI provides a list of test areas, and reference books, which taken together constitute the body of knowledge for the certification.
-
Caucho Resin is Officially Certified Against the Java EE 6 Web Profile
Caucho Resin has recently been certified a compliant implementation of the EE 6 Web Profile, starting with version 4.0.17.
-
World IPv6 Day Has Started
June 8th 2011 is World IPv6 day, where many large internet organisations such as Google and YouTube, and social networks like Facebook have IPv6 enabled their sites for at least the next 24 hours. If you have an IPv6 connection, then when you visit these sites you'll be going over the IPv6 network instead of the IPv4 network.
-
The Android Ecosystem by Tim Bray
Tim Bray, developer advocate at Google, presented yesterday evening his views on the Android Ecosystem at the Seattle Android Meetup. He talked about the successful business models for mobile apps, the new features coming this month and shared briefly his opinion the Web vs Native app.
-
Big Data – The Next Frontier
According to the new report from McKinsey Global Institute, Big Data is becoming a factor of production like physical or human capital.
-
Model-View-Presenter for Web Forms
While it is possible to use a MVC-style architecture with ASP.NET Web Forms, most find it to be a clumsy match. The rich components and stateful nature of Web Forms simply doesn’t mesh well with the MVC pattern. Yet developers still long for the separation and testability that MVC offers. This is where the open source project Web Forms MVP comes into play.