<div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">is it possible to register a new pier instance on my current image? i<br>
monkeyed with it a bit, and it didn&#39;t seem to work..<br>
<br></blockquote><div><br></div><div>Have a look at the code in PRDistribution&gt;&gt;register </div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
this leads to my next question..<br>
<br>
once i get my pier site done (i am just putting an OSWD theme on it)..<br>
is it possible to button up the whole site (including all page and<br>
structure objects) and pull them into a deployment image?<br>seaside mailing list<br></blockquote><div><br></div><div>Again the static configuration of the site is defined in PRDistribution and derived classes, have a look at: PRDistribution&gt;&gt;root.</div>
<div>You can create a simpler configuration with: </div><div>PRPierFrame registerAsApplication: &#39;pier&#39; kernel: (PRKernel named: &#39;defaultKernel&#39;) </div><div><br></div><div>For dynamic persistency have a look at classes derived from: PRPersistency</div>
<div><br></div><div>Nick</div></div></div>