You cannot post messages because only members can post, and you are not currently a member.
Description:
A discussion group for The Lift Book.
|
|
|
Moving to LyX 1.6.7
|
| |
I'm getting a lot of crashes in 1.6.5 recently while editing, so I've moved up to 1.6.7 (seems more stable). Derek
|
|
running pocketchange with sbt
|
| |
is it possible to run the pocketchange app with sbt, rather than maven? if so, how would i go about doing this? thanks!
|
|
getting pocketchange running.
|
| |
is it possible to run pocketchange using sbt, rather than maven? if so, how would i got about doing this using lift downloaded from the lift site (sbt based)? thanks!
|
|
First app with Maven
|
| |
Hi! Thanks for the PDF! I am working through it and had problem with Maven when creating the first app. It had already been reported by others: [link] So maybe at least a foot note should be added to the book. Or maybe it can... more »
|
|
LiftBook-Master
|
| |
Hi all, I'm very newbie to Lift, I have downloaded the zip file liftbook-master.zip but the content I dont know the must file extensions. I should do anything, the content have only an example, the Hellowrold, that's correct? Thanks in advance. Best regards,
|
|
Lift and Scala Versions
|
| |
Two years ago I ran a course using this book as the primary text and it was a rousing success. The Uni is running the course again and despite changes in the world of scala web apps, and a few new lift books, I think this book suits the course best. However, I noticed the book has not been updated... more »
|
|
One page HTML Version?
|
| |
Hi I was wondering if you've thought of producing a 'one page' HTML version of Exploring Lift. I'd find that really useful if you did; more easier to search, navigate browse etc. than a multi-page HTML. I currently use the PDF version this, but I find PDF readers a bit of a pain for other reasons;... more »
|
|
Trying to configure SSL with Lift and jetty's start.jar
|
| |
Hi all.
I have a lift app and I'm trying to configure jetty to use ssl.
I'm using scala 2.9.1, lift version 2.4-M4, jetty version
7.5.1.v20110908 and sbt 0.11.
I get sbt to produce a war file and I run it using: java -Xms512m -
Xmx1024m -Xss4m -jar start.jar --port 8080 lift-test_2.9.1-1.0.0.war... more »
|
|
Failure running mvn jetty:run
|
| |
Hi,
I have successfully built pocketchangeapp but when I run mvn
jetty:run
I get the following Error:
[INFO] Starting jetty 6.1.26 ...
2011-10-05 02:51:09.117:INFO::jetty-6.1.2 6
2011-10-05 02:51:09.220:INFO::No Transaction manager found - if your
webapp requires one, please configure one.... more »
|
|
JsExp(it) appearing in result list instead of item value
|
| |
I need help with the example in section 10.6 A Recap, please.
I created a project to run the code and expected that when I search
for a name in the list I would see the name displayed in the
"items_list" div. However, instead of seeing the name displayed in the
list, I see "JsExp(it)" in the list.... more »
|
|
|