[Seaside] Possible moving from VW to Pharo

Bart Veenstra bart.veenstra at gmail.com
Sat Sep 25 13:46:10 UTC 2010


Hi James,

How do you work with namespaces in Monticello for VW? In VW all
seaside classes are in de Seaside namespace. But Pharo does not
support namespaces. Would it be a good idea to remove all namespaces
in my VW folder so the exports are easier between Pharo and VW?

Regards,

Bart

2010/9/25 James Robertson <jrobertson at cincom.com>:
> If you want to have code that ports between VW and Squeak/Pharo, you might
> want to look at the Monticello interface that Michael created.  It's how we
> bring Seaside code into Cincom Smalltalk, and how we export proposed
> changes/fixes back to the Seaside team.
>
> James Robertson
> Cincom Smalltalk Product Evangelist
> http://www.cincomsmalltalk.com/blog/blogView
> Talk Small and Carry a Big Class Library
>
>
>
> On Sep 25, 2010, at 8:00 AM, Johan Brichau wrote:
>
> On 23 Sep 2010, at 23:07, Denis Kudriashov wrote:
>>
>> be found. Than I tried to file out my projects into smalltalk chunks,
>> but those are only VW compatible (namespaces and such..)
>>
>
> There is option in Settings that can turn on standart smalltalk file out
> format
>
> Does that work for you?
> I just tried doing that and importing the file into Pharo just gives me a
> list of 'do-its', which are completely not adding code to the codebase.
> Johan
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


More information about the seaside mailing list