April 2005 - Posts

getting kicked while you're down

when hyenas gang together

http://blogs.zdnet.com/BTL/index.php?p=1246

and, thinking out loud, what's worse than a monopoly: a syndicate to preserve the status quo in a (many) markets

In Europe there are already too many of those.

 

Favourite pattern: Interception/Filter pattern

Favourite pattern: Interception/Filter pattern

Anyone watching sci-fi or war movies knows what an interceptor is.

What it basically does: preprocess a request, filter (any bad) stuff before it reaches the request handler

Applications doing this (in a sort of way): firewalls, proxies, antispam,  isapi, rules engines

What I'd like to happen(for security sake): get good APIs at the application level for easier building of such application (think anti-spam in Outlook, anti-phishing in IE)  

 

Here a good link:

http://java.sun.com/blueprints/corej2eepatterns/Patterns/InterceptingFilter.html