<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Quickstart</title><link>https://sourceforge.net/p/freezedried/wiki/Quickstart/</link><description>Recent changes to Quickstart</description><atom:link href="https://sourceforge.net/p/freezedried/wiki/Quickstart/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 01 Aug 2012 18:09:52 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/freezedried/wiki/Quickstart/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Quickstart modified by Rob Philipp</title><link>https://sourceforge.net/p/freezedried/wiki/Quickstart/</link><description>&lt;pre&gt;--- v65
+++ v66
@@ -1,3 +1,5 @@
+Please see \[&lt;a href="http://freezedried.sourceforge.net"&gt;Project Web&lt;/a&gt;\] for current documents.
+
 &lt;a href="https://sourceforge.net/p/freezedried/wiki/Home/"&gt;&amp;#91;Home&amp;#93;&lt;/a&gt; | [User Guide]
 
 ---
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Philipp</dc:creator><pubDate>Wed, 01 Aug 2012 18:09:52 -0000</pubDate><guid>https://sourceforge.net6ef592d2a3677e957838824dfa375e0f72bfea04</guid></item><item><title>WikiPage Quickstart modified by Rob Philipp</title><link>https://sourceforge.net/p/freezedried/wiki/Quickstart/</link><description>&lt;pre&gt;--- v64 
+++ v65 
@@ -83,7 +83,7 @@
 
 The *target* just below it named "make_jar" builds a JAR file that contains only the **FreezeDry** code.
 
-######Running the Example Code######
+###Running the Example Code###
 
 To run the example code, open the **PersistenceEngine** class file in the project. You'll notice that it has a **main( ... )** method. That is the method to run for the example. Simply click on Eclipse's debug or run icon, or right click on the **PersistenceEngine** in the **Project Explorer** window, and select "Run As --&gt; Java Application" or "Debug As --&gt; Java Application" from the popup menu.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Philipp</dc:creator><pubDate>Thu, 08 Mar 2012 17:45:56 -0000</pubDate><guid>https://sourceforge.net53a92cb584b24a2f62423316e23b0670c8ea40b7</guid></item><item><title>WikiPage Quickstart modified by Rob Philipp</title><link>https://sourceforge.net/p/freezedried/wiki/Quickstart/</link><description>&lt;pre&gt;--- v63 
+++ v64 
@@ -87,8 +87,20 @@
 
 To run the example code, open the **PersistenceEngine** class file in the project. You'll notice that it has a **main( ... )** method. That is the method to run for the example. Simply click on Eclipse's debug or run icon, or right click on the **PersistenceEngine** in the **Project Explorer** window, and select "Run As --&gt; Java Application" or "Debug As --&gt; Java Application" from the popup menu.
 
-
-
+The example code does the following:
+
+* Creates a **Division** class that could represent the division in a company, and then adds a few people (**Person**). It also adds some friends to one of the people, sets a birth date, and adds a few additional things to make a complex object structure. 
+* Creates and uses the **PersistenceEngine** to create a semantic model of the **Division** object it just created.
+* Prints the semantic model to the console.
+* Creates an XML file ("person.xml") and a JSON file ("person.json") containing the division.
+* Creates an XML file reader uses it to create a semantic model from the "person.xml" file.
+* Reconstructs the **Division** object from the semantic model.
+* Prints the reconstructed object to the console.
+* Creates an JSON file reader uses it to create a semantic model from the "person.json" file.
+* Reconstructs the **Division** object from the semantic model.
+* Prints the reconstructed object to the console.
+
+That's it.
 
 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Philipp</dc:creator><pubDate>Thu, 08 Mar 2012 17:45:07 -0000</pubDate><guid>https://sourceforge.net65be07d13e926227c57362c37315190f6597668e</guid></item><item><title>WikiPage Quickstart modified by Rob Philipp</title><link>https://sourceforge.net/p/freezedried/wiki/Quickstart/</link><description>&lt;pre&gt;--- v62 
+++ v63 
@@ -79,6 +79,16 @@
 
 ![*Eclipse Ant View Of Build File Screenshot*](http://freezedried.sourceforge.net/ant_view.png)
 
+Notice the *target* in blue text named "make_combined_jar [default]". Double-clicking on this target will build a single JAR containing all the dependent JARs.
+
+The *target* just below it named "make_jar" builds a JAR file that contains only the **FreezeDry** code.
+
+######Running the Example Code######
+
+To run the example code, open the **PersistenceEngine** class file in the project. You'll notice that it has a **main( ... )** method. That is the method to run for the example. Simply click on Eclipse's debug or run icon, or right click on the **PersistenceEngine** in the **Project Explorer** window, and select "Run As --&gt; Java Application" or "Debug As --&gt; Java Application" from the popup menu.
+
+
+
 
 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Philipp</dc:creator><pubDate>Thu, 08 Mar 2012 17:37:28 -0000</pubDate><guid>https://sourceforge.neta739a7f435fbc3c5976e68f684d0ee8000d192fe</guid></item><item><title>WikiPage Quickstart modified by Rob Philipp</title><link>https://sourceforge.net/p/freezedried/wiki/Quickstart/</link><description>&lt;pre&gt;--- v61 
+++ v62 
@@ -77,7 +77,7 @@
 
 Next open the "Ant View" in Eclipse and add *build.xml* (click on the little ant with a plus side just to its left.). Upon which, you should see the something similar to the screenshot below.
 
-
+![*Eclipse Ant View Of Build File Screenshot*](http://freezedried.sourceforge.net/ant_view.png)
 
 
 [[project_admins]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Philipp</dc:creator><pubDate>Thu, 08 Mar 2012 17:29:51 -0000</pubDate><guid>https://sourceforge.net6c6640d52d92c8b4b04d681cd6ded086a13c5666</guid></item><item><title>WikiPage Quickstart modified by Rob Philipp</title><link>https://sourceforge.net/p/freezedried/wiki/Quickstart/</link><description>&lt;pre&gt;--- v60 
+++ v61 
@@ -71,5 +71,14 @@
 
 To add the source code to your project, copy the downloaded source code, starting with the "org" directory into the "src" directory of your Eclipse project. Then copy the "log4j.xml" file into the top-level directory of your new project.
 
+######Creating a JAR File######
+
+**FreezeDry** comes with an *Ant* build-file named "build.xml". Pretty original, huh? In any case, place the "build.xml" file into the same directory where you placed the "log4j.xml" configuration file.
+
+Next open the "Ant View" in Eclipse and add *build.xml* (click on the little ant with a plus side just to its left.). Upon which, you should see the something similar to the screenshot below.
+
+
+
+
 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Philipp</dc:creator><pubDate>Thu, 08 Mar 2012 17:21:03 -0000</pubDate><guid>https://sourceforge.netada61f7de0dda4cf7032cd84b5fcaf8dd6aa6f2e</guid></item><item><title>WikiPage Quickstart modified by Rob Philipp</title><link>https://sourceforge.net/p/freezedried/wiki/Quickstart/</link><description>&lt;pre&gt;--- v59 
+++ v60 
@@ -57,6 +57,8 @@
 * Make sure that the execution environment is set to the latest version of Java 7. So you'll see something like "JavaSE-1.7". If you don't have Java 7 installed, see the &lt;a href="Quickstart/#java_version"&gt;Java Version&lt;/a&gt; section.
 * Click "Next &gt;", select the "Libraries" tab, and Eclipse will present you with a screen as shown below.
 
+![*Eclipse Java Project Libs Setup Screenshort*](http://freezedried.sourceforge.net/new_java_proj_libs.png)
+
 Click on the "Add External JARs..." button and add the JAR files shown in the screen shot:
 
 * json-yyyyMMdd.jar
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Philipp</dc:creator><pubDate>Thu, 08 Mar 2012 17:07:44 -0000</pubDate><guid>https://sourceforge.netaa2aef38ea9ed8748283d83eae1a2d3712129a9a</guid></item><item><title>WikiPage Quickstart modified by Rob Philipp</title><link>https://sourceforge.net/p/freezedried/wiki/Quickstart/</link><description>&lt;pre&gt;--- v58 
+++ v59 
@@ -49,7 +49,7 @@
 ######Create Eclipse Java Project######
 Once you have Eclipse fired-up, create a new Java project **(File --&gt; New --&gt; Java Project)**. If you don't see the "Java Project" menu item, make sure that you are in the **Java Perspective**.
 
-[[img src=new_java_project_start.png alt=Eclipse]]
+![*Eclipse Java Project Screenshort*](http://freezedried.sourceforge.net/new_java_project_start.png)
 
 Eclipse will present you with a "New Project Screen" that looks like the screen shot shown above. There are a few things to note.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Philipp</dc:creator><pubDate>Thu, 08 Mar 2012 17:06:47 -0000</pubDate><guid>https://sourceforge.neta695783a105ad8a2fdb0833a601675f4286ab453</guid></item><item><title>WikiPage Quickstart modified by Rob Philipp</title><link>https://sourceforge.net/p/freezedried/wiki/Quickstart/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Philipp</dc:creator><pubDate>Thu, 08 Mar 2012 17:00:51 -0000</pubDate><guid>https://sourceforge.netbd91e047c38aba883e01cb064672be6849ac2eef</guid></item><item><title>WikiPage Quickstart modified by Rob Philipp</title><link>https://sourceforge.net/p/freezedried/wiki/Quickstart/</link><description>&lt;pre&gt;--- v56 
+++ v57 
@@ -49,7 +49,7 @@
 ######Create Eclipse Java Project######
 Once you have Eclipse fired-up, create a new Java project **(File --&gt; New --&gt; Java Project)**. If you don't see the "Java Project" menu item, make sure that you are in the **Java Perspective**.
 
-![Eclipse Java Project Screenshot](https://sourceforge.net/projects/freezedried/files/wiki_doc_images/new_java_project_start.png)
+[[img src=new_java_project_start.png alt=Eclipse]]
 
 Eclipse will present you with a "New Project Screen" that looks like the screen shot shown above. There are a few things to note.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Philipp</dc:creator><pubDate>Thu, 08 Mar 2012 16:59:56 -0000</pubDate><guid>https://sourceforge.net360c6621d1fcbd7f1402ac154cba360ad2a12ff7</guid></item></channel></rss>