Hi Dale. I didn&#39;t test it, but from the theorical point of view, I really like it. I hope other people too. I think we have to take advantage of Metacello features to do this kind of stuff.<br><br>It is very interesting to have two groups: one for the core (and probably deployment) and one for development. <br>
<br>If you do this changes, please update the workspace of ConfigurationOfSeaside explaining this :)  <br>(sorry if you already did it)<br><br>Cheers<br><br>mariano<br><br><div class="gmail_quote">On Sun, Jun 27, 2010 at 7:54 PM, Dale Henrichs <span dir="ltr">&lt;<a href="mailto:dhenrich@vmware.com">dhenrich@vmware.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;">I am looking for a little feedback on the changes that I have made to the latest configurations of Seaside30, Magritte2, and Pier2. I have new versions for each of these configurations queued up for release (#development blessing), but before releasing them I&#39;d like to hear if the changes I&#39;ve made will cause trouble for folks using Magritte2 and/or Pier2 in their applications.<br>

<br>
In the past, when you referenced Seaside30 from a configuration, the entire Seaside3.0 release would be loaded, including development tools, examples, both adaptors (on Squeak/Pharo and GemStone)...basically the whole kitchen sink.<br>

<br>
With the 3.0.0-alpha5.15 release I&#39;ve defined several groups for Seaside3.0 (with feedback from the Seaside devs:): Base, Base Tests, Development and Development Tests. I will also add a One-click group to shdow the one-click release. Without going into too much detail, the Base group defines the set of packages that are needed for a production release, while the Development group defines the set of packages that are useful in development (on top of the Base).<br>

<br>
To see how these new groups work out, I have created new versions of the configurations for Magritte2 and Pier2 that reference the Base group (plus any other packages that were needed) instead of bringing in the entire Seaside3.0 release...This is the big change. After loading the Magritte2 or Pier2 configuration you will need to load from the Seaside30 configuration any and all packages that you may need for your own application.<br>

<br>
I haven&#39;t released the changes yet, but if you are curious or concerned you can try out the releases ahead of time ... depending upon feedback I may go with a different scheme.<br>
<br>
In a fresh image, you can see what will be loaded for production by executing one or more of the following expressions (note you need to get the latest version of each of the configs from the SqueakSource MetacelloRepository...oh and for best results use Metacello 1.0-beta.27.1):<br>

<br>
  (ConfigurationOfMagritte2 project version: &#39;2.0.5&#39;) load.<br>
  (ConfigurationOfPier2 project version: &#39;2.0.6&#39;) load.<br>
  (ConfigurationOfPierAddOns2 project version: &#39;2.0.6&#39;) load.<br>
<br>
Once you&#39;ve loaded one of these configs, there will be no development tools nor any adaptors so at a minimum you&#39;ll need to load one of the following depending upon which adaptor you want to use:<br>
<br>
  &quot;All platforms&quot;<br>
  (ConfigurationOfSeaside30 project version: &#39;3.0.0-alpha5.15&#39;)<br>
    load: #(&#39;Seaside-Adaptors-Swazoo&#39;).<br>
  &quot;Squeak and Pharo&quot;<br>
  (ConfigurationOfSeaside30 project version: &#39;3.0.0-alpha5.15&#39;)<br>
    load: #(&#39;Seaside-Adaptors-Comanche&#39;).<br>
  &quot;GemStone&quot;<br>
  (ConfigurationOfSeaside30 project version: &#39;3.0.0-alpha5.15&#39;)<br>
    load: #(&#39;Seaside-Adaptors-FastCGI&#39;).<br>
<br>
If you want to load in the Seaside development environment then you would evaluate the following expression:<br>
<br>
  (ConfigurationOfSeaside30 project version: &#39;3.0.0-alpha5.15&#39;)<br>
    load: #(&#39;Development&#39;).<br>
<br>
So at this point you can see the direction I&#39;m going with this ... the Magritte2 and Pier2 configurations are currently aimed at loading the bare minimum needed for functionality from Seaside3.0 for Magritte2 and Pier2 with the idea that you&#39;d load the additional functionality that you want by dealing directly with Seaside30 configuration (like loading adaptors and development)...<br>

<br>
Pier2 already depends upon the following javascript packages:<br>
<br>
   &#39;Javascript-Core&#39; &#39;Prototype-Core&#39; &#39;Scriptaculous-Core&#39; &#39;JQuery-UI&#39;<br>
<br>
but if you&#39;re currently using Magritte2 and javascript, then you&#39;ll need to explicitly load the javascript package(s) that you are using.<br>
<br>
There are other ways that the configs could be structured. This approach minimizes the coupling between the Seaside3.0 and Magritte2/Pier2 configurations, which I think is a good thing.<br>
<br>
I&#39;ve taken the bare minimum step: loading what is required... it would be reasonable to add &#39;Dev&#39; groups to both Magritte2 and Pier2 that would bring in Seaside30 dev support on the other hand, I don&#39;t think it is reasonable to add support for loading the various Adaptors to Magritte2 and Pier2, so if you&#39;re going to have to deal with the Seaside30 config directly anyway why bother with adding dev groups ...<br>

<br>
Anyway this is what _I_ think and I am interested in what you folks think...<br>
<br>
For GemStone folks ... the answer is yes, Magritte2 and Pier2 have been ported to GemStone/S 64 2.4 finally:). If you&#39;ve been working with Seaside3.0 already, you can load the Magritte2/Pier2/PierAddOns2 configs into a fresh 1.0-beta.8....otherwise I&#39;ll ask you to wait until I announcement.<br>

<br>
Dale<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>