blob: a18efdd800c12386cd3f31e3904c82ed1675c2c7 [file] [log] [blame]
Title: Remote Object Persistence Tutorial Setup
<P>The starting point of this tutorial is a web application that was created in the <A href="quick-start.html" title="Quick Start">Quick Start</A> tutorial. If you went through the Quick Start tutorial already ignore these instructions and proceed to the next chapter. If you skipped it and want to start with Remote Object Persistence right away, below is a brief overview of the setup prerequisites. </P>
<H3><A name="RemoteObjectPersistenceTutorialSetup-SetupfromScratch"></A>Setup from Scratch</H3>
<UL>
<LI>Install Eclipse with JettyLauncher plugin, Jetty web container and Derby database. See these two pages for details: <A href="tutorial-setup.html" title="Tutorial Setup">Tutorial Setup</A>, <A href="tutorial-webapp.html" title="Tutorial Webapp">Tutorial Webapp</A>.</LI>
<LI>Import <TT>&quot;cayenne-tutorial&quot;</TT> project to Eclipse. It is located under <TT>&quot;src/tutorials/quick-start&quot;</TT> folder in Cayenne distribution.</LI>
<LI><A href="running-cayennemodeler.html" title="Running CayenneModeler">Start CayenneModeler</A> and <A href="tutorial-starting-mapping-project.html" title="Tutorial Starting Mapping Project">add <TT>derby.jar</TT> to the modeler CLASSPATH</A>. Open <TT>&quot;cayenne-tutorial/src/cayenne.xml&quot;</TT> in CayenneModeler and <A href="tutorial-generate-database-and-java-classes.html" title="Tutorial Generate Database and Java Classes">generate a database schema</A> (skip the Java class generation part, just do the database).</LI>
</UL>
<HR>
<P><B>Next Step: <A href="remote-object-persistence-tutorial-client-project.html" title="Remote Object Persistence Tutorial Client Project">Remote Object Persistence Tutorial Client Project</A></B></P>
<HR>