[Lift] Re: Paranamer? Missing com.thoughtworks.paranamer:paranamer:jar:2.0

2009-12-21 Thread Dave Briccetti
Thanks for confirming that it is indeed there. The problem was my thoughtworks directory in my local repository was owned by root, for some reason. Problem solved. -- You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to

[Lift] Paranamer? Missing com.thoughtworks.paranamer:paranamer:jar:2.0

2009-12-20 Thread Dave Briccetti
Say, what’s this paranamer? Are we meant to build it and manually install it in our local repositories? Missing: -- 1) com.thoughtworks.paranamer:paranamer:jar:2.0 Try downloading the file manually from the project website. Then, install it using the command: mvn

[Lift] Re: Please review a simple app for displaying Flickr pictures

2009-12-15 Thread Dave Briccetti
Thanks again for the help. Here are tho talk slides: http://www.slideshare.net/dcbriccetti/birdshow-a-lift-app-for-showing-flickr-photos-2720594 -- You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to

[Lift] Please review a simple app for displaying Flickr pictures

2009-12-13 Thread Dave Briccetti
For a lightning talk at Bay Area Scala Enthusiasts at Twitter HQ Monday, I will show BirdShow, a Lift application that shows photos from Flickr. The current instantiation is a nature photography Web site. Would some of you Lift experts be willing to review the code and comment on the application?

[Lift] Re: Please review a simple app for displaying Flickr pictures

2009-12-13 Thread Dave Briccetti
Thank you, Tim and Indrajit! I changed the logging, pulled and pushed Indrajit’s changes, and I’m now studying the rest of the suggestions. I set LiftRules.enableLiftGC = false, simply to avoid the client- server interactions that from the point of view of a user don’t seem necessary, and, in

[Lift] Re: Please review a simple app for displaying Flickr pictures

2009-12-13 Thread Dave Briccetti
I discovered I need a way to perodically reload certain cached data from Flickr. What sort of timer/actor/thread should I use. Every hour or so I want to call a method from Flickr.scala on each FlickrUser object. -- You received this message because you are subscribed to the Google Groups Lift

[Lift] Re: Please review a simple app for displaying Flickr pictures

2009-12-13 Thread Dave Briccetti
Very helpful suggestions. Thanks. How can I hook into Web app shutdown/undeployment so I can shut down the thread pool? -- You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to lift...@googlegroups.com. To unsubscribe from

[Lift] Re: Please review a simple app for displaying Flickr pictures

2009-12-13 Thread Dave Briccetti
Great. Changes made to Parallelizer to use a single thread pool. Thanks, and hope to see you Monday. -- You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to lift...@googlegroups.com. To unsubscribe from this group, send email