강좌, 강의, 팁(tip)
UI 프레임워크
SSaMKJ
2013. 3. 25. 14:43
추후 학습을 위한 정리.
===========================================================
추세라는 게 모호한데 요즘 새로 주목 받는 웹 UI 기술이라면, 서버측 기술로는 Vaddin과 Errai가 생각나고 MVW로는 knockoutjs(http://knockoutjs.com/)나 angularjs(http://angularjs.org/)가 생각납니다.
템플릿 기술로는 Haml 스타일의 템플릿 엔진 둘이 있고...
hHaml: https://github.com/raymyers/JHaml
jade4j: https://github.com/neuland/jade4j
요즘 인기 끄는 타임리프도 있습니다. http://www.thymeleaf.org/
mustache의 자바 구현도... https://github.com/spullara/mustache.java
MS의 Razor의 자바판인 Rythm도... https://github.com/greenlaw110/rythm
보다 성숙했고 다양한 템플릿 포멧을 지원하는 스카라떼도 좋습니다. http://scalate.fusesource.org/
===========================================================
출처 KSUG (Sungchul Park 님)