본문 바로가기
개발/Java

play framework

by rudnine 2011. 3. 22.
반응형
만들어보고자 하는 것이 서버단에 데이터를 저장해야 하는 것이여서, 나름 여러가지 자료를 뒤지던 중 플레이 프레임워크(play framework) 라고 하는 것을 알게 되었다.
한글자료는 거의 전무한 상태인 듯 하지만, 본 사이트를 가보니 해외에서는 인기를 얻어가는 중인 듯 보이고, 익혀보면 좋지 않을까 라는 생각이 고개를 들었다.
원래 깊이있게 공부하는 스타일이 아니라서, 언제 흥미를 잃을지 모르겠지만, 생각나는대로 정리해 볼 생각이다. 일단은 한글화 작업부터 시작해보자. 아자!
영어실력이 일천한 관계로 대강 눈에 보이는 것만 할 예정임. -_-a

http://www.playframework.org/

The Play framework makes it easier to build Web applications with Java
플레이 프레임워크는 보다 쉽게 자바 웹 애플리케이션을 구축할 수 있게 해준다.

Quick overview
 
- Fix the bug and hit reload!
Edit your Java files, save, refresh your browser and see the results immediately! No need to compile, deploy or restart the server.
자바파일을 변경하고, 저장하고, 새로고침하면 브라우저에서 즉시 결과 확인이 가능하다. 컴파일 불필요.

- Stateless model
Play is a real "Share nothing" system. Ready for REST, it is easily scaled by running multiple instances of the same application on several servers.
플레이 프레임워크는 진정한 'Share nothing' 시스템이다. 
쉽게 여러 서버에서 동일한 응용프로그램의 여러 인스턴스를 실행하여 확장된다.

- Efficient template system
A clean template system based on Groovy as an expression language. It provides template inheritence, includes and tags.


- Resolve errors quickly
When an error occurs, play shows you the source code and the exact line containing the problem. Even in templates.
오류가 발생하면, 소스코드와 문제가 포함된 정확한 라인을 보여준다.

- Full stack
All you need to create a cool web application Provides integration with Hibernate, OpenID, Memcached... And a plugin system.

- Pure Java
Code with Java, use any Java library and develop with your preferred IDE. Integrates nicely with eclipse or netbeans.

- Really fast
Fast turnaround with really fast execution
정말 빠른 실행과 빠른 처리




반응형

'개발 > Java' 카테고리의 다른 글

gae 관련 링크주소들  (0) 2011.05.02
playframework 를 통해 GAE deploy 예제  (0) 2011.04.26
Dynamic Web Project  (0) 2011.04.25
jsp, json 으로 데이터 전송하기  (0) 2011.04.19
구글앱엔진 시작해보기  (0) 2011.04.18

댓글