[Lift] Re: Lift O-R Mappings

2009-01-04 Thread Michael
Also I was looking at the sample model source code (User, ProtoUser) and saw presentation logic mixed in it. Shouldn't the business and model logic be kept separated from the presentation logic or is there a Lift strategy it? Hmm, a model that can render itself ... That sounds like 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 David Pollak
Paul, Perhaps you mis-understood. Lift has *always* supported MySQL. There is no support in Lift for SQL Server (a Microsoft RDBMS), but that's coming soon. Thanks, David On Sun, Jan 4, 2009 at 8:14 PM, O'Rorke Paul p...@ororke.com wrote: Hi: what is the current status of MySQL support in

[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] Re: query about current status of MySQL support

2009-01-04 Thread Jorge Ortiz
I would highly recommend Aqua Data Studio --j On Sun, Jan 4, 2009 at 11:47 PM, Matt Harrington mbh.li...@gmail.comwrote: 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

[Lift] rendering embedded svg

2009-01-04 Thread Meredith Gregory
Lifted, Here http://svn.biosimilarity.com/src/open/GraphL/trunk/ you will find the source code for a Scala+Lift application in progress. It's a demonstration of a compositional (read algebraic datatype) for graphs. If you've got graphviz installed and the dot program on your path, then mvn

[Lift] Re: rendering embedded svg

2009-01-04 Thread Meredith Gregory
Lifted, i see my problem with the svg -- forgot to build the nodes from the string. As usual, my stupidity overfloweth. Best wishes, --greg On Sun, Jan 4, 2009 at 10:10 PM, Meredith Gregory lgreg.mered...@gmail.comwrote: Lifted, Here http://svn.biosimilarity.com/src/open/GraphL/trunk/ you