Scalatra
http://dbpedia.org/resource/Scalatra an entity of type: Thing
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")}h1> }} rdf:langString
rdf:langString
Scalatra
rdf:langString
Scalatra
rdf:langString
Scalatra
xsd:integer
34998958
xsd:integer
1099717853
xsd:date
2021-09-25
xsd:double
2.8
rdf:langString
Scalatra Logo.png
xsd:date
2009-04-11
rdf:langString
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")}h1> }} 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.
xsd:nonNegativeInteger
3692
xsd:date
2021-09-25
xsd:string
2.8.1
xsd:date
2009-04-11