InfoQ Homepage Architecture Content on InfoQ
-
Presentation: Secure Programming with Static Analysis
Creating secure code requires more than just good intentions. Programmers need to know how to make their code safe in an almost infinite number of scenarios and configurations. Static source code analysis can uncover the kinds of errors that lead directly to vulnerabilities and in this talk, Brian Chess frames the software security problem and shows how static analysis is part of the solution.
-
Compiled IronPython
Shri Borde discuses the status of IronPython 2 and how it works with compiled code. He focuses on issues involving reflection and CLS compliance.
-
Best Practices for SOA Governance: a User Survey
One of the key takeaways from this survey is that SOA is real and happening on a large scale. Governance was critical or moderately important for 91% of the respondents. The survey also sampled the most popular SOA standards. InfoQ spoke with Miko Matsumura, Deputy CTO of Software AG, who commented the results.
-
Author Interview, Book review, Sample Chapter: "Applied SOA"
InfoQ features an interview with the authors and a review of a new book on "Applied SOA", as well as a sample chapter for download. Among the authors is Boris Lublinsky, one of InfoQ's SOA editors. In the interview, the authors talk about major hurdles in SOA introduction, the problem with lack of skills, and their assessment of SOA's maturity.
-
Google Introduces GWT Overlay Types
Javascript Overlay Types is a new feature in GWT 1.5 that simplifies the process of interacting with native Javascript data structures in GWT applications.
-
Java Pattern Framework Jt 2.6 Supports JtWizard and Enhancements to Jt Components
The latest version of Java pattern framework Jt supports JtWizard and enhancements to Jt Components. The Jt development team recently released version 2.6 of the open source pattern oriented framework. JtWizard can be used for generating Java applications based on design patterns including Gang Of Four, Data Access Object, Model-View-Controller and J2EE design patterns.
-
Securing the Web with Decentralized Information Flow Control
Max Krohn and his colleagues at MIT developed a new end-to-end security architecture to help achieving data secrecy and integrity across complex Web Applications. In this talk and a series of papers, Max presents their findings and a use case based on MoinMoin Wiki.
-
New Open Source project provides Object Oriented data access
Kasper Sørensen has created a new open source project at eobjects.dk called MetaModel. The project is a common domain model, query engine, and optimizer for different types of datastores, such as relational databases and flat files. MetaModel is a Java library that provides a fluent, object-oriented interface for SQL compliant queries.
-
Article: 8 Reasons Why Model-Driven Approaches (will) Fail
When you want to build model-driven software you’ll need to devise a methodology based on ideas and experiences from others. Johan den Haan shares 8 gotchas of Model Driven Engineering. One of the key points in the article focuses on the use of graphical tools vs general purpose languages.
-
Is Technology Important for SOA Governance?
Michael Stamback, who just started a new blog on SOA Governance, asked this question a couple of weeks ago. Can the introduction technology help your SOA Governance effort? or are the cultural and organizational issues simply too overwhelming?
-
Presentation: Lessons Learned from Architecture Reviews
In this presentation, Rebecca Wirfs-Brock presents some practical lessons she has learned from doing architectural reviews. Many times projects are not delivered in time, or have quality problems or have an incomplete set of features due to architectural flaws. The reviews are meant to highlight existing risks and strengths of the architecture, and to reveal issues initially neglected.
-
Article: Domain-Driven Design at the Center of an Evolving Architecture
Domain driven design can be most readily applied to stable domains but it becomes more challenging when the domain itself is in a state of flux and development. This is common in Agile projects, and happens also when the business itself is trying to evolve. This article examines how we used DDD in the context of a two-year programme of work to rethink and rebuild guardian.co.uk.
-
Industry Luminaries Weigh into Scalability Debate
As part of its virtual panel series, InfoQ has brought together scalability and performance architects from some of the biggest and most visible projects around, to let us into their secrets for achieving results the rest of us would just dream of.
-
QCon San Francisco Nov 19-21 Full Schedule Posted
The timed schedule for the 3 day QCon San Francisco conference has been posted! QCon is InfoQ's enterprise software development conference featuring over 80 sessions and 70 speakers. QCon is a conference designed for team leads, architects and project management. Last year's QCon SF attracted almost 500 people.
-
Article: Ian Robinson on Consumer-driven Contracts
In a new article, ThoughtWorks' Ian Robinson discusses how consumer-driven contracts, in the form of "stories for services" and unit tests exchanged between service development streams, can strengthen the service-oriented development lifecycle. In contrast to contracts defined from the POV of the provider, consumer-driven contracts result from combining the demands of all known service consumers.