blob: 66a9f111e22c2449728bb2fa0e953cfd136d7d42 [file] [log] [blame]
Title: Remote Object Persistence Quick Start
<P>This tutorial is an extension of a <A href="quick-start.html" title="Quick Start">Quick Start</A> Cayenne tutorial, showing how to deploy an existing mapping project as a Cayenne web service, and then write a command-line client to access the service. Note that in most real applications the client will be a Swing or SWT GUI application. We are showing the command line example to avoid dealing with UI details and concentrate on Cayenne API.</P>
<P>Full tutorial source code in a form of Eclipse project is distributed with Cayenne (see <TT>&quot;src/tutorials/quick-start-rop&quot;</TT> folder).</P>
<H3><A name="RemoteObjectPersistenceQuickStart-TutorialContents"></A>Tutorial Contents </H3>
<UL>
<LI><A href="remote-object-persistence-tutorial-setup.html" title="Remote Object Persistence Tutorial Setup">Preparation...</A></LI>
<LI><A href="remote-object-persistence-tutorial-client-project.html" title="Remote Object Persistence Tutorial Client Project">Starting client project...</A></LI>
<LI><A href="remote-object-persistence-tutorial-webservice.html" title="Remote Object Persistence Tutorial WebService">Setting up Hessian web service...</A></LI>
<LI><A href="remote-object-persistence-tutorial-client-code.html" title="Remote Object Persistence Tutorial Client Code">Porting existing code to connnect to a web service instead of a database...</A></LI>
<LI><A href="remote-object-persistence-tutorial-authentication.html" title="Remote Object Persistence Tutorial Authentication">Adding BASIC authentication...</A></LI>
</UL>