The Developer Times — simplicity & usability

About
В течения дня разрабатываю коммерческие Ruby on Rails, Java и C# web-приложения. Вечером исследую технологии разработки ПО, пишу заметки в блог и иногда могу забить гвоздь. :) По возможности, стараюсь делать проще и удобнее. Для Tumblr поддерживаю тему "Flashback to Simplicity". А связаться со мной можно через местный телеграф.

Play Framework 2 is tasty

К концу 2011 года, разработчики Play Framework-а обещают выпустить новую вкуснейшую версию — 2.0, которая порвёт все существующие Web Framework-и.

We expect to release a usable beta towards the end of the year.

Решил скомпилировать development версию и ознакомиться с ней. Последняя заливка оказалось нерабочей, поэтому воспользовался предыдущей.

$ mkdir PlayFramework
$ cd PlayFramework
$ git clone git://github.com/playframework/Play20.git .
$ git checkout 27842af8f3dabf5acf7e1cbf5f34ddde9cd7d8ec
$ cd framework
$ ./build
> build-repository
> exit
$ cd ..
$ ./play
       _            _ 
 _ __ | | __ _ _  _| |
| '_ \| |/ _' | || |_|
|  __/|_|\____|\__ (_)
|_|            |__/ 

play! 2.0, http://www.playframework.org

This is not a play application!

Use `play new` to create a new Play application in the current directory, 
or go to an existing application and launch the development console using `play`.

You can also browse the complete documentation at http://www.playframework.org.
| 39 заметок | tags:

Few of my useful free code on GitHub

github@drevlyanin/java-examples

Useful code examples in Java. Understanding inheritance, visibility, and blah-blah-blah.

github@drevlyanin/quick-registration

Simple & quick registration example written using Play Framework.

github@drevlyanin/flashback-to-simplicity

Source of “Flashback to Simplicity” theme — the best theme for Tumblr.

| 6 заметок | tags: