Skip to content
virenw edited this page Mar 1, 2014 · 8 revisions

Introduction

This is a bookstore application created using Liftweb. We will create and list Authors, Books and Publishers. The relationship between these entities is such that a publisher has many books (i.e. one to many relationship), a single book can have many authors and one author could contribute to many books (making this a many to many relationship). We will persist this data model using Record and Squeryl.

Part 1 - Configuration

Part 2 - Implementation

Clone this wiki locally