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 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.appimport org.scalatra._class MyScalatraFilter extends ScalatraFilter { get("/hello/:name") { Hello, {params("name")} }}
Attributes | Values |
---|
type
| |
label
| |
comment
| - 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 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.appimport org.scalatra._class MyScalatraFilter extends ScalatraFilter { get("/hello/:name") {
Hello, {params("name")} }} |
owl:sameAs
| |
name
| |
Subject
| |
name
| |
is primary topic of
| |
depiction
| |
dbpedia-owl:language
| |
Link from a Wikipage to an external page
| |
language
| |
έχει περίληψη
| - 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 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.appimport org.scalatra._class MyScalatraFilter extends ScalatraFilter { get("/hello/:name") {
Hello, {params("name")} }} 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. |
wasDerivedFrom
| |
Wikipage page ID
| |
Wikipage revision ID
| |
dbpedia-owl:genre
| |
dbpedia-owl:latestReleaseVersion
| |
license
| |
operating system
| |
thumbnail
| |
dbpprop:genre
| |
dbpprop:latestReleaseVersion
| |
dbpprop:license
| |
dbpprop:operatingSystem
| |
dbpprop:latestReleaseDate
| |
logo
| |
dbpedia-owl:latestReleaseDate
| |
dbpedia-owl:author
| |
dbpprop:author
| |
Link from a Wikipage to another Wikipage
| |
dbpprop:latestPreviewDate
| |
dbpprop:latestPreviewVersion
| |
dbpprop:released
| |
dbpedia-owl:latestPreviewVersion
| |
release date
| |
dbpedia-owl:latestPreviewDate
| |
page length (characters) of wiki page
| |
dbpprop:wikiPageUsesTemplate
| |
dbpprop:repo
| |