Agile Project Management: Lessons Learned at Google
In this presentation filmed during QCon 2007, Jeff Sutherland, the creator of Scrum, talks about his visit at Google to do an analysis of Google's first implementation of Scrum.
Tracking change and innovation in the enterprise software development community
Posted by Michael Bushe on Feb 19, 2008 07:19 AM
The purported €4.9 billion ($7.2 billion) fraud committed by Jerome Kerviel at Société Générale has raised discussion worldwide about how systems at such a respected financial institution could be circumvented.Don't underestimate the old-fashioned, non-technical controls that have served financial institutions well: separation of duties, forcing employees to take vacations, dual-control systems, etc.Some risk management software will track habits, such as detecting when people log onto which workstations or when they log in on a holiday. Such software could have detected when Kerviel allegedly logged on under other user's accounts and may have raised alarms about Kerviel taking only four days off in 2007. Other solutions search email and detect keystrokes looking for suspicious keywords or irregular activity, such as adjusting a forwarded email. Kerviel allegedly manufactured emails with order requests in response to questions about the hedging of his trades.
Auditing at every level of the systems (OS, database, application) is necessary, but it's only the bare beginnings. Someone/something has to parse this auditing data to make it usable, and that's where most organizations fall down. An Oracle Fine-Grained Audit log is not a pretty sight, and OS logs aren't any better. Event correlation systems that attempt to analyze and correlate audit data from disparate sources try to fill this role, but they often end up generating more false positives than anything else. This is a tough one to solve.Indeed, the risk management industry is active, but fairly immature. There are a number of comprehensive solutions such as BPS, Memento, Actimize, and offerings from SaS and Reuters.
In my view the most important thing a software architect can do is to think carefully about the application's business roles and map them tightly into a role-based access control system. Relying on technical barriers like firewalls, layer 7 content filtering, intrusion detection, etc. isn't enough--the developers have to build security into the application logic from the beginning of the lifecycle.Unfortunately, the problem is becoming harder. Software is becoming more complex and more loosely coupled. Annett also points out that with the rise of SOA the number of entry points into the system increases, as does the security risk. On the other hand, the decentralization of resources in SOA may make a comprehensive plot harder to implement.
Introducing application infrastructure virtualization and WebSphere Virtual Enterprise
IBM software architect eKit: Grady Booch podcast, whitepapers, articles
Podcast download: An interview with Dmitry Sklyut on OSGi
RESTful todo list sample tutorial with Groovy & Project Zero
The Agile Business Analyst: Skills and Techniques needed for Agile
In this presentation filmed during QCon 2007, Jeff Sutherland, the creator of Scrum, talks about his visit at Google to do an analysis of Google's first implementation of Scrum.
In this article, Bryon Jacob and Chris Berry introduce AtomServer, their implementation of a full-fledged Atom Store based on Apache Abdera, which is now available as open source.
It is easy to think that virtualization applies only to servers. In reality the recent resurgence of the concept is also being applied to networking, storage, and application infrastructure.
In this article, Stefan Tilkov explains some of the most common anti-patterns found in applications that claim to follow a "RESTful" design and suggests ways to avoid them.
In this article, Adrien Louis and Marc Dutoo discuss the differences and relative merits of using orchestration vs. routing in a typical ESB setup, and discuss various implementation options.
Wayne Lund discusses batch processing, Spring Batch objectives and features, scenarios for usage, Spring Batch architecture, scaling, example code, failures and retrying, and the future roadmap.
Developer Jay Fields draws on his experiences as a ThoughtWorks consultant to describe effective user story estimation techniques.
In this talk from QCon SF 2007, Justin Gehtland explains two open solutions to distributed identity and their Rails integration components: OpenID (using ruby-openid) and CAS (using rubycas-client).
No comments
Reply