Updated Lift / Akka Sample

This commit is contained in:
Timothy Perrett 2009-08-05 23:33:06 +01:00
parent a0e6b53d6f
commit 7419c86270
4 changed files with 29 additions and 17 deletions

View file

@ -1,4 +1,4 @@
package eu.getintheloop.example.snippet
package sample.lift.snippet
class HelloWorld {
def howdy = <span>Welcome to lift-akka at {new _root_.java.util.Date}</span>