Skip to content

Commit aca7558

Browse files
committed
Updated README.md
1 parent bc98c11 commit aca7558

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Design pattern samples in Java.
32

43
## Build status:
@@ -431,7 +430,7 @@ Presentation Tier patterns are the top-most level of the application, this is co
431430
## <a name="intercepting-filter">Intercepting Filter</a> [&#8593;](#list-of-design-patterns)
432431
**Intent:** Provide pluggable filters to conduct necessary pre-processing and post-processing to requests from a client to a target
433432

434-
![alt text](https://github.com/iluwatar/java-design-patterns/blob/master/abstract-factory/etc/abstract-factory_1.png "Intercepting Filter")
433+
![alt text](https://github.com/joshzambales/java-design-patterns/blob/master/intercepting-filter/etc/intercepting-filter.png "Intercepting Filter")
435434

436435
**Applicability:** Use the Intercepting Filter pattern when
437436
* a system uses pre-processing or post-processing requests
@@ -461,7 +460,7 @@ The difference is the intent of the patterns. While Proxy controls access to the
461460
1. Fork the repository.
462461
2. Implement the code changes in your fork. Remember to add sufficient comments documenting the implementation.
463462
3. Create a simple class diagram from your example code.
464-
4. Add description of the pattern in README.md and link to the class diagram.
463+
4. Add description of the pattern in README.md and link to the class diagram.
465464
5. Create a pull request.
466465

467466
**For creating/editing UML diagrams** you need one of the following:
@@ -482,9 +481,9 @@ The difference is the intent of the patterns. While Proxy controls access to the
482481
* [Let’s Modify the Objects-First Approach into Design-Patterns-First](http://edu.pecinovsky.cz/papers/2006_ITiCSE_Design_Patterns_First.pdf)
483482
* [Pattern Languages of Program Design](http://www.amazon.com/Pattern-Languages-Program-Design-Coplien/dp/0201607344/ref=sr_1_1)
484483
* [Martin Fowler - Event Aggregator](http://martinfowler.com/eaaDev/EventAggregator.html)
485-
486-
484+
* [TutorialsPoint - Intercepting Filter](http://www.tutorialspoint.com/design_pattern/intercepting_filter_pattern.htm)
485+
* [Presentation Tier Pattern](http://www.javagyan.com/tutorials/corej2eepatterns/presentation-tier-patterns)
487486

488487
# License
489488

490-
This project is licensed under the terms of the MIT license.
489+
This project is licensed under the terms of the MIT license.

0 commit comments

Comments
 (0)