[Lift] Re: Jersey + Lift, whats the story?

2009-07-31 Thread Paul Sandoz
On Jul 30, 2009, at 7:57 PM, David Pollak wrote: I wonder if one day we can kinda get Jersey to expose its own SiteMap (of sorts) into Lift's SiteMap? There's a way to dynamically create submenus based on a function in SiteMap. We could wire that up to Jersey's mechanisms to expose

[Lift] Re: Jersey + Lift, whats the story?

2009-07-30 Thread James Strachan
2009/7/17 Timothy Perrett timo...@getintheloop.eu: Hey guys, I've been taking a look at Jersey and how it operates with Lift by way of the recent integration that cropped up on dev.java.net... Though it did start here first! :)

[Lift] Re: Jersey + Lift, whats the story?

2009-07-30 Thread James Strachan
2009/7/30 James Strachan james.strac...@gmail.com: 2009/7/17 Timothy Perrett timo...@getintheloop.eu: Hey guys, I've been taking a look at Jersey and how it operates with Lift by way of the recent integration that cropped up on dev.java.net... Though it did start here first! :)

[Lift] Re: Jersey + Lift, whats the story?

2009-07-30 Thread David Pollak
On Thu, Jul 30, 2009 at 8:13 AM, James Strachan james.strac...@gmail.comwrote: 2009/7/30 James Strachan james.strac...@gmail.com: 2009/7/17 Timothy Perrett timo...@getintheloop.eu: Hey guys, I've been taking a look at Jersey and how it operates with Lift by way of the recent

Re: [scala] Re: [Lift] Re: Jersey + Lift, whats the story?

2009-07-19 Thread Meredith Gregory
David, Thanks for your query. Here's an example from Hinze and Jeuring's paperhttp://www.informatik.uni-bonn.de/%7Eralf/publications/TheWeb.ps.gz, the syntax is Haskell(ish), but it's also simple enough to transliterate to Scala. rhs = Abs n (If (App (App (Var =) (Var n)) (Var 0))

[Lift] Re: Jersey + Lift, whats the story?

2009-07-18 Thread Timothy Perrett
Greg, once again your musing are generally over my head but I follow your thoughts conceptually here. Sounds like your saying Jersey wasnt the best fit with lift from a functional perspective and you want to create something more monadic based on the zipper pattern? Like i said, Jersey is not

[Lift] Re: Jersey + Lift, whats the story?

2009-07-17 Thread David Pollak
There are benefits to both approaches. I prefer the partial function composition, but annotations on Pojos have their place. Wait a few days, and I think there'll be some very good news on this front. On Fri, Jul 17, 2009 at 7:28 AM, Timothy Perrett timo...@getintheloop.euwrote: Hey guys,

[Lift] Re: Jersey + Lift, whats the story?

2009-07-17 Thread Meredith Gregory
Guys, After playing around with integrating Lift and Jersey before the Jersey guys did an 'official' integration and thinking hard about how i wanted to reference locations in data structures via URLs, i realized that zipperhttp://en.wikipedia.org/wiki/Zipper_%28data_structure%29(cf. this