[Lift] Re: some questions on lift

2009-08-29 Thread Naftoli Gugenheim
You can use any database that has a JDBC driver, using whatever setup the database/driver supports. I don't think Lift can detect things like removed fields. Schemifying is great for initializing the database and making sure everything that will be expected to be in the database is created if it

[Lift] Re: some questions on lift

2009-08-27 Thread marius d.
Tim has a magic articles bag :) On Aug 27, 4:20 pm, Timothy Perrett timo...@getintheloop.eu wrote: Checkout my article here on how to localize with Lift:  http://is.gd/1NXGN Cheers, Tim On 27/08/2009 14:08, surfman chinasmile...@gmail.com wrote: 3) internationalization support. how does

[Lift] Re: some questions on lift

2009-08-27 Thread Timothy Perrett
Checkout my article here on how to localize with Lift: http://is.gd/1NXGN Cheers, Tim On 27/08/2009 14:08, surfman chinasmile...@gmail.com wrote: 3) internationalization support. how does lift support this? --~--~-~--~~~---~--~~ You received this message

[Lift] Re: some questions on lift

2009-08-27 Thread Timothy Perrett
HAHA - indeed I do... I've written so many articles on lift now I forget what stuff is in the bag ;-) Perhaps this will also be helpful: http://is.gd/sfyT To be honest, ive not done a great deal with Mapper so someone else will have to help you there (I usually use JPA) Cheers, Tim On

[Lift] Re: some questions on lift

2009-08-27 Thread David Pollak
On Thu, Aug 27, 2009 at 6:08 AM, surfman chinasmile...@gmail.com wrote: 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