Tag Archives: lift

I wrote a friggin book: …

I wrote a friggin book:

Posted in Uncategorized | Tagged , , | 2 Comments

Exploring Lift: Scala-based Web Framework

Lift is an exciting new framework that leverages the Scala programming language to offer an innovative approach to creating web applications. Lift provides enormous flexibility and functionality while keeping your code simple. Exploring Lift is brought to you by Derek … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Lift 1.0 has been released!

Read Dave’s announcement and check out the site. Lift is an expressive elegant web framework based on the Scala programming language and released under an an Apache 2.0 license. Lift provides developers the best way to build interactive, high performance … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Lift Book

Book for the Lift Web Framework Derek, Marius and I, with the help of the community, will be putting together a comprehensive book for using Lift. We have set up a Google Group for topic discussion here: http://groups.google.com/group/the-lift-book The work … Continue reading

Posted in General | Tagged , , | Comments Off

Ubiquity command to search the Lift API.

Ubiquity 0.1.3 came out, so I bashed together a command to search the Snapshot API. http://gist.github.com/42049 It performs a site-specific Google search of http://scala-tools.org/mvnsites-snapshots/liftweb/lift-webkit/scaladocs/ And you can learn about Ubiquity here: https://wiki.mozilla.org/Labs/Ubiquity And I jacked the code from http://jonhnny-weslley.blogspot.com/2008/09/scala-api-lookup-with-ubiquity.html Happy … Continue reading

Posted in General | Tagged , | Comments Off

I printed out a copy to edit.

Posted in General | Tagged , | Comments Off

Lift and Configgy

Robey wrote Configgy, and summarizes it as: Configgy is a library for handling config files and logging for a scala daemon. The idea is that it should be simple and straightforward, allowing you to plug it in and get started … Continue reading

Posted in General | Tagged , , , | Comments Off

Liftweb + ctags + vim

[Updated: 2008/12/10] This is how I set up /Lift/, ctags, and vim (on OS X and Ubuntu): Add some scala definition to ctags: ty@Astra:~$ cat /home/ty/.ctags –langdef=scala –langmap=scala:.scala –regex-scala=/^[ \t]*class[ \t]+([a-zA-Z0-9_]+)/\1/c,classes/ –regex-scala=/^[ \t]*trait[ \t]+([a-zA-Z0-9_]+)/\1/t,traits/ –regex-scala=/^[ \t]*type[ \t]+([a-zA-Z0-9_]+)/\1/T,types/ –regex-scala=/^[ \t]*def[ \t]+([a-zA-Z0-9_\?]+)/\1/m,methods/ … Continue reading

Posted in General | Tagged , , , | Comments Off

Getting my nerd on.

I will be attending ScalaLiftOff on Saturday May 10th, 2008 from 9am to 5pm. What’s ScalaLiftOff? The Scala lift off is a great place for members of the Scala and lift communities to get together, learn about Scala, learn about … Continue reading

Posted in General | Tagged , , | Comments Off