views:

484

answers:

2

Hi,

I'm a beginner with scala/lift and POO. At first, i would like to create a database and a simple interface to log in (ID and password). Then create an application to allow the user to modify this database.

My problem is: i didn't find anything (like a tutorial) to do something like that.

Maybe somebody could help?

+2  A: 

Well, there's the lift book, the website, and of course the google groups. The book being the best place to get started.

Jim Barrows
+1  A: 

There's an archetype for that. An example can be found in this article on Lift.

michaelg