Scalaやり始めてみた

なんとなくScalaをやり始めてみた。

参考にしたのは以下のサイト。

  • 気になる開発プロダクツ 第7回 Scala 2.6.0-final http://gihyo.jp/dev/serial/01/awdp/0007
  • Using eclipse hotdeploy http://liftweb.net/index.php/Usingeclipsehotdeploy

Scala Plugin for Eclipseをインストールした後に、Mavenでliftのプロジェクトを作る。ScalaとLiftってmvnのプラグインがあるのがいいなー。

こんな感じでプロジェクトを作れる。mvn風に言うとアーティファクトが作れる。

mvn archetype:generate -U -DarchetypeGroupId=net.liftweb -DarchetypeArtifactId=lift-archetype-blank -DarchetypeVersion=0.8 -DremoteRepositories=http://scala-tools.org/repo-releases -DgroupId=jaro68.jp -DartifactId=helloLift

mvnがインストールされてれば、Using eclipse hotdeployのページのとおりにやってmvnで作ったプロジェクトをEclipseに投入できる。さらに書いてあるとおりに進めて、EclipseでHot Deployできた。楽チンやのー。

とりあえず、Hello Lift world。

This entry was posted on Tue, 03 Jun 2008 15:37:00 GMT and Posted in . You can follow any any response to this entry through the Atom feed. You can leave a comments, Or a trackback from your own site.


Trackbacks

Use the following link to trackback from your own site:
http://www.jaro68.jp/sett4/blog/trackbacks?article_id=scala%E3%82%84%E3%82%8A%E5%A7%8B%E3%82%81%E3%81%A6%E3%81%BF%E3%81%9F&day=04&month=06&year=2008

Comments

Leave a response

Leave a comment