I'm looking to create a web application using Lift for a mini project I am working on. However, I really don't know where to begin.

The app will consist of:

  • User accounts
  • User profiles
  • Internal messaging
  • Comments
  • Postings
  • Embedding videos, pictures etc on the app

Once I define the objects such as the user accounts and posts, how can I use the Lift framework to create a suitable web application?

Is there an example "tutorial" application which I can work through to learn the concepts? I have looked on the Lift website and there is a chat application but this is not really what I am looking for.

link|improve this question

feedback

3 Answers

up vote 5 down vote accepted

Perhaps Simply Lift will help.

Also look at How to start playing with Lift framework?

link|improve this answer
feedback

Here is something that I started with recently. You can create a basic lit application from a Maven archetype and go from there.

link|improve this answer
feedback

You could have a look at this book about lift. It contains the PocketChange application as an example.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.