Re: [Lift] Re: Lift Actors on Google App Engine

2010-01-09 Thread Arthur Peters
I will probably be using JDO. And there is no code yet anyway. I thought there was a JPA demo on git hub somewhere. But I guess that would not provide the GAE code you want. Good luck -Arthur (sent from phone) On Jan 9, 2010 4:15 PM, qingshan qingshan@gmail.com wrote: Hi, What persistence

[Lift] Lift Actors on Google App Engine

2010-01-08 Thread Arthur
. Thanks -Arthur -- You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to lift...@googlegroups.com. To unsubscribe from this group, send email to liftweb+unsubscr...@googlegroups.com. For more options, visit this group at http

[Lift] Re: How to fix the bug in firefox that application/xhtml+xml doesn't have the write() method ?

2009-12-02 Thread Arthur
Hi Neil document.write() isn't allowed for real xml files like xhtml+xml where an xml parser checks for well-formedness of the xml. You should be able to use things like appendChild(). Regards Arthur On 2 Dez., 13:42, Neil.Lv anim...@gmail.com wrote: Hi all,    How to fix the bug in firefox

[Lift] Combined primary key?

2009-11-23 Thread Arthur
be easily referenced. What is the common way to do this in Lift? Should I try to go that way or would you abandon the combined primary key and simply use a synthetic primary key with LongKeyedMapper with IdPK? Thanks for any input. Yours Arthur -- You received this message because you

[Lift] Re: Combined primary key?

2009-11-23 Thread Arthur
. Compound primary key, not combined primary key, that's why I haven't found much. :) In that case I go with a synthetic primary key. Regards Arthur On Nov 23, 2009, at 10:18 AM, Arthur wrote: Hi all I can't seem to find a way to use a combined primary key. The use case I'm looking

[Lift] Re: Notes from 8/19/09 Lift Committers Call - LIFT SESSION REPLICATION DISCUSSION

2009-08-23 Thread Arthur
with either. - It doesn't solve the issue with low-level session replication which relies on serialization of the session data for transfer to another app server instance. Arthur --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Lift] Re: Modularization of Lift code

2009-07-29 Thread Arthur
because I think it adds modularization functionality to Java which it has really been missing. Whether it's the right tool to use for Lift I gladly let the Lift cracks decide. I clearly don't know. I hope this was at least tangentially helpful. Cheers Arthur On Wed, Jul 29, 2009 at 8:33 AM, Heiko