Author: msorokin
Date: 2009-06-11 05:22:27 -0400 (Thu, 11 Jun 2009)
New Revision: 14590
Modified:
branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/modules/overview.xml
Log:
addedhttps://jira.jboss.org/jira/browse/RF-5768
added project data model
Modified:
branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/modules/overview.xml
===================================================================
---
branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/modules/overview.xml 2009-06-11
09:19:20 UTC (rev 14589)
+++
branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/modules/overview.xml 2009-06-11
09:22:27 UTC (rev 14590)
@@ -17,8 +17,17 @@
<section id="dataModel">
<title>Data Model</title>
<para>
- Work in progress...
+ The data model of the application has the following structure:
</para>
+
+ <figure>
+ <title>Photo Album Data Model</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/erd.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
</section>
<section id="setUp">
<title>Project Set Up</title>