Aida 6.5 loading in Pharo 2.0!

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Aida 6.5 loading in Pharo 2.0!

philippeback
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.

Reply | Threaded
Open this post in threaded view
|

Re: Aida 6.5 loading in Pharo 2.0!

Janko Mivšek
Hi Phil

Dne 25. 02. 2013 23:46, piše [hidden email]:

> 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

Reply | Threaded
Open this post in threaded view
|

Re: Aida 6.5 loading in Pharo 2.0!

Sven Van Caekenberghe-2
In reply to this post by philippeback

On 25 Feb 2013, at 23:46, "[hidden email]" <[hidden email]> 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


Reply | Threaded
Open this post in threaded view
|

Re: Aida 6.5 loading in Pharo 2.0!

stephane ducasse
+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
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Aida 6.5 loading in Pharo 2.0!

Janko Mivšek
In reply to this post by philippeback
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 [hidden email]:

> 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