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:
JuhoKang
2016-01-28 23:33:46 +09:00
parent cca40a543a
commit 083065ba93
8 changed files with 55 additions and 2 deletions

View File

@@ -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.