InfoQ Homepage Architecture Content on InfoQ
-
Adopting The Whole Enchilada
Recently InfoQ reported on Jim Shore's 'The Decline and Fall of Agile', which highlighted a trend for organizations to adopt "Agile" (in name) but fail to adopt what it means to be Agile (in practice). Community leaders such as Joshua Kerievsky, Martin Fowler, and Ron Jeffries have taken Shore's post a few steps further recently, posting their own thoughts on what's going on with this situation.
-
VMware Open Sources the View Client
VMware has open sourced its View Client software which enables connections from Linux clients to remote Windows desktops managed by VMware View. VMware would like to see their partners developing the client for non-x86 devices using operating systems other than Windows XP or Linux.
-
Rebooting Computing Summit 2009: Computing is Not Dead
Rebooting Computing Summit 2009 concluded recently and had over 250 people representing industry, practitioners, and academia convene to discuss how to 'reboot' the computer science field, since reports show that the innovation rate in our field has been declining and that enrollments in our degree programs have dropped 50% since 2001.
-
Presentation: Agile Methods and User Centered Design
In this presentation filmed during ThoughtWorks’ Quarterly Technology Briefing, Dave Robertson and John Johnston explain what the Agile and User Centered Design’s (UCD) common denominators are, common values being the most important one in their opinion.
-
OASIS Releases a Raft of New Standards
OASIS announced the release of 9 new standards in the WS-* architecture, including new versions of WS-AtomicTransaction, WS-ReliableMessaging and WS-Trust.
-
Sun's Future and Cloud Computing
Sun's recent layoffs (which are said to be affecting people working on OpenJDK, the JCP, J2SE, and desktop Java), and also Sun's recent acquisition of cloud infrastructure vendor Q-Layer, keeps alive the question of how Sun will redefine its strategic direction and choose which of its many technology possibilities it will focus upon.
-
Integrating Google App Engine with iPhone
The newest challenge in architecting systems is how to deal with the spectrum of platforms, from cloud computing to hand-held mobile devices. A new Developer Works article demonstrates both, by integrating Google's App Engine with iPhone.
-
Struts 2.1 Released
The latest version of the Struts2 framework, version 2.1, has just been released. This release marks a significant upgrade, with changes being focused on refactoring more code into the plug-in framework, reducing XML configuration by adding a conventions plug-in, and improving REST support.
-
Filip Hanik on Heterogeneous Cluster Communication Using Apache Tribes
Apache Tribes, a Tomcat 6 module, supports group communication in the server cluster. Filip Hanik talked about the challenges in heterogeneous clusters and how Tribes helps with group communication requirements of Tomcat clusters. He did a presentation at SpringOne Americas conference about Tribes messaging framework.
-
BPEL: Who Needs It Anyway?
A new article by Keith Swenson follows InfoQ’s article “Why BPEL is not the holy grail for BPM” to show BPEL’s limitations and the ways they can be overcome by direct BPMN execution.
-
Interview: Dan Grigsby Shares Secrets of Successful Entrepreneurship
In this interview made by InfoQ’s Rob Bazinet during RubyFringe 2008, Dan Grigsby talks about programming and entrepreneurship, how a programmer can take his idea and transform it into a successful product.
-
Case Study: Success with SOA at CISCO
Harvinder Kalsi, lead architect at CISCO, shared artifacts, anecdotes and tips covering their four-step maturity process, major design concerns, and SOA platform at the last SOA consortium meeting. He also spoke about SOA success factors across people, process and technology dimensions, including the importance of business participation and business ownership of processes, policies and rules.
-
Java EE 6 Platform Draft Published featuring the Web Profile
The public draft of the Java EE 6 Platform specification has been published and will remain open for public review and feedback until the 23rd of Feb, 2009. Maybe the most notable part of this delayed draft is the Web Profile, which is first profile in the history of the Java EE platform.
-
Clojure Brings STM, LISP to the JVM
Clojure, a LISP-style language for the JVM, is gaining interest quickly. One of the reasons is definitely its approach to concurrency which builds on Software Transactional Memory (STM). We talked to Stuart Halloway who's writing the first book on Clojure for the Pragmatic Programmers.
-
Disabling View-State Made Simpler in ASP.NET 4.0
ASP.NET 4.0 offers a new mechanism to enable/disable the view-state, controlling it becoming much easier than before. To store their state, ASP.NET controls have used view-state, enabled by default until now. This behavior resulted sometimes in large amounts of data being transferred between the client and the server.