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 jetty:run

followed by pointing your browser at localhost:8080 should do the trick. (If
not, i'd be grateful if you'd let me know what you do see.)

In the current state of things, i've got a little repl with a small window
in which to type expressions. Pressing the 'go' button evaluates the expr to
a normal form for the graph and renders it as svg. However, what's happening
currently is that instead of rendering the svg as a drawing it prints out
the text of the svg.

i note that if i point a browser at the svg (with header) it renders as a
drawing. i also note that if i take the svg and put it inside a static lift
page (with the lift:surround tag surrounding it) and add that to the site
menu, it renders as a drawing. Obviously, i'm not doing something right in
the REPLForm code. Any clues would be greatly appreciated.

Best wishes,

--greg

-- 
L.G. Meredith
Managing Partner
Biosimilarity LLC
806 55th St NE
Seattle, WA 98105

+1 206.650.3740

http://biosimilarity.blogspot.com

--~--~---------~--~----~------------~-------~--~----~
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 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to