<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://luminoussheep.net/mediawiki/index.php?action=history&amp;feed=atom&amp;title=J2EE_Patterns</id>
	<title>J2EE Patterns - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://luminoussheep.net/mediawiki/index.php?action=history&amp;feed=atom&amp;title=J2EE_Patterns"/>
	<link rel="alternate" type="text/html" href="https://luminoussheep.net/mediawiki/index.php?title=J2EE_Patterns&amp;action=history"/>
	<updated>2026-04-16T19:08:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://luminoussheep.net/mediawiki/index.php?title=J2EE_Patterns&amp;diff=69&amp;oldid=prev</id>
		<title>Martin: Created page with &quot;Top level enterprise blueprints http://java.sun.com/blueprints/enterprise/index.html  Catalogue of patters http://java.sun.com/blueprints/patterns/catalog.html  = Intercepting...&quot;</title>
		<link rel="alternate" type="text/html" href="https://luminoussheep.net/mediawiki/index.php?title=J2EE_Patterns&amp;diff=69&amp;oldid=prev"/>
		<updated>2021-09-14T21:33:40Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Top level enterprise blueprints http://java.sun.com/blueprints/enterprise/index.html  Catalogue of patters http://java.sun.com/blueprints/patterns/catalog.html  = Intercepting...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Top level enterprise blueprints&lt;br /&gt;
http://java.sun.com/blueprints/enterprise/index.html&lt;br /&gt;
&lt;br /&gt;
Catalogue of patters&lt;br /&gt;
http://java.sun.com/blueprints/patterns/catalog.html&lt;br /&gt;
&lt;br /&gt;
= Intercepting Filter =&lt;br /&gt;
Problem&lt;br /&gt;
* Interpret and manipulate request before/after processing&lt;br /&gt;
&lt;br /&gt;
* Actions/Control based on input&lt;br /&gt;
* Transformations&lt;br /&gt;
&lt;br /&gt;
Examples: &lt;br /&gt;
* Compression/Encryption/Encoding&lt;br /&gt;
* Validating session/browser type/URL access&lt;br /&gt;
&lt;br /&gt;
Solution:&lt;br /&gt;
* Standard filter strategy&lt;br /&gt;
* Pluggable filter&lt;br /&gt;
* Filter manager - combines chain of filters - delegates control&lt;/div&gt;</summary>
		<author><name>Martin</name></author>
	</entry>
</feed>