Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Tiny Scala high-performance, async web framework, inspired by Sinatra

License

NotificationsYou must be signed in to change notification settings

scalatra/scalatra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Join the chat at https://gitter.im/scalatra/scalatrascalatra Scala version support

Scalatra is a tiny,Sinatra-like web framework forScala.

Example

importorg.scalatra._classScalatraExampleextendsScalatraServlet {  get("/") {    <h1>Hello, world!</h1>  }}

Documentation

If you're just starting out, see theinstallation andfirst project sections of our website.

Once you've done that, take a look at theScalatra Guides for documentation on all aspects of the framework, code examples, and more. We also have an extensive selection ofExample Applications which accompany the tutorials in the Scalatra Guides.

Latest version

The latest version of Scalatra is3.1.+, and is published toMaven Central.

// for javaxlibraryDependencies+="org.scalatra"%%"scalatra-javax"%"3.1.+"// for jakartalibraryDependencies+="org.scalatra"%%"scalatra-jakarta"%"3.1.+"

Community


[8]ページ先頭

©2009-2025 Movatter.jp