[Seaside-dev] Loading Seaside adaptors in 3.1

Tobias Pape Das.Linux at gmx.de
Fri Sep 27 09:03:55 UTC 2013


Am 27.09.2013 um 09:25 schrieb Johan Brichau <johan at inceptive.be>:

> Hi Seasiders,
> 
> If you want to load an adaptor with Seaside3.1, you need to load it explicitly using the ConfigurationOfSeaside3.
> There is no default adaptor for any platform and the entire Metacello configuration has been written with modular loading in mind. So please do not add adaptors to the core group!
> 
> Metacello is very easy to use like this.
> 
> For example:
> 
> To load it with the Zinc adaptor:
> 	(ConfigurationOfSeaside3 project version:'3.1') load: #('Core' 'Zinc')
> 
> To load it with the WebClient adaptor:
> 	(ConfigurationOfSeaside3 project version:'3.1') load: #('Core' 'WebClient')
> 
> To load it with the Swazoo adaptor:
> 	(ConfigurationOfSeaside3 project version:'3.1') load: #('Core' 'Swazoo')
> 
> To load it with the Kom adaptor:
> 	(ConfigurationOfSeaside3 project version:'3.1') load: #('Core' 'Kom')
> 
> To load it with the Comanche adaptor:
> 	(ConfigurationOfSeaside3 project version:'3.1') load: #('Core' 'Comanche')
> 
> To load it with the FastCGI adaptor:
> 	(ConfigurationOfSeaside3 project version:'3.1') load: #('Core' 'FastCGI')
> 

I am in favor of this.

Perhaps we could add a config group that contains an adaptor by default
for first-timers to have it easier to get started, but I think
the 'OneClick' or 'AllInOne' groups would be sufficient.

Best
	-Tobias
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 203 bytes
Desc: Message signed with OpenPGP using GPGMail
Url : http://lists.squeakfoundation.org/pipermail/seaside-dev/attachments/20130927/1b6167f7/signature.pgp


More information about the seaside-dev mailing list