[Lift] Solr (or external API), curl, scala dispatch library, Quartz scheduling questions

2010-01-25 Thread Strom
Hey all, I'm planning on using solr for a web project that I'm doing, and I was wondering if anyone had experience with using Solr or communicating with another external xml api? I've got a few questions. 1. What is the most straightforward way to POST to an external url? I'm going to be sending

[Lift] Re: Welcome Jeppe to the Lift committers

2010-01-25 Thread Marius
Welcome Jeppe ! On Jan 25, 9:26 am, Jeppe Nejsum Madsen je...@ingolfs.dk wrote: On Fri, Jan 22, 2010 at 5:25 PM, David Pollak feeder.of.the.be...@gmail.com wrote: Folks, Please join me in welcoming Jeppe as a Lift Committer.  He's been helping people on the Lift list and contributing

[Lift] Re: Welcome Jeppe to the Lift committers

2010-01-25 Thread Mads Hartmann
Velkommen til Jeppe Even though you've been part of the Lift community longer than me I'll welcome you anyway ;) Mads On Jan 25, 9:47 am, Marius marius.dan...@gmail.com wrote: Welcome Jeppe ! On Jan 25, 9:26 am, Jeppe Nejsum Madsen je...@ingolfs.dk wrote: On Fri, Jan 22, 2010 at 5:25 PM,

[Lift] Best way to integrate custom lift version in workflow?

2010-01-25 Thread Jeppe Nejsum Madsen
Hi, Now that I'm able to commit code into Lift (evil grin :-) I would like to adapt a workflow that works for me. I think I'll be more productive if I can hack Lift together alongside my project and not have to switch context all the time. I've previously added some of the lift modules (e.g

Re: [Lift] showing user form on home page

2010-01-25 Thread brotherhb hamdan
On Sun, Jan 24, 2010 at 2:00 AM, harmanjd harma...@gmail.com wrote: I am using the MetaMegaProtoUser user (from the basic archetype) and would like to change the home page to show the user form on the home page if the user isn't logged in. So the logic should be - if user logged in -  show

Re: [Lift] Best way to integrate custom lift version in workflow?

2010-01-25 Thread Indrajit Raychaudhuri
Jeppe, How about: -- Fork http://github.com/dpp/liftweb to http://github.com/jeppenejsum/liftweb and maintaining on your own with frequent git pull dpp master -- Deploy your artifacts to an internal server (all that you need is an http server where you can 'deploy' the artifact via

[Lift] HTML table links

2010-01-25 Thread Lukasz Kuczera
Hi Folks. I'm Lift newbe so please be patient :) I've tried to implement table in master-detail fashion. In template I have something like: table cellpadding=7px title=User summary thFirst Name/th thLast Name/th

Re: [Lift] Best way to integrate custom lift version in workflow?

2010-01-25 Thread Jeppe Nejsum Madsen
On Mon, Jan 25, 2010 at 4:17 PM, Indrajit Raychaudhuri indraj...@gmail.com wrote: -- Deploy your artifacts to an internal server (all that you need is an http server where you can 'deploy' the artifact via webdav/ssh etc.) This is the step I would like to avoid :-) We don't currently have any

Re: [Lift] Best way to integrate custom lift version in workflow?

2010-01-25 Thread David Pollak
This seems like a job for a start-up like MavenHub... custom Maven/Nexus hosting in the sky. On Mon, Jan 25, 2010 at 7:56 AM, Jeppe Nejsum Madsen je...@ingolfs.dkwrote: On Mon, Jan 25, 2010 at 4:17 PM, Indrajit Raychaudhuri indraj...@gmail.com wrote: -- Deploy your artifacts to an internal

Re: [Lift] HTML table links

2010-01-25 Thread Adam Warski
Hello, table cellpadding=7px title=User summary thFirst Name/th thLast Name/th thHours Summary/th thWage/th lift:Users.list tr

[Lift] Re: What happens between 7000 and 8000 requests?

2010-01-25 Thread Stefan Koenig
Yes indeed. I have an plus of ~317%. Thanks again. On Jan 21, 3:34 pm, David Pollak feeder.of.the.be...@gmail.com wrote: On Thu, Jan 21, 2010 at 6:25 AM, Stefan Koenig koeni...@gmail.com wrote: First of all thanks for the replies. Your comments made a lot of sense, so I tested again using a

Re: [Lift] Best way to integrate custom lift version in workflow?

2010-01-25 Thread David Bernard
Jeppe, in your case, the repository could simply be : * a SMB/ftp/file system shared directory * a directory staticly served by a http server * or a (not so complicate) nexus server with default configuration. On Mon, Jan 25, 2010 at 16:59, David Pollak feeder.of.the.be...@gmail.com wrote: This

[Lift] maven error

2010-01-25 Thread Naftoli Gugenheim
I built a local branch and tried building based on it, and got an error. Here's the output: Cc:\dev\workspace\lrbcol-liftmvn -o -e clean compile + Error stacktraces are turned on. [INFO] NOTE: Maven is executing in offline mode. Any artifacts not already in your local repository will be

[Lift] Re: maven error

2010-01-25 Thread Naftoli Gugenheim
Thanks Tyler! I guess building locally didn't provide enough info so removing -o worked. On Mon, Jan 25, 2010 at 7:47 PM, Naftoli Gugenheim naftoli...@gmail.comwrote: I built a local branch and tried building based on it, and got an error. Here's the output: Cc:\dev\workspace\lrbcol-liftmvn

[Lift] Re: Solr (or external API), curl, scala dispatch library, Quartz scheduling questions

2010-01-25 Thread Strom
Wiki article for how to POST to an external XML API. http://wiki.github.com/dpp/liftweb/how-to-post-xml-to-an-external-url-with-databinder-dispatch On Jan 25, 1:47 pm, Strom strommo...@gmail.com wrote: Ok thanks! For those of you looking to do add Databinder's dispatch to your Lift project,

Re: [Lift] Re: Solr (or external API), curl, scala dispatch library, Quartz scheduling questions

2010-01-25 Thread David Pollak
On Mon, Jan 25, 2010 at 7:53 PM, Strom strommo...@gmail.com wrote: Wiki article for how to POST to an external XML API. Thank you for your contribution! http://wiki.github.com/dpp/liftweb/how-to-post-xml-to-an-external-url-with-databinder-dispatch On Jan 25, 1:47 pm, Strom

[Lift] FIXME comet type Full(xxx) name Full(yyy) timeout

2010-01-25 Thread aw
Mega weird! Randomly I seem to be running into a problem with my Comet code. My xhtml doesn't render properly, and if I view source I see this: !--FIXME comet type Full(JournalClient) name Full(Other) timeout-- Uhm... What does this mean? What exactly is timing out? Any idea why it would be

[Lift] Re: Tomcat tips

2010-01-25 Thread aw
Can you define freeze? Is that the Java process stops for a short period of time (~1 second)? A long period of time (many minutes)? Until you restart the Java process? What does the CPU utilization look like? Is the freezing for a single client/browser or all of them? Freeze in terms of

[Lift] Re: FIXME comet type Full(xxx) name Full(yyy) timeout

2010-01-25 Thread Marius
For some reason your comet does not respond in about 26 seconds with a rendering message (AnswerRender) and this is when the Comet snippet wants to render out stuff. Can you send a minimalistic app where you can reproduce this so we can try it ? Br's, Marius On Jan 26, 8:57 am, aw

Re: [Lift] Re: HTML table links

2010-01-25 Thread Adam Warski
Hello, Could you please point me, I can't find it. if you mean the lift book, it's here: http://groups.google.com/group/the-lift-book -- Adam -- You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to