Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

3 Answers

up vote 5 down vote accepted

Perhaps Simply Lift will help.

Also look at How to start playing with Lift framework?

share|improve this answer

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

share|improve this answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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