Hi @seaside-dev (CC-ing Pharo list and seaside users list):
Pharo 2.0 is upon completion and it would be good to have a working Seaside running on it out of the box using a ConfigurationOfSeaside accessible through the configuration browser. (Aida is also already working this way). What I currently know from own simple tests and postings is that it is basically working on Pharo 2.0 using this load script: https://github.com/renggli/builder/blob/master/scripts/seaside31-pharo2.st and then "Zinc Server" Gofer new squeaksource: 'ZincHTTPComponents'; "package: 'Zinc-HTTP';" package: 'Zinc-Seaside'; load. "Start Zinc" " (ZnZincServerAdaptor port: 8080) codec: GRPharoUtf8Codec new; start. " There are some small issue left in #includesSubString: vs. #includesSubstring: (now in Pharo). I found it in - WAAbstractFileLibrary>>updateRoot:, - WAFormTag>>isInternetExplorer - WARenderContext>>absoluteUrlForResource: Also when one uploads files using config -> files the methods for the uploaded content get generated but not packaged with Monticello for whatever reason. Is there a plan/timeline for having a valid Seaside on top of Pharo available. Creating an updates ConfigurationOfSeaside was also discussed here on the seaside list ... but still not yet realized. We all know time is always an issue - but at least I want to start a dicussion if it is possible (maybe with the help from many using a virtual sprint). Also is there any plan in moving Seaside to SmalltalkHub as well? Since there is now infrastructure for CI ready on Pharo side it could be used for Seaside also. Any comments? If possible respond on "seaside-dev" list so it is discussed on one central place (http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev) Thanks T. _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Torsten, I installed seaside on Pharo 2.0 as you said and its seems to works. I'm interested too in having a ConfigurationOfSeaside working on Pharo 2.0.
I could help you or the seaside team doing that if that is necessary. I would like to see the roadmaps or plans too in order to help to do that. Thanks
On Mon, Mar 4, 2013 at 5:20 PM, Torsten Bergmann <[hidden email]> wrote: Hi @seaside-dev (CC-ing Pharo list and seaside users list): _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |