blob: 941aff76f7c4f94e8a167e9036b5929a714da81a [file] [log] [blame]
Title: Remote Object Persistence Coding Server
<P><BR>
<BR>
In the simplest case, there is no custom code on the server. The server would only contain Cayenne mapping files, persistent classes and web.xml descriptor <A href="remote-object-persistence-cws-deployment.html" title="Remote Object Persistence CWS Deployment">specifying deployment parameters</A> of the service. Customization is done via subclassing <TT>org.objectstyle.cayenne.remote.hessian.service.HessianServlet</TT>, and adding business logic to the server-side persistent objects (e.g. in the validation methods).</P>