[Lift] Re: Cron style job support?

2009-05-21 Thread marius d.
Or use Scala actors + ActorPing from lift. Marius On May 21, 12:54 am, Timothy Perrett timo...@getintheloop.eu wrote: Checkout the lift-machine module... should do what you want. Right now   it's tied to mapper, so if your not using that you'll have to look   elsewhere in normal JEE land :-)

[Lift] Re: how to serve html fragments

2009-05-21 Thread fatu
Right, didn't think about that alternative. Thanks and best compliments to you and all the active Lift community for this superb Scala framework! I really think (and hope) it's going to have a big impact and a tremendous popularity rise in the next months, especially with more forthcoming books

[Lift] Re: how to serve html fragments

2009-05-21 Thread george
Thanks guys for following up on this. It's a great help here too. George On May 21, 5:42 am, David Pollak feeder.of.the.be...@gmail.com wrote: On Wed, May 20, 2009 at 8:38 PM, fatu fab...@gmail.com wrote: Hi David, yes it will do, thank you so much for such a lightning-fast

[Lift] UK Postcode validation for MappedPostalCode

2009-05-21 Thread Ewan
Hi I have a patch for UK post code validation that a committer might care to include into MappedPostalCode.validations(). The regex has been lifted directly from the wikipedia entry http://en.wikipedia.org/wiki/Postal_codes_in_the_United_Kingdom#Validation. ---8- case

[Lift] Re: JPA or JDO best for us on Google App Engine?

2009-05-21 Thread Channing Walton
Has anything more been done with JDO support in Lift? I need to use JDO so it would help if there was some work being done on this. Channing --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to

[Lift] Re: how to serve html fragments

2009-05-21 Thread David Pollak
On Thu, May 21, 2009 at 12:27 AM, fatu fab...@gmail.com wrote: Right, didn't think about that alternative. Thanks and best compliments to you and all the active Lift community for this superb Scala framework! I really think (and hope) it's going to have a big impact and a tremendous

[Lift] Re: JPA or JDO best for us on Google App Engine?

2009-05-21 Thread Derek Chen-Becker
I don't have much experience with JDO, but I'm positive that if you run into issues you can find some help on the list. JDO is one area where we would appreciate notes from people who are working with it. If we get enough info, I could add another chapter to the book on JDO, similar to what we've

[Lift] Re: [scala] GAE, Google Plugin for Eclipse, Scala and DataNucleus problems.

2009-05-21 Thread Miles Sabin
On Tue, Apr 14, 2009 at 5:25 PM, Atsuhiko Yamanaka atsuhiko.yaman...@gmail.com wrote: On Tue, Apr 14, 2009 at 4:44 AM, toivo tom@mail.ee wrote: DataNucleus Enhancer (version 1.1.0) : Enhancement of classes Apr 13, 2009 10:22:31 PM org.datanucleus.metadata.MetaDataManager loadClasses

[Lift] Re: set currentUser as owner

2009-05-21 Thread Tobias Daub
Hi Dave, The thing with User.currentUserId openOr 0L didn't worked as well. I attached the source file that contains the trait that I mix into my class . Can you post a code sample and the error? Warning: JAVA_HOME environment variable is not set. [INFO] Scanning for projects... [INFO]

[Lift] Re: GAE, Google Plugin for Eclipse, Scala and DataNucleus problems.

2009-05-21 Thread glenn
I'd be happy to write up a step-by-step of getting a Lift project running in Eclipse, from installing Eclipse to installing the scala and maven plugins and setting them up and creating a new maven project using the lift archetypes. Glenn... On May 21, 10:59 am, Miles Sabin mi...@milessabin.com

[Lift] Re: set currentUser as owner

2009-05-21 Thread David Pollak
This is our old friend, Scala defect 715... closed for 2.8.0: https://lampsvn.epfl.ch/trac/scala/ticket/715 Please do a mvn clean jetty:run and all should be good. On May 21, 7:08 am, Tobias Daub hannes.flo...@gmx.li wrote: Hi Dave, The thing with User.currentUserId openOr 0L didn't

[Lift] Re: GAE, Google Plugin for Eclipse, Scala and DataNucleus problems.

2009-05-21 Thread Miles Sabin
On Thu, May 21, 2009 at 8:25 PM, glenn gl...@exmbly.com wrote: I'd be happy to write up a step-by-step of getting a Lift project running in Eclipse, from installing Eclipse to installing the scala and maven plugins and setting them up and creating a new maven project using the lift

[Lift] Re: GAE, Google Plugin for Eclipse, Scala and DataNucleus problems.

2009-05-21 Thread glenn
Miles, I did a basic instruction page in the wiki for you to review. Note that the repository locations in the archetype catalog point to the release, not the SNAPSHOT versions. I'll change that, but just wanted to get the basic concepts out there first. Glenn.. On May 21, 12:17 pm, Miles

[Lift] Re: GAE, Google Plugin for Eclipse, Scala and DataNucleus problems.

2009-05-21 Thread glenn
Miles, Ignore my last note about the released vs. snapshot, I just made the changes to point to the 1.1 snapshot versions, and removed the need to change the jetty version. Glenn.. On May 21, 12:17 pm, Miles Sabin mi...@milessabin.com wrote: On Thu, May 21, 2009 at 8:25 PM, glenn

[Lift] project stockholm

2009-05-21 Thread Meredith Gregory
All, i've been working in earnest on a little open source project for DSL generation git%20clone%20git://github.com/leithaus/stockholm.git%20 that my wife suggested i call stockholm (whom am i to argue). At this point it's just about syntax, not execution. From a BNF file you generate - a

[Lift] Re: project stockholm

2009-05-21 Thread Charles F. Munat
Because of Stockholm Syndrome? Meredith Gregory wrote: All, i've been working in earnest on a little open source project for DSL generation git%20clone%20git://github.com/leithaus/stockholm.git%20 that my wife suggested i call stockholm (whom am i to argue). At this point it's just

[Lift] Lift 1.0 and maven archetype?

2009-05-21 Thread Todd Cook
I was hoping to be able to use the maven archetype. I pulled it down and tried to upgrade it to lift 1.0 and scala 2.74.final, but it blew up. Any plans for updating the archetype? Or any hints on getting it to work? Todd stack traces: [INFO] Compiling 3 source files to

[Lift] Lift 1.0 and maven archetype?

2009-05-21 Thread Todd Cook
I was hoping to be able to use the maven archetype. I pulled it down and tried to upgrade it to lift 1.0 and scala 2.74.final, but it blew up. Any plans for updating the archetype? Or any hints on getting it to work? Todd stack traces: [INFO] Compiling 3 source files to

[Lift] How do I set the property 'mode' ?

2009-05-21 Thread Jonathan Ferguson
Is it part of the maven build or can I set it per environment ? This is so I can use the correct log file at run time, see http://scala-tools.org/scaladocs/liftweb/1.0/net/liftweb/util/LogBoot$object.html Cheers Jono --~--~-~--~~~---~--~~ You received this

[Lift] Re: How do I set the property 'mode' ?

2009-05-21 Thread David Pollak
You set it on the command line: export MAVEN_OPTS=-Drun.mode=production mvn jetty:run Thanks, David On Thu, May 21, 2009 at 9:35 PM, Jonathan Ferguson j...@spiralarm.comwrote: Is it part of the maven build or can I set it per environment ? This is so I can use the correct log file at run

[Lift] Welcome Alexander Kiok, you're the 1,000th member of the Lift community

2009-05-21 Thread David Pollak
Folks, It's been a very good week in Lift and Scala-land: - The Lift community has grown to 1,000 members. That's a huge milestone and an indication that Lift and Scala have achieved an important level of popularity. - *Beginning Scala* and *The Definitive Guide to Lift* shipped

[Lift] Re: How do I set the property 'mode' ?

2009-05-21 Thread Jonathan Ferguson
Thanks very much ! Jono On May 22, 2:38 pm, David Pollak feeder.of.the.be...@gmail.com wrote: You set it on the command line: export MAVEN_OPTS=-Drun.mode=production mvn jetty:run Thanks, David On Thu, May 21, 2009 at 9:35 PM, Jonathan Ferguson j...@spiralarm.comwrote: Is it

[Lift] Re: project stockholm

2009-05-21 Thread Meredith Gregory
Charles, Stockholm's feature set competes with Microsoft's Oslo; but Stockholm is where you receive the Nobel Prize. Best wishes, --greg On Thu, May 21, 2009 at 8:02 PM, Charles F. Munat c...@munat.com wrote: Because of Stockholm Syndrome? Meredith Gregory wrote: All, i've been

[Lift] Re: Lift 1.0 and maven archetype?

2009-05-21 Thread Meredith Gregory
Todd, Thanks for the note. The code in github works with lift 1.0 and scala 2.7.3 -- not lift 1.1, nor scala 2.7.4. i can do an upgrade, but looking at your trace, none of this is in my code. It's all in lift boilerplate. Can you give a more detailed description of your platform: OS, mvn version,