Updated README.md

This commit is contained in:
joshzambales 2015-04-03 18:36:15 +08:00
parent f64480d731
commit efb032adbb

View File

@ -67,7 +67,6 @@ Presentation Tier patterns are the top-most level of the application, this is co
* a system uses pre-processing or post-processing requests * a system uses pre-processing or post-processing requests
* a system should do the authentication/ authorization/ logging or tracking of request and then pass the requests to corresponding handlers * a system should do the authentication/ authorization/ logging or tracking of request and then pass the requests to corresponding handlers
* you want a modular approach to configuring pre-processing and post-processing schemes * you want a modular approach to configuring pre-processing and post-processing schemes
**Real world examples:** **Real world examples:**
* [javax.xml.parsers.DocumentBuilderFactory](http://docs.oracle.com/javase/8/docs/api/javax/xml/parsers/DocumentBuilderFactory.html) * [javax.xml.parsers.DocumentBuilderFactory](http://docs.oracle.com/javase/8/docs/api/javax/xml/parsers/DocumentBuilderFactory.html)