-
Archives
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
-
Meta
Tag Archives: lift
I wrote a friggin book: …
I wrote a friggin book:
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
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
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
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
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
Logo Contest for Lift
We kicked off a logo contest for lift. You can find it here: http://99designs.com/contests/10209
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
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