41 lines
1.7 KiB
XML
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><c:var/></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>
|