블로그 16Bytes에서 포스트(http://16bytes.com/Making_Java_web_development_easier.html)를 하나 읽었습니다.
현재의 웹 개발 프레임워크는 아래 다섯 가지가 부족하다고 말합니다.
Automatically create and wire MVC components.스프링을 쓰면서 들었던 생각을 그대로 옮긴 것 같습니다. :)
Define web application flows.
Generate automatic validation.
Wire data components with their graphical presentation.
Prevent excessive configuration and configuration errors
