[Lift] Re: your first Lift application on GAE/J

2009-06-21 Thread DFectuoso
You sir, you rock!!! Thanks for this awesome tutorial! On Jun 8, 7:28 pm, Atsuhiko Yamanaka wrote: > Hi, > > > > On Mon, Jun 8, 2009 at 11:38 PM, Amit Kumar Verma wrote: > > $ mvn package > ... > > --- > >  T E S T S > > ---

[Lift] Re: your first Lift application on GAE/J

2009-06-08 Thread Atsuhiko Yamanaka
Hi, On Mon, Jun 8, 2009 at 11:38 PM, Amit Kumar Verma wrote: > $ mvn package ... > --- >  T E S T S > --- > Running test.test.test.AppTest > [Fatal Error] :3:4: The markup in the document follo

[Lift] Re: your first Lift application on GAE/J

2009-06-08 Thread Amit Kumar Verma
Hi Atsuhiko, I trying the steps u have given but getting this error when execute the STEP 3 $ mvn package [INFO] Scanning for projects... [INFO] [INFO] Building test [INFO]task-segment: [package] [INFO] ---

[Lift] Re: your first Lift application on GAE/J

2009-05-20 Thread glenn
I like what you've accomplished with this. I tried to set this up from the GAE side, using the GAE Eclipse plugin rather than the maven lift archetype? I took all the 30+ jars the archetype now installs and created a Eclipse User Library that I put in the project classpath. I then just put the li

[Lift] Re: your first Lift application on GAE/J

2009-05-17 Thread David Pollak
On Fri, May 15, 2009 at 9:23 PM, Atsuhiko Yamanaka < atsuhiko.yaman...@gmail.com> wrote: > > Hi, > > Thank you for your feedback. > > On Sat, May 16, 2009 at 10:33 AM, Eric Daugherty > wrote: > > > > I think I executed all the steps correctly, but when I deploy it to > > GAE I get a Security Acce

[Lift] Re: your first Lift application on GAE/J

2009-05-16 Thread Eric Daugherty
Thank you! I redeployed it with the current SNAPSHOT version and the base application now works fine. Thanks, Eric On May 15, 11:23 pm, Atsuhiko Yamanaka wrote: > Hi, > > Thank you for your feedback. > > On Sat, May 16, 2009 at 10:33 AM, Eric Daugherty wrote: > > > I think I executed all the

[Lift] Re: your first Lift application on GAE/J

2009-05-16 Thread Atsuhiko Yamanaka
Hi, Thank you for your feedback. On Sat, May 16, 2009 at 10:33 AM, Eric Daugherty wrote: > > I think I executed all the steps correctly, but when I deploy it to > GAE I get a Security Access Control Exception because the Actor class > is trying to create a thread I think. It seems the recent c

[Lift] Re: your first Lift application on GAE/J

2009-05-15 Thread Eric Daugherty
I think I executed all the steps correctly, but when I deploy it to GAE I get a Security Access Control Exception because the Actor class is trying to create a thread I think. Is there something I have to do to disable the Actors in Lift. I know GAE does not support any Thread manipulation but I

[Lift] Re: your first Lift application on GAE/J

2009-04-22 Thread David Pollak
Freekin' awesome stuff! Please keep it coming! Rock and Roll! On Wed, Apr 22, 2009 at 1:39 AM, Atsuhiko Yamanaka < atsuhiko.yaman...@gmail.com> wrote: > > Hi there, > > Let me introduce you the brief tutorial to deploy simple lift application > to > Google App Engine for Java(GAE/J) . Now, Lift

[Lift] Re: your first Lift application on GAE/J

2009-04-22 Thread dramsay
This is great. +1 to Derek's suggestion to put it in the wiki. On Apr 22, 4:39 am, Atsuhiko Yamanaka wrote: > Hi there, > > Let me introduce you the brief tutorial to deploy simple lift application to > Google App Engine for Java(GAE/J) . Now, Lift 1.1-SNAPSHOT code base > has included the suppo

[Lift] Re: your first Lift application on GAE/J

2009-04-22 Thread Peter Bliznak
That's good stuff! I would never acutally think of putting real-life enterprise app onto GAE/J but for fun it might work well You mentioned you have more examples, I would be especially interested in Lift/JPA. You should put them all on WIKI somewhere. Peter. _

[Lift] Re: your first Lift application on GAE/J

2009-04-22 Thread 刘浩
Thanks. Maybe you also could put it in Wiki. 2009/4/22 Derek Chen-Becker > Nice! > > > On Wed, Apr 22, 2009 at 2:39 AM, Atsuhiko Yamanaka < > atsuhiko.yaman...@gmail.com> wrote: > >> >> --~--~-~--~~~---~--~~ You received this message because you are subscribed t

[Lift] Re: your first Lift application on GAE/J

2009-04-22 Thread Derek Chen-Becker
Nice! On Wed, Apr 22, 2009 at 2:39 AM, Atsuhiko Yamanaka < atsuhiko.yaman...@gmail.com> wrote: > > Hi there, > > Let me introduce you the brief tutorial to deploy simple lift application > to > Google App Engine for Java(GAE/J) . Now, Lift 1.1-SNAPSHOT code base > has included the support for GAE