Re: [Pharo-users] Pharo 7- looking for seaside-REST

2018-11-24 Thread Johan Brichau
> On 24 Nov 2018, at 12:30, Sanjay Minni wrote: > > Also has Seaside REST been ported for Pharo 7 ? > as I see there is a line in Catalog Browser 'SeasideREST' but there is an > error while trying to install Yeah, Somebody put old configurations in that catalog then, because ‘SeasideREST’

Re: [Pharo-users] Pharo 7- looking for seaside-REST

2018-11-24 Thread Sanjay Minni
OK ... just managed to load 'REST' by executing in the playground: (ConfigurationOfSeaside3 project version: '3.2.4' ) load: 'REST'. Sanjay Minni wrote > Hi Johan, > > I couldnt figure out how to load Seaside 'REST' group on readme, > So could you pls help me with the command to load 'REST' (

Re: [Pharo-users] Pharo 7- looking for seaside-REST

2018-11-24 Thread Sanjay Minni
Hi Johan, I couldnt figure out how to load Seaside 'REST' group on readme, So could you pls help me with the command to load 'REST' (explicitly) in Pharo 7. (... yes I am beginner level in pharo) Also has Seaside REST been ported for Pharo 7 ? as I see there is a line in Catalog Browser 'Seasi

Re: [Pharo-users] Pharo 7- looking for seaside-REST and RFB

2018-11-24 Thread Johan Brichau
Hi Sanjay, Ok, that’s the latest release. However, I assume you are upgrading from an earlier version… which version were you using before? Since Seaside 3.2.0 (I believe to recall), we made the default load of Seaside much lighter, requiring you to load additional groups explicitly. Before, al

Re: [Pharo-users] Pharo 7- looking for seaside-REST and RFB

2018-11-24 Thread Sanjay Minni
Johan, Thru monticello browser it shows ConfigurationOfSeaside3-JohanBrichau.335 bugfix release 3.2.4 Repository: smalltalkhub.com/mc/Pharo/MetaRepoForPharo70/main if that helps Sanjay Minni wrote > Johan, > > I am installing by going to Pharo 7.0.0rc1->Catalog Browser right click on > seasi

Re: [Pharo-users] Pharo 7- looking for seaside-REST and RFB

2018-11-24 Thread Sanjay Minni
Johan, I am installing by going to Pharo 7.0.0rc1->Catalog Browser right click on seaside3 and selecting install stable version. From the messages I presume its installing 3.2.4 if you can tell me how to figure out the Version and Repository I will get the info. Johan Brichau-2 wrote > Sanjay,

Re: [Pharo-users] Pharo 7- looking for seaside-REST and RFB

2018-11-23 Thread Johan Brichau
Sanjay, Which version of Seaside are you using and from which repository? Johan > On 24 Nov 2018, at 07:22, Sanjay Minni wrote: > > > I am migrating my 6.1 application (under develoment) to 7.0 - > I have loaded the required packages first thru Catalog Browser (in 7.0) - > Mandrill, Mustache

[Pharo-users] Pharo 7- looking for seaside-REST and RFB

2018-11-23 Thread Sanjay Minni
I am migrating my 6.1 application (under develoment) to 7.0 - I have loaded the required packages first thru Catalog Browser (in 7.0) - Mandrill, Mustache, Seaside3, VoyageMongo How to load the following in 7: - seaside-REST - My application looks for WARestfulComponentFilter - RFB Sven Van