[Lift] Re: Advice on Ramping Up

2009-04-03 Thread David Pollak
And of course Beginning Scala is BS :-) On Fri, Apr 3, 2009 at 8:29 PM, Meredith Gregory wrote: > Jorge, > > i was going to express a similar sentiment. There are lots of available > options. > >- PinS >- PrinS >- PrinSc > > Best wishes, > > --greg > > > On Fri, Apr 3, 2009 at 5:51 PM

[Lift] Re: Menu widget

2009-04-03 Thread Josh Suereth
Don't know if anyone responded, but you may need to add the maven snapshot repository to your pom as well. Sent from my iPhone On Apr 3, 2009, at 2:36 PM, DavidV wrote: > > I added the dependency to my pom.xml exactly as you suggested and I'm > getting this error: > > Downloading: > http://

[Lift] Re: Advice on Ramping Up

2009-04-03 Thread Meredith Gregory
Jorge, i was going to express a similar sentiment. There are lots of available options. - PinS - PrinS - PrinSc Best wishes, --greg On Fri, Apr 3, 2009 at 5:51 PM, Jorge Ortiz wrote: > Aside: I think the preferred abbreviation for Programming in Scala is PinS, > not PiS. > > Just fy

[Lift] Re: Advice on Ramping Up

2009-04-03 Thread Charles F. Munat
Vaugly is *exactly* how familiar I am with Scala. :-) (That's a variant of ugly, right?) Chas. Timothy Perrett wrote: > > My advice, if your generally / vaugly familiar with Scala from reading PiS > (that truly is a very unfortunate acronym!) just dive into making a lift > app, then go from th

[Lift] Re: Advice on Ramping Up

2009-04-03 Thread Jorge Ortiz
Aside: I think the preferred abbreviation for Programming in Scala is PinS, not PiS. Just fyi, --j On Fri, Apr 3, 2009 at 4:15 PM, Timothy Perrett wrote: > > > My advice, if your generally / vaugly familiar with Scala from reading PiS > (that truly is a very unfortunate acronym!) just dive into

[Lift] Re: Compile error in TD.scala whith example in "Starting with Lift" HTML guide

2009-04-03 Thread Dano!
I thought I replied to this, apologies if it comes up twice. I found the problem, the HTML shows tildes (~) rather than quotes ("). The PDF is fine (though copy and paste doesn't work as well). I assumed it was a Lift or Scala weirdness. Next question, where to file a bug about this? Dano!

[Lift] Re: Compile error in TD.scala whith example in "Starting with Lift" HTML guide

2009-04-03 Thread Dano!
Ah ha! Found the problem. The HTML shows tildes (~) instead of quotes ("). The PDF looks OK, but cut and paste doesn't work very well (formatting spaces lost, extra info like page numbers if copied across a page boundry). So the new question is if there is a place to log the error with the HT

[Lift] Re: Compile error in TD.scala whith example in "Starting with Lift" HTML guide

2009-04-03 Thread samreid
This looks like a problem with the HTML. According to the corresponding PDF, many of those tildes in the HTML should actually be quotation marks. I'd recommend using the PDF here: http://liftweb.net/docs/StartingWithLift.pdf Sam Reid On Apr 3, 4:19 pm, "Dano!" wrote: > Good morning, > > Scal

[Lift] Re: Advice on Ramping Up

2009-04-03 Thread Timothy Perrett
My advice, if your generally / vaugly familiar with Scala from reading PiS (that truly is a very unfortunate acronym!) just dive into making a lift app, then go from there. One of the best things about Lift is the community - if you have questions, chances are its either already in the group arc

[Lift] Compile error in TD.scala whith example in "Starting with Lift" HTML guide

2009-04-03 Thread Dano!
Good morning, Scala has been getting some interest in the project I work with, and I've been asked to investigate the Lift framework as a possibility to migrate our custom coded website to it. I'm a Scala newbie, so I'm working on absorbing a lot in a short period of time. I'm having problems

[Lift] Re: Advice on Ramping Up

2009-04-03 Thread Charles F. Munat
I'd suggest that you start working in Lift, then when you encounter something that doesn't make sense to you, refer to the PiS book (unfortunate acronym). It helps if you have the PDF version because you can search. The index is OK, but often insufficient. This is the approach I used to get st

[Lift] Re: The Lift 1.1 list

2009-04-03 Thread DavidV
Also, it would be great it Lift1.1 included all of the necessary .js, .css and class files for the new MenuWidget On Apr 3, 3:42 am, "Charles F. Munat" wrote: > Have you looked at Windmill? > > http://www.getwindmill.com/ > >  From what I've heard it's pretty cool. > > Chas. > > David Pollak wro

[Lift] Re: Newbie Scala syntax question re: parameterized types with bounds

2009-04-03 Thread David Pollak
On Fri, Apr 3, 2009 at 1:55 PM, Jorge Ortiz wrote: > On Fri, Apr 3, 2009 at 12:53 PM, David Pollak < > feeder.of.the.be...@gmail.com> wrote: > >> >> >> On Wed, Apr 1, 2009 at 8:06 PM, Kris Nuttycombe < >> kris.nuttyco...@gmail.com> wrote: >> >>> >>> Something that occurred to me recently along th

[Lift] Re: Newbie Scala syntax question re: parameterized types with bounds

2009-04-03 Thread Jorge Ortiz
On Fri, Apr 3, 2009 at 12:53 PM, David Pollak wrote: > > > On Wed, Apr 1, 2009 at 8:06 PM, Kris Nuttycombe > wrote: > >> >> Something that occurred to me recently along these lines - perhaps >> someone can disabuse me of this notion. In Java, such recursive types >> are necessary because you don

[Lift] Re: Forms & validation formatter

2009-04-03 Thread Lee Mighdoll
> > Most web sites I've worked on, there's a default way to display a form and > that default is encapsulated in the model itself. This encapsulation does > not bar you from building your own form renders, but it does give you nice > default behavior. > I found it odd at first too, to find web re

[Lift] Re: Lift using JQuery and JCarousel

2009-04-03 Thread marius d.
Hmm ... I'd be very surprised if the the presence of the multiple ready function calls would cause this. Virtually you can have as many as you want. But what is the exact problem ? I could probably take a look tomorrow and maybe make a lift widget out of it. Br's, Marius P.S. You can render

[Lift] Advice on Ramping Up

2009-04-03 Thread lmorroni
Hi, I am a Java programmer that is interested in learning Lift. I have just finished the first six chapters of Programming in Scala. I wonder what people's opinions are on how much of this book I need to read before diving into Lift. I attempted to dive into Lift without reading anything on Sca

[Lift] Re: Menu widget

2009-04-03 Thread DavidV
I added the dependency to my pom.xml exactly as you suggested and I'm getting this error: Downloading: http://scala-tools.org/repo-releases/net/liftweb/lift-widgets/1.1-S NAPSHOT/lift-widgets-1.1-SNAPSHOT.jar [INFO] [ERROR]

[Lift] Re: Newbie Scala syntax question re: parameterized types with bounds

2009-04-03 Thread David Pollak
On Wed, Apr 1, 2009 at 8:06 PM, Kris Nuttycombe wrote: > > Something that occurred to me recently along these lines - perhaps > someone can disabuse me of this notion. In Java, such recursive types > are necessary because you don't have abstract types. To refer to the > implementation type in the

[Lift] Re: Forms & validation formatter

2009-04-03 Thread David Pollak
On Tue, Mar 31, 2009 at 7:06 AM, Clemens Oertel wrote: > Hello, > > Sorry for the delay in my response, but I only get to play with lift on the > weekends, and I wanted to look into your suggestions in more detail. > > I ported the toForm code from Record to Mapper (and by port, I mean mostly > cu

[Lift] Re: liftAjax.js generation bug in case of LiftRules.enableLiftGC = false

2009-04-03 Thread marius d.
committed. On Apr 3, 8:10 pm, "marius d." wrote: > well I just assigned it to myself ... Dave if youreally want it just > let me know to stay away ... I should be commititng the fix either > today or tomorrow. > > Br's, > Marius > > On Apr 3, 7:12 pm, David Pollak wrote: > > > Please add this t

[Lift] Re: [Bug] liftAjax.js generation bug in case of LiftRules.enableLiftGC = false

2009-04-03 Thread marius d.
well I just assigned it to myself ... Dave if youreally want it just let me know to stay away ... I should be commititng the fix either today or tomorrow. Br's, Marius On Apr 3, 7:12 pm, David Pollak wrote: > Please add this to > Lighthousehttp://liftweb.lighthouseapp.com/projects/26102-lift/o

[Lift] Re: Open Source Bridge Conference CFP (& Discount)

2009-04-03 Thread David Pollak
On Fri, Apr 3, 2009 at 9:43 AM, Derek Chen-Becker wrote: > Is that presentation available anywhere? It will be available in http://github.com/dpp/lift-samples/tree/master when I have a chance to commit/push > > > On Fri, Apr 3, 2009 at 9:54 AM, David Pollak < > feeder.of.the.be...@gmail.com> w

[Lift] Re: Open Source Bridge Conference CFP (& Discount)

2009-04-03 Thread Derek Chen-Becker
Is that presentation available anywhere? On Fri, Apr 3, 2009 at 9:54 AM, David Pollak wrote: > > > On Fri, Apr 3, 2009 at 1:43 AM, Charles F. Munat wrote: > >> >> I'm pretty close to Portland. What do you have in mind? > > > A presentation you could do: Lift for Rails developers > > I gave a pre

[Lift] Re: [Bug] liftAjax.js generation bug in case of LiftRules.enableLiftGC = false

2009-04-03 Thread David Pollak
Please add this to Lighthouse http://liftweb.lighthouseapp.com/projects/26102-lift/overview Feel free to assign it to me. On Thu, Apr 2, 2009 at 3:32 PM, nau wrote: > > Hi there, > > There is a bug in ScriptRenderer.scala I've described here: > > http://liftweb.lighthouseapp.com/projects/26102/

[Lift] Re: Proposed URL Shortening widget

2009-04-03 Thread David Pollak
On Thu, Apr 2, 2009 at 12:48 PM, Jorge Ortiz wrote: > What about easily turning any lift app into a url shortener service? > > Wouldn't be too hard... We do it in ESME. It's 1 class (the model) and 1 object. > > > Granted, some services (bit.ly) add statistics, visualization, > conversation

[Lift] Re: Open Source Bridge Conference CFP (& Discount)

2009-04-03 Thread David Pollak
On Fri, Apr 3, 2009 at 1:43 AM, Charles F. Munat wrote: > > I'm pretty close to Portland. What do you have in mind? A presentation you could do: Lift for Rails developers I gave a presentation at UC Berkeley yesterday and they're using a lot of Rails for prototyping... they were blown away by

[Lift] Re: The Lift 1.1 list

2009-04-03 Thread David Pollak
On Fri, Apr 3, 2009 at 12:35 AM, Marc Boschma > wrote: > I have been reading up on OSGi with some discipline it could allow Erlang > like live upgrades (also nice to not have to shutdown a JVM, so +1. > I'm curious on the Portlet support - is that embedding portlets in snippets > and/or creating

[Lift] Re: [Bug] liftAjax.js generation bug in case of LiftRules.enableLiftGC = false

2009-04-03 Thread Derek Chen-Becker
You're right, we have a mistake in the text. Templates take precedence over Views. I'll fix that and put a new PDF up. Derek On Thu, Apr 2, 2009 at 4:32 PM, nau wrote: > > Hi there, > > There is a bug in ScriptRenderer.scala I've described here: > > http://liftweb.lighthouseapp.com/projects/261

[Lift] Re: Need for lightweight JPA archetype

2009-04-03 Thread Charles F. Munat
No, I meant there were a few candidates for a first commit, not that someone else should do it. I have my fingers in a bunch of things at the moment... At the moment, however, I have to pay the bills. But I'll keep tinkering. Chas. Timothy Perrett wrote: > Probally between yourself and Derek

[Lift] Re: Open Source Bridge Conference CFP (& Discount)

2009-04-03 Thread Charles F. Munat
I'm pretty close to Portland. What do you have in mind? Chas. David Pollak wrote: > Folks, > > It'd be great to see some Lift and/or Scala presentations at this > conference. > > Thanks, > > David > > -- Forwarded message -- > From: *Keith Fahlgren* mailto:abdela...@gmail.co

[Lift] Re: The Lift 1.1 list

2009-04-03 Thread Charles F. Munat
Have you looked at Windmill? http://www.getwindmill.com/ From what I've heard it's pretty cool. Chas. David Pollak wrote: > > > On Thu, Apr 2, 2009 at 10:09 AM, Bill Venners > wrote: > > > Hi David, > > On Thu, Apr 2, 2009 at 9:28 PM, David Pollak >

[Lift] Re: The Lift 1.1 list

2009-04-03 Thread Marc Boschma
I have been reading up on OSGi with some discipline it could allow Erlang like live upgrades (also nice to not have to shutdown a JVM, so +1. I'm curious on the Portlet support - is that embedding portlets in snippets and/or creating portlets (rather than servlets)? Marc On 02/04/2009, at