[Lift] Re: org.mortbay.util.ajax.Continuation on GAE/J

2009-06-11 Thread Atsuhiko Yamanaka
Hi, Now, 'hasContinuations_?' has become 'false' on GAE/J. It seems that Google has been doing some experiments behind the scenes. Anyway, I'll keep on checking this area. Thank you for follow-up messages. Sincerely, -- Atsuhiko Yamanaka JCraft,Inc. 1-14-20 HONCHO AOBA-KU, SENDAI, MIYAGI

[Lift] Re: security

2009-06-11 Thread marius d.
On Jun 11, 2:45 am, Oliver Lambert olambo...@gmail.com wrote: On Wed, Jun 10, 2009 at 11:58 PM, David Pollak feeder.of.the.be...@gmail.com wrote: On Tue, Jun 9, 2009 at 11:39 PM, marius d. marius.dan...@gmail.comwrote: Hi, For most apps cannonicalization is not really necessary

[Lift] Winstone servlet container?

2009-06-11 Thread Joe Wass
Re this: http://winstone.sourceforge.net/ Has anyone used Winstone? I have been using it for personal dev work (since before I even knew about lift) and it seems to do the job. It runs my Lift app without complaint. I'm currently doing a soak test to see if it holds up to the (relatively low)

[Lift] help! create lift project with 1.1-snapshorts

2009-06-11 Thread jfyl...@gmail.com
I will creat a lift project, the next is my command: mvn archetype:generate -U -DremoteRepositories=http://scala-tools.org/ repo-snapshots -DarchetypeGroupId=net.liftweb - DarchetypeArtifactId=lift-archetype-basic -DarchetypeVersion=1.1- SNAPSHOT -DgroupId=com.test -DartifactId=mytest but i got

[Lift] Re: Winstone servlet container?

2009-06-11 Thread David Pollak
I like Winstone (although the story of how it got its name is weird.) Lift works well in Winstone, but Lift's comet support works best in Jetty (and will soon work best in in servlet 3.0 containers). On Jun 11, 2009 6:20 AM, Joe Wass j...@folktunefinder.com wrote: Re this:

[Lift] Re: help! create lift project with 1.1-snapshorts

2009-06-11 Thread Atsuhiko Yamanaka
Hi, On Thu, Jun 11, 2009 at 10:01 PM, jfyl...@gmail.comjfyl...@gmail.com wrote: I will creat a lift project, the next is my command: mvn archetype:generate -U  -DremoteRepositories=http://scala-tools.org/ repo-snapshots -DarchetypeGroupId=net.liftweb -

[Lift] Re: Winstone servlet container?

2009-06-11 Thread Timothy Perrett
wow, never read that story before - what a brilliant history for a name! What's the heads up on servlet 3.0? Feels like we've been talking about that for ages and ages now; looking forward to getting it into lift! Cheers, Tim On Jun 11, 2:54 pm, David Pollak feeder.of.the.be...@gmail.com

[Lift] Re: help! create lift project with 1.1-snapshorts

2009-06-11 Thread Timothy Perrett
You might well find this wiki entry helpful: http://wiki.liftweb.net/index.php/Maven_Mini_Guide Cheers, Tim On Jun 11, 3:14 pm, Atsuhiko Yamanaka atsuhiko.yaman...@gmail.com wrote: Hi, On Thu, Jun 11, 2009 at 10:01 PM, jfyl...@gmail.comjfyl...@gmail.com wrote: I will creat a lift

[Lift] Re: multiSelectObj

2009-06-11 Thread David Pollak
Jonathan, Please see my patch at http://github.com/dpp/liftweb/commit/d79513340a0701f391f0ad474298f2c5bd7dd2fa Thanks for the suggestion and welcome to the Lift community. David On Wed, Jun 10, 2009 at 9:19 PM, Jonathan Meeks jonathanme...@gmail.comwrote: Here's what I came up with. It

[Lift] Wolfram Alpha integration for Lift

2009-06-11 Thread Timothy Perrett
Hey chaps, Im going to start work on integration with the wolfram alpha engine that i've of late become most obsessed with as its the coolest thing since sliced bread... http://www.wolframalpha.com/ New branch here: http://github.com/dpp/liftweb/tree/wip-tim-wolframalpha Anyone else in the

[Lift] Re: Wolfram Alpha integration for Lift

2009-06-11 Thread marius d.
Wolfram Alpha is WAY COOL ! I wish I could help but my spare time is problematic. Maybe I could help sporadically? Would you be ok with that? Br's, Marius On Jun 11, 7:02 pm, Timothy Perrett timo...@getintheloop.eu wrote: Hey chaps, Im going to start work on integration with the wolfram

[Lift] Re: Wolfram Alpha integration for Lift

2009-06-11 Thread TylerWeir
Sounds cool, I agree that there is much awesome in Alpha. How do you see this integration planning out? On Jun 11, 12:02 pm, Timothy Perrett timo...@getintheloop.eu wrote: Hey chaps, Im going to start work on integration with the wolfram alpha engine that i've of late become most obsessed

[Lift] Re: Wolfram Alpha integration for Lift

2009-06-11 Thread marius d.
Oh and people that are not Lift committers could potentially join? I'm sure there are lots of talents in Lift community. Br's, Marius On Jun 11, 7:02 pm, Timothy Perrett timo...@getintheloop.eu wrote: Hey chaps, Im going to start work on integration with the wolfram alpha engine that

[Lift] Re: Wolfram Alpha integration for Lift

2009-06-11 Thread Timothy Perrett
Hey Ty, Essentially the wolfram API is a REST / XMLRPC hybrid, so my plan is to model a scala abstraction around Apache HTTP (similar to the paypal integration) - speaking of which, i might actually abstract some of the common factories out of lift-paypal into lift-util if applicable. The

[Lift] JSON Rest API

2009-06-11 Thread Makeable
I have followed through the book and have been successful in creating an XML API. How would I go about utilizing a JSONResponse instead? Kind Regards, Matt --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift

[Lift] Re: JSON Rest API

2009-06-11 Thread Timothy Perrett
Matt, Can you provide your existing code then we can suggest the best route forward for you - generally speaking it should be a minimal change Cheers, Tim On Jun 11, 6:25 pm, Makeable m...@makeable.co.uk wrote: I have followed through the book and have been successful in creating an XML API.

[Lift] Re: Wolfram Alpha integration for Lift

2009-06-11 Thread Meredith Gregory
Tim, Could you enlighten me on the coolness of Wolfram Alpha? My initial forays and comparison to Google were depressingly unfavorable, but excellent if you're looking for some humor. See the summary below. Best wishes, --greg My standard test of a search engine: polyadic pi-calculus Google

[Lift] Re: lift stress tests and comet

2009-06-11 Thread David Pollak
On Thu, Jun 11, 2009 at 11:02 AM, Meredith Gregory lgreg.mered...@gmail.com wrote: Lifted, i know that DPP has done some extensive lift stress testing. i'm wondering how comet has been exercised in that testing. We're seeing comet fall over in a load situation that would not be acceptable

[Lift] Re: Wolfram Alpha integration for Lift

2009-06-11 Thread Timothy Perrett
Hey Greg, Im not sure that drawing comparisons to google is right? IMO, they dont do the same job...? I see why one would see similarities, but isnt google's purpose to find the sources of information, where as wolfram's aim is to provide an objective set of answers based on human input;

[Lift] Re: JSON Rest API

2009-06-11 Thread marius d.
Just use a JsonResponse instead of XmlRresponse. See definition: object JsonResponse extends HeaderStuff { def apply(json: JsExp): LiftResponse = JsonResponse(json, headers, cookies, 200) } and call it JsonResponse(JsObj(..)) Br's, Marius On Jun 11, 8:25 pm, Makeable m...@makeable.co.uk

[Lift] Re: Wolfram Alpha integration for Lift

2009-06-11 Thread Meredith Gregory
Tim, Thanks for the response. i'll have to noodle on that one. Off the top of my head, i'm usually in this loop - Initially, usually badly formulated question - Get information sources - Reformulate question - Loop So, i don't really see much difference between the two, except by

[Lift] Re: lift stress tests and comet

2009-06-11 Thread Meredith Gregory
David, Many thanks for the quick response. Is the test set up available anywhere? i'd like to see what the major differences are. We're using comet with Jetty. Best wishes, --greg On Thu, Jun 11, 2009 at 11:19 AM, David Pollak feeder.of.the.be...@gmail.com wrote: On Thu, Jun 11, 2009 at

[Lift] maven question

2009-06-11 Thread Meredith Gregory
Lifted, Spse you've got a maven plugin configured with multiple executions in the same life-cycle phase, distinguished by id. How do you invoke one of them by id? For example, suppose i've got the maven-exec-plugin configured with two executions in the package phase, with ids, 'one' and 'two',

[Lift] Re: YA menu question: separate menus

2009-06-11 Thread Derek Chen-Becker
I'm building some code right now that I think should handle all of your cases. Since Menu.builder is already concerned with building a menu tree, I decided that it would be better to allow you to specify a specific item or group to Menu.builder instead of conflating tree building with the current

[Lift] Re: lift stress tests and comet

2009-06-11 Thread David Pollak
Greg, It was buy a feature proprietary code... so it's not available. Lemme see if I can set something up. I did notice that with a recent version of jetty, I was seeing a 50% failiure rate when saturating the server with std http requested... switched to tomcat and the issue went away. I

[Lift] Re: lift stress tests and comet

2009-06-11 Thread Meredith Gregory
David, Btw, i don't see a use of the Bayeux lib in lift, but want to double check that it's not being used. Best wishes, --greg On Thu, Jun 11, 2009 at 11:44 AM, Meredith Gregory lgreg.mered...@gmail.com wrote: David, Many thanks for the quick response. Is the test set up available

[Lift] Re: lift stress tests and comet

2009-06-11 Thread David Pollak
It's not. We rolled our own comet pre bayeux... and our stuff is still better for multiple open browser tabs. On Jun 11, 2009 11:55 AM, Meredith Gregory lgreg.mered...@gmail.com wrote: David, Btw, i don't see a use of the Bayeux lib in lift, but want to double check that it's not being used.

[Lift] Re: Wolfram Alpha integration for Lift

2009-06-11 Thread Jeremy Day
I haven't played much with WolframAlpha, but I get the impression that it does better with quantitative results. For instance, if you were inclined to compare the number of people in Chicago to the number of people in Alaska you might create a query like this:

[Lift] Re: Wolfram Alpha integration for Lift

2009-06-11 Thread Kris Nuttycombe
I sort of see Wolfram Alpha as simply an incredibly sophisticated calculator instead of an information discovery tool. What were you trying to compute about polyadic pi-calculus? Alpha seems to be trying to put all sorts of different kinds of data into a common, hugely high-dimensional space so

[Lift] Re: Wolfram Alpha integration for Lift

2009-06-11 Thread Meredith Gregory
All, Thanks for all this input. It certainly helps me see the value-prop better. Best wishes, --greg On Thu, Jun 11, 2009 at 2:07 PM, Kris Nuttycombe kris.nuttyco...@gmail.comwrote: I sort of see Wolfram Alpha as simply an incredibly sophisticated calculator instead of an information

[Lift] Re: maven question

2009-06-11 Thread Kris Nuttycombe
There may well be another way to do this that I'm unaware of, but I would put the configuration for each of these executions in a separate profile, with the activation based upon some property. Kris On Thu, Jun 11, 2009 at 12:49 PM, Meredith Gregorylgreg.mered...@gmail.com wrote: Lifted,

[Lift] file upload

2009-06-11 Thread DavidV
I would like to upload a .csv file onto the web server so I can then parse it in my webapp, and put certain fields into my database. I would like a Browse... button, much like the one shown on this Lift example page: http://demo.liftweb.net/file_upload Can anyone point me in the right direction

[Lift] Re: file upload

2009-06-11 Thread David Pollak
All the code on demo.liftweb.net is in sites/example in the Lift source distribution. Please look in src/main/webapp/file_upload.html On Thu, Jun 11, 2009 at 1:24 PM, DavidV david.v.villa...@gmail.com wrote: I would like to upload a .csv file onto the web server so I can then parse it in my

[Lift] Re: file upload

2009-06-11 Thread Timothy Perrett
FYI - its not a streaming upload at the moment, so its great for smallish files, but you wouldnt want to do much serious uploading with it right now. We've had several discussions about making it streaming, and its certainly on the todo list. Cheers, Tim On Jun 11, 9:24 pm, DavidV