Re: [Lift] Port of Lift's demo Pocketchangeapp backed by MongoDB

2010-02-17 Thread Ross Mellgren
There is a persistence-layer-agnostic layer that provides the form generation support, field validation logic, and common modelling called Record. It's fairly similar to Mapper except for the lack of a SQL backend. I wrote a driver and record integration for CouchDB which I think is somew

[Lift] Port of Lift's demo Pocketchangeapp backed by MongoDB

2010-02-17 Thread Alexander Azarov
I am the author of mongo-scala-driver, it's the library to access MongoDB, document-oriented database. It is a part of a larger project which is using Lift, so I've quickly come to the idea to build a little demo application using mongo-scala-driver and Lift. And finally I decided to migrate Lift b