Why Sencha?
• Best RIA framework (personal oppinion)
• Cross platform & consistent architecture
• Examples & documentation
• Maintained by a company
• sencha.com
Why Netzke?
• Clean Rails-Sencha interface
• Pre-fabricated componentents
• You don't have to write it yourself
• Maintained & documented
• Small user group
• netzke.org
Where?
• Relational data structure
• Many actions per view
• Conservative end user
Reporting, ERP, accounting, admin backends,
desktop / Excel replacement etc.
Why Hate It?
• Steep learning curve
• Mixing server and client side
You'll use Firebug a lot...
Finish
rails g model Person name:string mail:..
rails g controller Welcome index
bundle install
rake db:migrate
rails s
index.html.XXX
<%= netzke
:person,
:class_name => "Basepack::GridPanel",
:model => "Person"
%>