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