InfoQ Homepage Architecture Content on InfoQ
-
Is SOA Dead as a Term but Alive as a Concept?
In a recent and provocative article for SD Times David Rubinstein emphasizes his opinion that while SOA has gained a lot of momentum as an architectural principle, it might be dead as a term. He quotes analyst Jason Bloomberg, who considers SOA as a bad word. In his opinion, SOA as a technology has already died due to Cloud Computing and the intrinsic complexity of Web services.
-
HTTPbis Working Group Start To Consider HTTP/2.0
Rackspace's Mark Nottingham, discusses the recent HTTPbis Working Group meeting, clarifications to the HTTP/1.1 specification, and the influence of SPDY on the group that have resulted in a change to its charter enabling them to begin considering HTTP/2.0.
-
Comparison of Business Analyst and Business Architect Roles Sparks Lively Debate
Nick Malik, an Enterprise Architect at Microsoft, wrote a blog post differentiating business analysts from business architects and he received a swift rebuke of his stance. Malik contended that business analysts do fundamentally different work than business architects but Kevin Brennen of the IIBA strongly disagreed and pointed out the resemblances between the roles.
-
What Is to Come in HTML.Next?
While W3C is still progressing with the current HTML5 specification, the work has started on HTML.Next, comprising a number of new elements and attributes, but no new APIs.
-
Dempsy – a New Real-time Framework for Processing BigData
A new open source project – Dempsy adds one more option for people trying to do real time processing of big data. Comparable to Storm and S4 Dempsy is most applicable to near real time stream processing where latency is more important than guaranteed delivery.
-
Oracle Sues Google over Google Copyrighted Code
The Oracle case against Google focusses on a 9-line piece of code, called 'rangeSort' which appears identical in Android and in OpenJDK. Unfortunately for Oracle, the code was initially written by Joshua Bloch when he was employed at Google, and was subsequently contributed to the OpenJDK by Google. Read on to find out these developments and more.
-
Enterprise Application Distribution with Windows 8
Distributing the right applications and links to a user’s computer has always been a challenge. Login scripts tend to be fragile and tools that automatically install applications are often difficult to use. The increased use of personally owned computers and devices further complicates the story. Microsoft is attempting to fix both issues with Windows 8 and the Self-Service Portal.
-
Can APIs be Copyrighted?
Whilst the Oracle/Google case was initially based on the assumption that Oracle's patents were valid – now all but demolished – Oracle has switched tack to claim that it is a copyright violation. At heart is the question of whether an API or even a computer language can be copyrightable.
-
Phusion Passenger 3.2 Preview Released: Evented I/O, Python Support
Phusion has released a preview release of their upcoming 3.2 version of Phusion Passenger. Version 3.2 comes with a re-written ApplicationPool, I/O handling is now event-driven and the Python support became a first-class citizen.
-
QCon New York Update: New HTML5, Mobile, JavaScript Sessions Published
In addition to dedicated conference tracks on Java, Agile, Cloud Computing, Concurrency, Big Data & NoSQL, Architectural Case Studies and others, QCon New York will feature a wide range of sessions and tutorials covering cross-platform mobile development. The first annual QCon New York 2012 which will take place at the New York Marriott on June 18-22, 2012. Save $450 if you register by Apr 27th.
-
Java APIs Take Centre Stage in Oracle vs. Google Trial
Last week saw the beginning of the Oracle vs. Google trial. Oracle's main complaint, involving a damages claim of $1bn, is that Android's use of 37 Java APIs infringes its copyright in the Java programming language. Google maintains APIs cannot be copyrighted, and has tried to frame the case as Oracle's response to its own failure to build a Java-based smartphone platform.
-
Looking Back at Looking Ahead, Gloom for Agile in 2012?
Many predictions for agile in 2012 were gloomy, with themes including adoptions by organizations that don’t know how, resulting in a lack of addressing management impact across teams and engineering practices in teams. With nearly four months of hindsight, readers can make their own judgments while remaining diligent so that 2012 won’t end gloomy.
-
WCF 5.0 – Vocabularies, Actions And Improved Spatial Support
Microsoft recently announced RTM release of WCF Data Services 5.0 – this includes several new features to support OData v3 such as Vocabularies, Actions, new Spatial Primitives and several updates to OData libraries.
-
Gartner: Best and Worst EA and Application Architecture Practices
A Gartner webinar discusses the best and worst practices in enterprise and application architecture.
-
Command Pattern In .NET
In Command Pattern, an object is used to represent and encapsulate all the information needed to call the method at a later time – method name, object that owns the method and values for the parameters. In the first part of an article series “The Command Pattern In .NET”, Eric Vogel walks through using the ICommand interface in the context of WPF applications.