Files
spring-data-neo4j/src/docbkx/tutorial/user-experience.xml
2011-09-27 23:40:54 +02:00

41 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.docbook.org/xml/4.4/docbookx.dtd">
<chapter id="tutorial_user-experience">
<title>More UI</title>
<subtitle>Oh the glamour</subtitle>
<para>
To create a nice user experience, we wanted to have a nice looking app. Not something that
looked like a toddler made it. So we got some user experience people involved and the results
were impressive. This sections presents some of the remaining screen shots of Cineasts.net.
</para>
<para>
Some noteworthy things. Since Spring Data Neo4j reads through down to the database for property
and relationship access, we tried to minimize that by using <code>&lt;c:var/&gt;</code> several times.
The app contains very little javascript / ajax code right now, that will change when it moves ahead.
</para>
<para>
<mediaobject>
<imageobject>
<imagedata fileref="cineasts_main.png" scalefit="1" contentwidth="15cm"/>
</imageobject>
</mediaobject>
<mediaobject>
<imageobject>
<imagedata fileref="cineasts_results.png" scalefit="1" contentwidth="15cm"/>
</imageobject>
</mediaobject>
<mediaobject>
<imageobject>
<imagedata fileref="cineasts_movie.png" scalefit="1" contentwidth="15cm"/>
</imageobject>
</mediaobject>
<mediaobject>
<imageobject>
<imagedata fileref="cineasts_actor.png" scalefit="1" contentwidth="15cm"/>
</imageobject>
</mediaobject>
</para>
</chapter>