Skip to content
tromberg edited this page Sep 14, 2010 · 6 revisions

I’ve been building a community / knowledge exchange site with the fantastic Lift framework lately and am using this space to document and share some of the components and extensions to the Lift framework that were built on the way.

The project was built based on Mapper and quite extensive, hand-coded use of JQuery for client-side interaction. Little AJAX, no Comet.

  • bindMapper – a way to make templates and snippets more concise and reduce boilerplate when essentially generating views or input forms from a Mapper object. Somewhere in between a classic snippet and CRUDify.
  • BwMappedRichText a MappedField class to enter richtext using tinymce
Clone this wiki locally