[Lift] Re: how does lift work with redis?

2009-11-26 Thread surfman
So, if I want to use nosql database with LIFT, what I have to use is JDBC driver, am I right? Any experienced suggestion? Google has very little searching result on it. I'd appreciate any idea on this topic. Thanks. Regards, Surfman On 11月25日, 下午4时06分, Timothy Perrett wrote: > Correct

[Lift] Re: how does lift work with redis?

2009-11-25 Thread surfman
Thanks. Does it mean I may not use lift mapper and I have to write everything for database manipulation? regards, surfman On 11月24日, 下午5时12分, Timothy Perrett wrote: > There is no out of the box implementation. You could write a record   > back end though - it depends on the features yo

[Lift] how does lift work with redis?

2009-11-24 Thread surfman
Is there anything I could learn on how lift works with redis database? Thanks. -- 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 to liftweb+unsubscr

[Lift] what the difference between :: and :::

2009-09-09 Thread surfman
I am confused by :: and :::,it seems they are doing concatenation job. but what they differ from each other? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to

[Lift] May I know websites powered by Lift?

2009-09-03 Thread surfman
I tried searching websites powered by Lift but failed. Any one knows any? I suggest that David should edit a page list all websites powered by Lift on Liftweb Project. It will be great useful. Thanks. --~--~-~--~~~---~--~~ You received this message because you are

[Lift] how does Lift support pagination in Postgresql?

2009-09-02 Thread surfman
I am wondering how Lift supports pagination in Postgresql? where I may find details for Postgresql support? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to l

[Lift] Re: self-reference relationship

2009-08-30 Thread surfman
uot;Charles F. Munat" wrote: > Are your objects persisted, and, if so, are you using Mapper or > JPA/Hibernate (or something else)? > > Chas. > > surfman wrote: > > I spent two days finishing following todo and pocketchange. Both apps > > run well on my machine, an

[Lift] self-reference relationship

2009-08-29 Thread surfman
I spent two days finishing following todo and pocketchange. Both apps run well on my machine, and I understand I need more helpful tutorial, but no idea where to find them. I googled for a while, nothing more helpful. I want to know how to handle a self-reference relationship in Lift. and I also

[Lift] Re: some questions on lift

2009-08-27 Thread surfman
Wow! so quick reply. Thanks Tim!. I am going to look at it. How about other concerns? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@googlegroups.com To

[Lift] some questions on lift

2009-08-27 Thread surfman
I am totally new and interested in scala & lift. what I have is a little Java knowledge. Aftering reading to-do application at the website, I got the following questions: 1) where and how to setup database? the tutorial never mentions database setup, 2) how does lift support database migration?