Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fmpwizard/lift-custom-wizard
An example of a wizard like application
https://github.com/fmpwizard/lift-custom-wizard
Last synced: about 1 month ago
JSON representation
An example of a wizard like application
- Host: GitHub
- URL: https://github.com/fmpwizard/lift-custom-wizard
- Owner: fmpwizard
- Created: 2012-01-26T05:18:01.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-18T04:07:07.000Z (over 12 years ago)
- Last Synced: 2024-04-16T06:22:02.332Z (9 months ago)
- Language: Scala
- Homepage: http://www.fmpwizard.com
- Size: 978 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an example of how you could write a wizard like application
using Lift. Lift has a Wizard module, but in cases where you need
full control of the generated html, or need some other
customization, this is one way to go.To run this project, I included the plugins you need
as well as the sbt launcher (0.11.2)So all you need to do is:
./sbt
>container:start
Go to http://127.0.0.1:8080
and enjoy!
You can read more about it on my [blog](http://blog.fmpwizard.com/scala-lift-custom-wizard)