Home

Awesome

Functional Dictionary - A Lift based application

<img src="http://www.pixelresort.com/mads/funcdict.png"/>

This is a Lift based web application. It's a dictionary of Functional Programming terms where each term can have multiple descriptions. The users can add new terms or descriptions to existing terms. They can also vote on the descriptions so the best ones shows up first.

The purpose of this app is to show people a working Lift based application with a simple purpose. The source code is full of links to the chapters in Simply Lift that describe how specific things work in detail. So if you're new to Lift and want to get a general idea of what a Lift application looks like then take a look around.

Another great example of a fully functional Lift application is the The ubiquitous chat app.

To check out a live version of the master branch here. For more information about Lift look [here](http://www.liftweb.net/ "here).

Info

The application shows how to do the following in Lift

These are the folder you probably want to look at:

Don't know where to start? Here are some Scala files you might want to look at:

How to run it

You don't HAVE to actually run the application, you can just browse the code here on Github and browse the live application here but if you really want to run it locally, here's how:

You need to have SBT 0.7.x installed. Then simply run

<pre><code>> git clone git://github.com/mads379/Functional-Dictionary.git functional-dictionary > cd functional-dictionary > sbt > update > jetty-run </code></pre>