I loaded the 'Aida (janko.43)' from the Configuration browser. Then: (ConfigurationOfAida project version: '6.5') load. SwazooAida start. And I got the demo working on http://localhost:8888 Hey, cool.
Hi Phil Dne 25. 02. 2013 23:46, piše phil@highoctane.be:
I loaded the 'Aida (janko.43)' from the Configuration browser.
Then:
(ConfigurationOfAida project version: '6.5') load.
SwazooAida start.
And I got the demo working on http://localhost:8888
Hey, cool.
Nice to hear that! Did you also go through all demos, specially Ajax and realtime ones? Any problems running them on Pharo 2.0? Aida uses Sport to achieve portability and I expect that curent Sport works on 2.0 except Files which needs to be adapted. To preserve one Sport for the whole trio Squeak/Pharo/Cuis I suggest to reimplement Sport's SpFilename to work on file primitives directly. Best regards Janko -- Janko Mivšek Aida/Web Smalltalk Web Application Server http://www.aidaweb.si
On 25 Feb 2013, at 23:46, "phil@highoctane.be" <phil@highoctane.be> wrote:
I loaded the 'Aida (janko.43)' from the Configuration browser.
Then:
(ConfigurationOfAida project version: '6.5') load.
SwazooAida start.
And I got the demo working on http://localhost:8888
Hey, cool.
That is great news, and how it should be: good out of the box experience using the proper infrastructure. Thanks, Janko and co. Sven -- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill
+1
I loaded the 'Aida (janko.43)' from the Configuration browser.
Then:
(ConfigurationOfAida project version: '6.5') load.
SwazooAida start.
And I got the demo working on http://localhost:8888
Hey, cool.
That is great news, and how it should be: good out of the box experience using the proper infrastructure.
Thanks, Janko and co.
Sven
-- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill
Hi guys, One-click load of Aida from Configuration Browser is now possible just by selecting Install Configuration (Stable version)from right-click menu. No need for any script as Phil needed because a #stable symbolic version was not declared in ConfigurationOfAida. Now it is. I also just patched Aida so that realtime (WebSocked) demo works again. By "downgrading" the String>>#includesSubString to use a bit uglier but the least common denominator between all Smalltalk dialects: String>>#findString:statingAt:. FYI: this is a common example how Aida solves the portability problem without needing too invasive approaches. Best regards Janko Dne 25. 02. 2013 23:46, piše phil@highoctane.be:
I loaded the 'Aida (janko.43)' from the Configuration browser.
Then:
(ConfigurationOfAida project version: '6.5') load.
SwazooAida start.
And I got the demo working on http://localhost:8888
Hey, cool.
-- Janko Mivšek Aida/Web Smalltalk Web Application Server http://www.aidaweb.si
participants (4)
-
Janko Mivšek -
phil@highoctane.be -
stephane ducasse -
Sven Van Caekenberghe