[Lift] Lift on Azure

2009-11-19 Thread Matt Harrington
Java apps have gotten a lot easier to run on Azure this week. Here's a video on developing a simple app with Eclipse and deploying in Tomcat on Azure: http://microsoftpdc.com/Sessions/SVC50 I don't believe Java on Azure has the same restrictions as Java on GAE. For example, you can write to

[Lift] Re: Any code changes to lift-archetype-basic ?

2009-01-18 Thread Matt Harrington
This should help: http://groups.google.com/group/liftweb/msg/9d979af1eabb26f7 In my opinion, when learning Lift it's best to stick with lift-archetype-basic rather than start from scratch with lift-archetype-blank. Matt On Fri, Jan 16, 2009 at 9:58 PM, green inr...@gmail.com wrote: Hi

[Lift] Re: Lift Installers

2009-01-18 Thread Matt Harrington
have... I'll tap up David B and see if he knows how far that system can be extended (i.e. to add another stage to say if you want snapshot, or release version of lift) Thoughts? Cheers Tim On Jan 16, 9:46 pm, Matt Harrington mbh.li...@gmail.com wrote: I like the idea of sticking

[Lift] Re: [ANN] Lift 0.10

2009-01-14 Thread Matt Harrington
Hats Off to you all. Looking forward to 1.0 and the books! Matt --~--~-~--~~~---~--~~ 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

[Lift] Re: Apple Lift Classic

2009-01-04 Thread Matt Harrington
On Fri, Jan 2, 2009 at 5:06 PM, Jorge Eugenio Ortiz Hinojosa jorge.or...@gmail.com wrote: Apple Lift(TM) Classic With the good and tasty parts of apple juice A product of The Coca-Cola Company (spotted in Saltillo, Mexico) I like the current phrase Lift web framework - simply functional,

[Lift] Re: query about current status of MySQL support

2009-01-04 Thread Matt Harrington
On Sun, Jan 4, 2009 at 8:14 PM, O'Rorke Paul p...@ororke.com wrote: An advantage of MySQL on the Mac is that there is a free, reasonably nice GUI database tool (CocoaMySQL). I could use Derby if I had a similar (preferably free) user interface. There is one in NetBeans but I don't think

[Lift] Formatting pages from Liftbook?

2009-01-02 Thread Matt Harrington
I wonder if some kind soul could save me some time by telling me how to format http://github.com/tjweir/liftbook/tree/master/apdx-lift_api.lyx so that the right hand side doesn't get truncated when printing or even viewing as PDF. I've tried the 3 PDF options under the View menu in LyX 1.6.1 on

[Lift] Re: Formatting pages from Liftbook?

2009-01-02 Thread Matt Harrington
On Fri, Jan 2, 2009 at 8:56 PM, Jean-Luc jlcane...@gmail.com wrote: Hello Matt, I do not have the same config, so I'm not sure it will be relevant for you (I'm with Lyx 1.6.0 + Miktex, win32) but using export with Latex (pdflatex) were quite ok for me. I used the document / parameter menu

[Lift] Re: box can boogie

2008-12-29 Thread Matt Harrington
On Mon, Dec 29, 2008 at 4:24 PM, Charles F. Munat c...@munat.com wrote: Does anyone else have problems with -U not doing a full update? If so, any ideas as to why that might be so? It's got to drive newbies nuts. Chas. FWIW, I think I'm in the same boat as you, Charles. I haven't tracked

[Lift] Re: Can or Box or something else

2008-12-20 Thread Matt Harrington
On Sat, Dec 20, 2008 at 7:13 AM, TylerWeir tyler.w...@gmail.com wrote: Once people get Can, I think it makes sense, so I think we can leave it. As a replacement, I can't think of a good real-life example of a thing with a failure indicator that fits the bill. :) What about

[Lift] behind the scenes with Maven?

2008-12-16 Thread Matt Harrington
A few times over the past week, I've had something of a ghost in the machine with Maven. I haven't spent the time to track things down and have just blown away my repository and things resolve themselves. However, the next time Maven acts up I want to really figure things out. It'd help if I

[Lift] Re: a simple screencast for making a sample app

2008-12-10 Thread Matt Harrington
On Tue, Dec 9, 2008 at 8:58 AM, Dano [EMAIL PROTECTED] wrote: Matt, This is great. I am looking forward to your Netbeans screencast. Thanks. Dan I shot 75% of the NetBeans one last night, but screencasts are definitely more challenging than I first thought. It's tricky reading from a

[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-10 Thread Matt Harrington
Mike, Did you set up your settings.xml file? http://liftweb.net/index.php/Maven_Mini_Guide I temporarily removed mine, and todo still builds and runs for me, but that could be because I already had everything downloaded. ---Matt --~--~-~--~~~---~--~~ You

[Lift] a simple screencast for making a sample app

2008-12-08 Thread Matt Harrington
I made a little screencast about creating a sample lift-archetype-basic application. I hadn't made a screencast before, and it was actually trickier than I thought it'd be. It's challenging to read from a script and work at the terminal at the same time. It's mostly about installing Maven, and

[Lift] Re: a simple screencast for making a sample app

2008-12-08 Thread Matt Harrington
On Mon, Dec 8, 2008 at 1:00 AM, Matt Harrington [EMAIL PROTECTED] wrote: http://www.vimeo.com/2461367 P.S. You can find the original 640x480 file in the lower right corner of that page. I tried using Ogg/Theora/Vorbis, but the filesize was quite big. Bummer I had to use a proprietary

[Lift] Re: Massively huge *BREAKING CHANGES*

2008-12-07 Thread Matt Harrington
On Sun, Dec 7, 2008 at 4:46 AM, David Bernard [EMAIL PROTECTED] wrote: dependency groupIdnet.liftweb/groupId artifactIdlift-webkit/artifactId version0.10-SNAPSHOT/version /dependency !-- TO ADD if you use net.liftweb.util -- dependency

[Lift] Re: The first Lift tutorial: a ToDo application

2008-12-06 Thread Matt Harrington
Two thumbs up! ---Matt --~--~-~--~~~---~--~~ 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 [EMAIL PROTECTED] For

[Lift] Re: Concatenating lists of nodes

2008-11-13 Thread Matt Harrington
On Thu, Nov 13, 2008 at 10:32 AM, Matt Harrington [EMAIL PROTECTED] wrote: Take a look at List.mkString(). It inherits from Iterable. ---Matt Erm, I'll retract this. :) ---Matt --~--~-~--~~~---~--~~ You received this message because you are subscribed