adamc@915:

These are some extra demo applications written in Ur/Web. See the main demo for a more tutorial-like progression through language and library features.

adamc@915: adamc@917: dragList.urp adamc@917: adamc@992:

This is an Ur/Web version of the "draggable lists" demo program from Links.

adamc@917: adamc@915: grid1.urp adamc@992: adamc@992: orm1.urp adamc@992: adamc@992:

Many varieties of "object-relational mapping" (ORM) can be implemented as libraries in Ur/Web, as this demo shows.

adamc@995: adamc@995: versioned1.urp adamc@995: adamc@995:

We can also build a data store abstraction that makes it possible to view old versions of records.