Steve Yen has not received any gifts yet
Posted on January 24, 2008 at 11:40pm — 1 Comment
package scalanateimport scala.xml._… Continue
import java.util.Date
import org.hibernate._
import org.hibernate.cfg._
class Event {
var id: Long = 0L
var title: String = null
var date: Date = null
var p
Posted on January 24, 2008 at 7:08pm —
object User extends User with MetaMegaProtoUser[User, User with KeyedMetaMapper[Long, User]]Posted on December 28, 2007 at 10:16am —
"a calculator" should {
"provide an add operation" in {
"a" | "b" | "result" |>
1 ! 2 ! 3 |
5 ! 2 ! 7 |
3 ! 0 ! 3 | {
(a: Int, b: Int, result: Int) => { calc.add(a, b) must_== result }
}
}
}
Posted on December 20, 2007 at 9:54am —
mvn archetype:create -U \
-DarchetypeGroupId=net.liftweb \
-DarchetypeArtifactId=lift-archetype-blank \
-DarchetypeVersion=0.3.0 \
-DremoteRepositories=http://scala-tools.org/repo-releases \
-DgroupId=com.test \
-DartifactId… Continue Posted on December 19, 2007 at 9:30pm —
© 2009 Created by Steve Yen on Ning. Create a Ning Network!
Comment Wall
You need to be a member of My Scala Base to add comments!
Join this Ning Network