Abstract
It is easy Web Application Framework to which the web application can be written with Scala.
It aims to be able to make Web Application as easily as JSP and CGI.
Moreover, Web Framework Library and Web Framework Engine are being written in the Scala language.
Sample Codes and Execute Results
Web Flavor Code Examples (HelloWorld.scala)
val title = "Hello, world!"
<html>
<head><title>{title}</title></head>
<body><h1>{title}</h1></body>
</html>Executed Result Page (HelloWorld.scala)
<html> <head><title>Hello, world!</title></head> <body><h1>Hello, world!</h1></body> </html>
Web Flavor Reference Manual and Download page
http://webflavor.sourceforge.net/
Chat Room
http://www.lingr.com/room/WebFlavor
Downloads
https://sourceforge.net/project/showfiles.php?group_id=242794