Hello List,

I just started with Scala and Lift. Installation was pretty straight
forward (I only had to fight with Debian SIDs Java .. it needed
OpenJDK instead of what is provided as default. Maven threw exceptions
with gnuJava)
So far I read one book about Scala and I looked at a few howtos on the
lift website.
Looking at all the things Maven2 downloaded nearly scared me a little,
but it seems to be very powerful, so it might be nice.
I played around with a few examples and I am trying to get text only
output. I deleted the template and removed nearly everything from the
index.html, but I still get the XML header in the output. I just want
my own text.

I guess I have to replace surround in <lift:surround> with something
else. But where do I find the docs for those options?

My goal is to have basic restful CRUD operations on GAE. But what I
could really use is a small piece of code for the get, put, delete and
post messages(preferably with database connection.)
The way I learn new languages and frameworks is to embrace and extent
a piece of code that very roughly does what I want (very
Microsoftish).
So maybe someone has done ROR like CRUD on GAE and is willing to share
his code?
(Or maybe restful CRUD is not the way I should use Lift .. As I said I
am still very new to functional programming and Scala+Lift.)

Thanks!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to