[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

About: Scalatra

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

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") { <h1>Hello, {params("name")}h1> }}

Property Value
dbo:abstract
  • 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") { <h1>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. (en)
dbo:author
dbo:genre
dbo:language
dbo:latestReleaseDate
  • 2021-09-25 (xsd:date)
dbo:latestReleaseVersion
  • 2.8.1
dbo:license
dbo:operatingSystem
dbo:releaseDate
  • 2009-04-11 (xsd:date)
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 34998958 (xsd:integer)
dbo:wikiPageLength
  • 3692 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1099717853 (xsd:integer)
dbo:wikiPageWikiLink
dbp:author
dbp:genre
dbp:language
dbp:latestReleaseDate
  • 2021-09-25 (xsd:date)
dbp:latestReleaseVersion
  • 2.800000 (xsd:double)
dbp:license
dbp:logo
  • Scalatra Logo.png (en)
dbp:name
  • Scalatra (en)
dbp:operatingSystem
dbp:released
  • 2009-04-11 (xsd:date)
dbp:repo
dbp:wikiPageUsesTemplate
dct:subject
gold:hypernym
rdf:type
rdfs: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") { <h1>Hello, {params("name")}h1> }} (en)
rdfs:label
  • Scalatra (en)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:isPrimaryTopicOf
foaf:name
  • Scalatra (en)
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License