#pragma section-numbers off [[TableOfContents]] = 概要 = ["Scala"]で作成されたWeb Framework = 公式サイト = http://liftweb.net/ = 関連サイト = http://groups.google.com/group/the-lift-book = Hello World 作成 = {{{ mvn archetype:create -U \ -DarchetypeGroupId=net.liftweb \ -DarchetypeArtifactId=lift-archetype-blank \ -DarchetypeVersion=1.0 \ -DremoteRepositories=http://scala-tools.org/repo-releases \ -DgroupId=test.hoge.example \ -DartifactId=helloworld }}} {{{ mvn jetty:run }}} = インストール = = 設定 = = 利用方法 = = 参考サイト = ---- CategoryProgramLanguage