From 4a3e02e684a0b6ef3d1adbb40af18d3307ab8386 Mon Sep 17 00:00:00 2001 From: Junv Date: Mon, 6 May 2013 16:03:03 +0800 Subject: [PATCH] add todo list --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e3fca5e..80dc95b 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,19 @@ Elk === -Elk-ioc -== +##### Elk-ioc -Elk-mvc -== +##### Elk-mvc -License -== +Todo list + +1. The implementation must support model driven page render with at least one choice of template engines(JSP, FreeMarker,StringTemplate,Velocity,Mustache) +2. The implementation must support form submit, including nested structure. +3. The implementation must support service injection for controller, and must use your di container you finished last round(unless the loser who choose to use Guice) +4. The implementation must support run in a embedded web container(Grizzly, Jetty or Tomcat) +5. The support of web.xml is not mandatory + +##### License MIT license