翻訳と辞書
Words near each other
・ Scalenodon
・ Scalenomyces
・ Scalenostoma
・ Scaleogram
・ Scaler
・ Scalera Film
・ Scales (surname)
・ Scales Mound
・ Scales Mound High School
・ Scales Mound Historic District
・ Scales Mound Township, Jo Daviess County, Illinois
・ Scales Mound, Illinois
・ Scalar–tensor theory
・ Scalar–tensor–vector gravity
・ Scalasaig
Scalatra
・ Scalawag
・ Scalawag (disambiguation)
・ Scalawag (film)
・ Scalby
・ Scalby Mills railway station
・ Scalby railway station
・ Scalby School
・ Scalby, East Riding of Yorkshire
・ Scalby, North Yorkshire
・ SCALD
・ Scald
・ Scald (band)
・ Scald (barley disease)
・ Scald (Russian band)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Scalatra : ウィキペディア英語版
Scalatra

Scalatra is a free and open source web application framework written in Scala. It is a port of the Sinatra framework written in Ruby. Scalatra is an alternative to the Lift, Play!, and Unfiltered frameworks.
Scalatra is an example of a microframework, a web software development framework which attempts to be as minimal as possible.
A full Scalatra application can be written in very few lines of code:

package org.example.app
import org.scalatra._
class MyScalatraFilter extends ScalatraFilter
}

From this tiny domain-specific language, Scalatra can be expanded into a minimal but full-featured model-view-controller web framework. For example, additional libraries can be attached in order to provide templating, object-relational mapping, and unit testing or behaviour driven development support.
==Software built with Scalatra==

*LinkedIn used Scalatra to power its now-defunct〔(【引用サイトリンク】title=LinkedIn Signal - No Longer Supported )〕 Signal API.
*Parts of ''The Guardians API services are built in Scalatra.
*http://gov.uk has built its API systems using Scalatra.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Scalatra」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.