RIFE – Full component framework stack for java webapplication dev.

Tags:

RoR에 대응되는 최고의 프레임워크를 드디어 찾았습니다. 이름하여 RIFE인데요. 동영상은 여기에 있습니다. 매우 익숙해보이죠? ㅎㅎ 완전 RoR 판박이에 가까운 정도..

David Heinemeier Hansson왈

Good job!

Despite the fact that we obviously look differently upon technology, I’d just like to recognize the good job you’re doing pulling Java into a more modern world. RIFE certainly presents itself better than the vast majority of Java tech out there. One should almost think it was a Ruby project ;).

B. A. Tate가 IBM developerworks에 실은 글에 나오는 RIFE/Crud의 코드를 보시죠.

Article article1 = new Article("title");
Article article2 = new Article("othertitle");

manager.save(article1);
manager.save(article2);

List articleList = manager.restore(manager.getRestoreQuery().where("title", "=", "othertitle"));

ActiveRecord::Base를 안떠올릴 수가 없군요. scaffold까지 지원되는 getting started 예제도 인상적.

Comments

2 responses to “RIFE – Full component framework stack for java webapplication dev.”

  1. 아즈 Avatar

    오… 이거 보니까 맥 사고 싶어지는데요.. ㅜ_ㅜ

  2. MKSeo Avatar
    MKSeo

    이상하게 맥 유저가 많드라. 여기나오는 개발도구는 x develop이란건데 http://www.omnicore.com/xdevelop.htm 에 있음. 이클립스에서도 거의 비슷하게 할 수 있을거라 생각함..

Leave a Reply

Your email address will not be published. Required fields are marked *