[HOME]: [Mac OS X]: [MacPython]: [Emacs]: [生存報告記]: [MacEmacs JP Project]: [NTEmacs JP Project]:

概要

Scalaで作成されたWeb Framework

公式サイト

http://liftweb.net/

関連サイト

http://groups.google.com/group/the-lift-book

Hello World 作成

Starting with Liftを参考にして最初のアプリを作ると良いかと思います。

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

cd helloworld
mvn jetty:run

http://localhost:8080/ にアクセスして、「Welcome to your project!」な画面が表示されれば成功です。

設定

利用方法

参考サイト


CategoryProgramLanguage