Developers Summit 2014 「Play2/Scalaでドメイン駆動設計を利用した大規模Webアプリケーションのスクラム開発の勘所」Yoshimura Soichiro
Automate Your Business. Manage in Real Time. Unify your Business Operations & Technology into one seamless system with Gemba & Salesforce. Bringing ERP, Field Service, Point of Sales & eCommerce under one roof. Gemba builds unified Business Operations Systems on the Salesforce Platform, delivering timely insights, integrated customer experiences, and better teamwork.
//DSL using Node.js with Express server { get('/') { render 'Hello World!' } get('/spanish') { render 'Hola Mundo!' } get('/salute/:name') { render "Hello ${req.params.name}!" } }.start(3000) //Traits, operators, lists, js code trait DomFinder { @GsNative private List selectItems(selector) {/* return $(selector).toArray(); */} def propertyMissing(String name) { selectItems("#$name") ?: selectItems
In my previous post, I have introduced how we could now use the Groovy language to develop Android applications. In this post, I will give you more details about how it works internally, giving you more hints about what makes it possible. The Groovy language is a JVM language which compiles to bytecode. Even if it has scripting capabilities, it’s always compiled. This means that in Groovy, you hav
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く