Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d6y/london_class_march_2011_wiring
https://github.com/d6y/london_class_march_2011_wiring
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/d6y/london_class_march_2011_wiring
- Owner: d6y
- Created: 2011-04-07T10:16:27.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-04-07T11:42:32.000Z (over 13 years ago)
- Last Synced: 2023-03-10T19:08:48.383Z (almost 2 years ago)
- Language: Scala
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is one of the projects used at @dpp's Lift course held at Skillsmatter, London, March 2011.
The code is the state of the code at the end of the class, and as such probably isn't going to make a lot of sense but might contain something someone can find useful.
From my notes:
* this project was a demonstration of Wiring, where Torsten asked about managing bi-directional updates via an example of a currency conversion: enter euros in one field and have the dollar field update, but also go the other way, and have Lift manage it all for us.
* main files touched: snippet/Wired.scala and webapp/index.html
* See: http://stable.simply.liftweb.net/#toc-Chapter-6
Run with:$ sbt
> update
> jetty-run