Re: [Lift] Re: Impossible to use Mapper on GAE?

2009-12-05 Thread Atsuhiko Yamanaka
Hi, On Sat, Dec 5, 2009 at 4:29 PM, Mark Tye wrote: > The main obstacle to proceeding further was the lack of Maven support > for App Engine. GAE is currently at version 1.2.8, but the latest > version in the Google Maven repository is 1.2.1. It's been submitted > as an issue to Google (http://co

Re: [Lift] Re: Impossible to use Mapper on GAE?

2009-12-05 Thread Jonathan Hoffman
Have you taken a look a SBT? It's well suited to Lift projects and allows you to manage dependencies from maven repos or with a full path to download location: http://code.google.com/p/simple-build-tool/wiki/LibraryManagement#Inline_Declarations http://code.google.com/p/simple-build-tool/wiki/W

Re: [Lift] Re: Impossible to use Mapper on GAE?

2009-11-27 Thread jlist9
I see. Thanks. That explains it. On Fri, Nov 27, 2009 at 8:34 PM, Atsuhiko Yamanaka >> Hmmm. I wonder how the database demo in the lift GAE demo was implemented... >> is the source available somewhere? >> http://lift-example.appspot.com/database > It is running with H2 in-memory mode. -- You

Re: [Lift] Re: Impossible to use Mapper on GAE?

2009-11-27 Thread Atsuhiko Yamanaka
Hi, On Sat, Nov 28, 2009 at 10:10 AM, jlist9 wrote: > Hmmm. I wonder how the database demo in the lift GAE demo was implemented... > is the source available somewhere? > > http://lift-example.appspot.com/database It is running with H2 in-memory mode. Sincerely, -- Atsuhiko Yamanaka JCraft,Inc.

Re: [Lift] Re: Impossible to use Mapper on GAE?

2009-11-27 Thread jlist9
Hmmm. I wonder how the database demo in the lift GAE demo was implemented... is the source available somewhere? http://lift-example.appspot.com/database On Fri, Nov 27, 2009 at 5:00 PM, Timothy Perrett wrote: > I'm not sure about that, but I know for sure that mapper does not work > with big tab

Re: [Lift] Re: Impossible to use Mapper on GAE?

2009-11-27 Thread Timothy Perrett
I'm not sure about that, but I know for sure that mapper does not work with big table ;-) Cheers, Tim Sent from my iPhone On 28 Nov 2009, at 00:43, jlist9 wrote: > Oh. I thought bigtable is the only datastore available on GAE? > > On Fri, Nov 27, 2009 at 3:55 PM, Timothy Perrett > wrote: >>

Re: [Lift] Re: Impossible to use Mapper on GAE?

2009-11-27 Thread jlist9
Oh. I thought bigtable is the only datastore available on GAE? On Fri, Nov 27, 2009 at 3:55 PM, Timothy Perrett wrote: > I cant think of a reason why mapper would not work on GAE? > > Mapper does not work with bigtable. You could write a record > implementation if you really wanted to use bigtabl