Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Scalatra

From Wikipedia, the free encyclopedia

Scalatra
Original author(s)Scalatra contributors
Initial releaseApril 11, 2009 (2009-04-11)
Stable release
2.8.1 / September 25, 2021; 3 years ago (2021-09-25)[1]
RepositoryScalatra Repository
Operating systemCross-platform
Available inScala
TypeWeb application framework
LicenseBSD
Websitescalatra.org

Scalatra is a free and open sourceweb application framework written inScala.[2] It is a port of theSinatra framework written inRuby. Scalatra is an alternative to theLift,Play!, andUnfiltered frameworks.

Scalatra is an example of amicroframework, 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:

packageorg.example.appimportorg.scalatra._classMyScalatraFilterextendsScalatraFilter{get("/hello/:name"){<h1>Hello,{params("name")}</h1>}}

From this tinydomain-specific language, Scalatra can be expanded into a minimal but full-featuredmodel-view-controller web framework. For example, additional libraries can be attached in order to providetemplating,object-relational mapping, andunit testing orbehaviour driven development support.

Software built with Scalatra

[edit]

References

[edit]
  1. ^"Scalatra 2.8.1 is out". Retrieved28 October 2021.
  2. ^Synodinos, Dionysios G. (7 October 2010)."Scalatra: A Sinatra-like Web Framework for Scala".InfoQ.
  3. ^"LinkedIn Signal - No Longer Supported". 22 August 2013.
  4. ^Synodinos, Dionysios G. (11 October 2010)."LinkedIn Signal: A Case Study for Scala, JRuby and Voldemort".InfoQ.
  5. ^"Github Scalatra OpenID Consumer code".GitHub. 9 May 2022.
  6. ^"With GOV.UK, British government redefines the online government platform".O'Reilly. 31 January 2012. Retrieved13 March 2012.

External links

[edit]
.NET
C++
ColdFusion
Common Lisp
Haskell
Java
JavaScript
Perl
PHP
Python
Ruby
Rust
Scala
Smalltalk
Other languages


Stub icon

ThisWeb-software-related article is astub. You can help Wikipedia byexpanding it.

Retrieved from "https://en.wikipedia.org/w/index.php?title=Scalatra&oldid=1280894666"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp