[Seaside] [ANN] Glamour on Seaside - first version

Lorenzo Schiavina lorenzo at edor.it
Tue Sep 28 07:08:00 UTC 2010


Hi,

great work!

I found an error installing with:

Gofer new
squeaksource: 'Glamour';
package: 'ConfigurationOfGlamourSeaside';
load.
(Smalltalk at: #ConfigurationOfGlamourSeaside) loadDefault.

in the method:

initializeWithClassName: classString
classIsMeta: metaBoolean
selector: selectorString
category: catString
timeStamp: timeString
source: sourceString

the argument catString is empty and an error  is generated.

Regards




----- Original Message ----- 
From: "Tudor Girba" <tudor.girba at gmail.com>
To: "Moose-dev Moose Dev" <moose-dev at iam.unibe.ch>; "Pharo Development" 
<pharo-project at lists.gforge.inria.fr>; "Seaside - general discussion" 
<seaside at lists.squeakfoundation.org>; "ESUG Members" 
<esug-list at lists.esug.org>
Sent: Sunday, September 26, 2010 11:15 PM
Subject: [Seaside] [ANN] Glamour on Seaside - first version


Hi,

We are happy to announce the first version of Glamour on Seaside. This work 
was carried out by Andrei Vasile Chis and was sponsored by ESUG. The project 
offers a Seaside-based rendering of Glamour browsers. In other words, once 
you have a browser in Glamour, you can now simply display it on the web.

You can obtain the code in two ways:
- Nightly built image:
http://hudson.moosetechnology.org/job/moose-with-glamour-seaside/lastSuccessfulBuild/artifact/moose-seaside/*zip*/moose-seaside.zip
- Metacello configuration loadable in Pharo 1.1 (not Core)
Gofer new
squeaksource: 'Glamour';
package: 'ConfigurationOfGlamourSeaside';
load.
(Smalltalk at: #ConfigurationOfGlamourSeaside) loadDefault.

A couple of examples are available on the Moose server:
http://online.moosetechnology.org/glamour/basicExamples (a number of example 
browsers)
http://online.moosetechnology.org/moose/metaBrowser (a browser for the 
meta-model of Moose)


Several developments are planned for the near future, so stay tuned for more 
news.

We would highly appreciate any kind of feedback.

Cheers,
Andrei and Doru

_______________________________________________
seaside mailing list
seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list