Skip to content

A basic "Hello World" servlet written in Scala, with example specs. Easier than bootstrapping your own Maven config, etc.

Notifications You must be signed in to change notification settings

shabunc/scala-servlet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Servlets for JVM languages

These are "Hello World" servlets written in Java, Groovy and Scala - just to have some examples It also includes the Maven config and urlrewritefilter config.

You are very welcome to add example servlets written in other JVM languages.

Common Commands

  • mvn tomcat:run - runs the app in Jetty.
  • mvn war:war - builds a .war file for the app.

Urls valid in webapp

  • /java
  • /groovy
  • /scala
  • /java/rewrite
  • /groovy/rewrite
  • /scala/rewrite

About

A basic "Hello World" servlet written in Scala, with example specs. Easier than bootstrapping your own Maven config, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 44.1%
  • Groovy 34.1%
  • Scala 21.8%