자바로 웹 개발 쉽게 하기

자바/스프링 2007/05/15 12:19 posted by 낭만검객

블로그 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
스프링을 쓰면서 들었던 생각을 그대로 옮긴 것 같습니다. :)