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

2009-05-22 Thread Miles Sabin
On Fri, May 22, 2009 at 12:35 AM, glenn gl...@exmbly.com wrote: 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. Wonderful stuff ... many thanks! Any additional commentary on

[Lift] Re: project stockholm

2009-05-22 Thread Charles F. Munat
Dynamite! Meredith Gregory wrote: 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 mailto:c...@munat.com wrote:

[Lift] Re: project stockholm

2009-05-22 Thread Timothy Perrett
HAHAHA! Love the irony of that! In all seriousness this is really great work Greg ­ im going to be hacking something out on this when I get some spare time. Did you solidify your thinking on making a DSL archetype? Cheers, Tim On 22/05/2009 06:27, Meredith Gregory lgreg.mered...@gmail.com

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

2009-05-22 Thread Timothy Perrett
Wow, 1000 members. It seems like yesterday when we only had 300! Congratulations everyone! Cheers, Tim On 22/05/2009 05:56, David Pollak feeder.of.the.be...@gmail.com wrote: Folks, It's been a very good week in Lift and Scala-land: * The Lift community has grown to 1,000 members.  That's

[Lift] Re: [scala] project stockholm

2009-05-22 Thread Christos KK Loverdos
Hi Greg, I didn't know of BNFC until you mentioned it in the Scala lists some time ago and I admit I find it very interesting. Since it is apparent you know the software, I was wondering how easy would it be to add support for Scala as an output language. Christos. On Fri, May 22, 2009 at 05:13,

[Lift] Re: Cron style job support?

2009-05-22 Thread maku
When I would have to do such a task I would also use Quartz in the context of Scala and Lift (why not ?) Regards, Martin On 20 Mai, 22:16, Ewan ehar...@gmail.com wrote: Apologies for the cross-post with the Lift-book group but this is the more appropriate group... While this does not

[Lift] Re: project stockholm

2009-05-22 Thread maku
Hi Greg, I'm a big fan of MDSD and DSL approaches. I'm working with openArchitectureWare's XTEXT which is really cool and powerfull. Is your project anything in this direction? Regards, Martin On 22 Mai, 04:13, Meredith Gregory lgreg.mered...@gmail.com wrote: All, i've been working in

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

2009-05-22 Thread marius d.
WOOO H ! On May 22, 7:56 am, David Pollak feeder.of.the.be...@gmail.com wrote: 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

[Lift] Lift AMQP Article

2009-05-22 Thread Timothy Perrett
Guys, I've finally got around to writing an article about lift-amqp, complete with example source code and application screencast. Check it out here: http://is.gd/CkPX Interested in any feedback Cheers, Tim --~--~-~--~~~---~--~~ You received this message

[Lift] Re: set currentUser as owner

2009-05-22 Thread Tobias Daub
Hi Dave, thanks, after doing the mvn clean the error disappeared. But now I still have a type error: error: type mismatch; [WARNING] found : Any [WARNING] required: Long [WARNING] override def defaultValue = User.currentUserId openOr 0L [WARNING]

[Lift] Some questions about menu MetaMegaProtoUser

2009-05-22 Thread Jeppe Nejsum Madsen
Hi, A newbie running 1-1-SNAPSHOT with a few questions: 1) The entire app should be protected, so any unauthenticated access should show the login page. But I don't want the login page to use the same template as the other user pages. I guess I could override loginMenuLoc, but it would be nice

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

2009-05-22 Thread Alex Boisvert
David, You just keep it comin' do you? :) Congrats on Innovation Games Online! I've ordered both Beginning Scala and the Definitive Guide to Lift yesterday and will likely buy additional copies to pass around at the office. Big hello to the thousand of you out there! Hope you enjoy Lift +

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

2009-05-22 Thread glenn
Miles, Made one small change. Added the words in the parent directory (.m2) of your local Maven repository for the location of the archetype catalog. As for Lift/Maven/GAE, one of the problems is that GAE doesn't have a maven repository that I know of. So, there are a couple of choices. 1)

[Lift] Re: Cron style job support?

2009-05-22 Thread David Pollak
On Fri, May 22, 2009 at 2:25 AM, maku martin.kuhn...@gmail.com wrote: When I would have to do such a task I would also use Quartz in the context of Scala and Lift (why not ?) For non-trivial scheduling, using Quartz sounds like the right answer to me. Regards, Martin On 20 Mai,

[Lift] Re: Some questions about menu MetaMegaProtoUser

2009-05-22 Thread David Pollak
On Fri, May 22, 2009 at 7:49 AM, Jeppe Nejsum Madsen je...@ingolfs.dkwrote: Hi, A newbie running 1-1-SNAPSHOT with a few questions: 1) The entire app should be protected, so any unauthenticated access should show the login page. But I don't want the login page to use the same template as

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

2009-05-22 Thread Channing Walton
Its not so much running into problems, its just that JPA has some nice support and I was wondering if anyone was doing something similar for JDO. Channing --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group.

[Lift] Re: [scala] project stockholm

2009-05-22 Thread Meredith Gregory
Christos, It would be easy to target Scala. However, since it targets Java, i've not yet seen the need. Best wishes, --greg On Fri, May 22, 2009 at 1:59 AM, Christos KK Loverdos lover...@gmail.comwrote: Hi Greg, I didn't know of BNFC until you mentioned it in the Scala lists some time ago

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

2009-05-22 Thread glenn
Miles, I can see your misunderstanding. The GAE plugin project certainly uses Eclipse's standard classpath mechanism for Java projects, but not for Java EE or Dynamic Web Application projects. Specifically, it doesn't have the Java EE module dependencies capability, in which jar files on the

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

2009-05-22 Thread Channing Walton
Yes I meant the ScalaJPA. Channing --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to liftweb@googlegroups.com To unsubscribe from this group, send email to

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

2009-05-22 Thread Derek Chen-Becker
Assuming that the PersistenceManager is thread-safe, it should be very easy to crib from ScalaJPA to make a ScalaJDO. Off the top of my head: import javax.jdo.PersistenceManager trait JDOFactory { protected def openPM () : PersistenceManager protected def closePM (toClose :

[Lift] Robust and clear ways to do performant JDBC?

2009-05-22 Thread braver
One of the huge drawbacks in beginning serious use of Scala is the lack of an accepted and documented way to talk to the databases such as PostgreSQL. Googling for scala.dbc examples pulls old stuff from 2007; there's a scala-query on github, which is promising, and abandoned dbc2, and dbc3

[Lift] truncated urls

2009-05-22 Thread Channing Walton
Hi, I have a problem with URLs whose last path segment contains a fullstop, eg: /x/3.1/y/1.11 To illustrate the issue, I created a new lift project and added the following to the Boot: LiftRules.dispatch.prepend { case Req(List(x, x,y, y), _, _) = () = Full(XmlResponse( px= { x } y={

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

2009-05-22 Thread Channing Walton
cool, thanks for that. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to liftweb@googlegroups.com To unsubscribe from this group, send email to

[Lift] Re: Robust and clear ways to do performant JDBC?

2009-05-22 Thread Timothy Perrett
Hey there, Is their a particular reason you wouldn't or couldn't use existing java persistence infrastructure inside your scala application? That's the recommended advice right now; JPA (for instance) will slot right into your app :-) Cheers, Tim On 22/05/2009 20:43, braver

[Lift] Re: Robust and clear ways to do performant JDBC?

2009-05-22 Thread braver
On May 22, 7:06 pm, Timothy Perrett timo...@getintheloop.eu wrote: Hey there, Is their a particular reason you wouldn't or couldn't use existing java persistence infrastructure inside your scala application? That's the recommended advice right now; JPA (for instance) will slot right into

[Lift] Yahoo Lift error

2009-05-22 Thread Charles F. Munat
Any idea why I'm getting this: YAHOO.lift is undefined lift_actualAjaxCall(F1048611400615MAS=true, function(), function())liftAjax.js (line 134) lift_doAjaxCycle()liftAjax.js (line 105) lift_ajaxHandler(F1048611400615MAS=true, null, null)liftAjax.js (line 16) onclick(click clientX=132,

[Lift] New Lift Actor code

2009-05-22 Thread David Pollak
Folks, It is not lightly that I've made the decision to write an alternative Actor library and move the Lift code base from the Scala Actors to Lift Actors (working name). I want to spend a little time talking about the steps that led to the decision as well as the impact that it will have on