<br><br><div class="gmail_quote">On Mon, Aug 2, 2010 at 1:51 AM, Tim Mackinnon <span dir="ltr">&lt;<a href="mailto:tamackinnon@gmail.com">tamackinnon@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi guys - finally trying to get beyond dabbling and more into doing.<br>
<br>
Anyway - as I&#39;ve been trying things out, I&#39;ve build up a little sample application where I&#39;ve configured required libraries and things in the web based control panel for seaside. When I loaded this into a fresh image however - I don&#39;t have my settings anymore. Is there something that I can use to export the settings I have in my old image into code so I can load them back again? Or do I have to figure it all out and use WAAdmin calls in an initialize method?<br>

<br></blockquote><div><br>Hi Tim. As Nick said, all the things that you can configure from /config page, can also be done in code (of course!). Thus, it is better to do it by code as you can then put it in a class side #initialized, in a metacello #preDoITs, etc.<br>
<br>Now I wonder if seaside could do that automatically and somehow export the configuration...that would be cool. <br><br>Finally, for you Pharo settings (if you are in Pharo and wants to export also the settings of your image), in the new Pharo Settings (in 1.1) there is an easy way to export all the settings configuration into a file. Then, you can import it in other image and get the same settings.<br>
<br>Cheers<br><br>Mariano<br><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Tim<br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</blockquote></div><br>