Added index.md
Added index.md with explanation which seems a little bit short of detail. Fixed the directory of the files.
This commit is contained in:
@@ -3,14 +3,14 @@ layout: pattern
|
||||
title: Front Controller
|
||||
folder: front-controller
|
||||
permalink: /patterns/front-controller/
|
||||
categories: Presentation Tier
|
||||
categories: Creational
|
||||
tags:
|
||||
- Java
|
||||
- Difficulty-Intermediate
|
||||
---
|
||||
|
||||
## Intent
|
||||
Introduce a common handler for all requests for a web site. This
|
||||
Introduce how to create objects which follow value semantics rather than reference semantics.
|
||||
way we can encapsulate common functionality such as security,
|
||||
internationalization, routing and logging in a single place.
|
||||
|
||||
|
Reference in New Issue
Block a user