[Lift] Google App Engine

2009-04-08 Thread Jorge Ortiz
Google App Engine just released support for Java/Scala. I just sent in my laptop for repairs and won't get it back for a while. Anyone want to try Lift on GAE and report back? --j --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[Lift] nice tutorial

2009-04-08 Thread Tobias Daub
Hi There, I don't know if somebody already found this, but I think its nice and helpful, too. http://www.ibm.com/developerworks/ajax/tutorials/wa-aj-comet/ Tobias --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Lift] Re: Google App Engine

2009-04-08 Thread Timothy Perrett
Awesome! Hell yeah, i'll give this a try! On Apr 8, 8:40 am, Jorge Ortiz jorge.or...@gmail.com wrote: Google App Engine just released support for Java/Scala. I just sent in my laptop for repairs and won't get it back for a while. Anyone want to try Lift on GAE and report back? --j

[Lift] Re: Google App Engine

2009-04-08 Thread Viktor Klang
As stated in the Scala list, GAE doesn't support JDBC or Threads. It does however, support JPA. Since it only supports the Servlet 2.4 spec currently, it doesn't include the Continuations as in the 3.0 spec. This means that for now, I think the odds are against us on this one. Did I miss

[Lift] Re: Howto re-initialize database

2009-04-08 Thread Tobias Daub
Thanks, that helped! If I want to create some initial items in a table when lift is started first, where is a good point to do that? I had a look a Boot.scala but couldn't find an entry point. Tobias Right, sorry about that. On Apr 6, 10:01 am, Derek Chen-Becker dchenbec...@gmail.com

[Lift] Re: Google App Engine

2009-04-08 Thread David Pollak
See my response on the scala list On Apr 8, 2009 2:28 AM, Viktor Klang viktor.kl...@gmail.com wrote: As stated in the Scala list, GAE doesn't support JDBC or Threads. It does however, support JPA. Since it only supports the Servlet 2.4 spec currently, it doesn't include the Continuations as in

[Lift] Re: Google App Engine

2009-04-08 Thread Timothy Perrett
Can you fwd to the lift list for those of us not on the main scala mailing lists? Thanks, Tim On Apr 8, 3:14 pm, David Pollak feeder.of.the.be...@gmail.com wrote: See my response on the scala list --~--~-~--~~~---~--~~ You received this message because you are

[Lift] Re: Google App Engine

2009-04-08 Thread Lincoln Stoll
This looks like the thread: http://www.nabble.com/-scala--Google-App-Engine-for-Scala%21-td22944265.html Linc. On 08/04/2009, at 4:53 PM, Timothy Perrett wrote: Can you fwd to the lift list for those of us not on the main scala mailing lists? Thanks, Tim On Apr 8, 3:14 pm, David Pollak

[Lift] Re: Google App Engine

2009-04-08 Thread Timothy Perrett
Thanks for the link - sounds pretty awesome! On Apr 8, 9:45 pm, Lincoln Stoll lstoll+li...@lstoll.net wrote: This looks like the thread:http://www.nabble.com/-scala--Google-App-Engine-for-Scala%21-td229442... --~--~-~--~~~---~--~~ You received this message

[Lift] Snippets; having trouble with a simple example

2009-04-08 Thread Douglas F Shearer
Hi there. I'm having issues with a simple snippets example. The error, view and template can be seen here: http://gist.github.com/91971 I'm sure it's a trivial issue, my code seems identical to the example given in the Getting Started PDF. Help is much appreciated. Thanks. Douglas F

[Lift] Can't find Javascript files using LiftRules.resourceServerPath

2009-04-08 Thread glenn
What am I doing wrong? I'm trying to implement tabs using the jquery-tabs.js (the JqueryTabs Plugin), but when I run the application, I get the following javascript error: jQuery.Tabs is undefined http://localhost:8080/ Line 34 I'm using the following snippet to create the jquery script

[Lift] How to use the new Record framework and Jackrabbit

2009-04-08 Thread glenn
Has anyone tried to use the Scala OSGI bundle, say in Sling, to persist data to Jackrabbit? Any attempt at an implementation, at this stage, would be welcome. Glenn Silverman --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[Lift] Rails - Lift

2009-04-08 Thread Charles F. Munat
I'm writing a proposal for a presentation on moving from Rails to Lift. A couple of stumbling blocks that I've mentioned are: 1. Understanding and taking advantage of immutable constructs. 2. Getting the hang of the view-centric approach to MVC. Before I go much further, I'd like to poll this