Seaside-REST in Gemstone?

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

Seaside-REST in Gemstone?

Johan Brichau-2
Hi,

I'm trying to use the Seaside-REST package in Gemstone but it does not seem to work (Seaside 3.0.4 - glass 1.0-beta8.6).

I'm currently tracing the problem but it would be cool to know if I'm the only one having the problem :-)

So: does anybody have Seaside-REST running ?

thanks
Johan
Reply | Threaded
Open this post in threaded view
|

Re: Seaside-REST in Gemstone?

Tobias Pape

Am 2011-05-17 um 21:09 schrieb Johan Brichau:

> Hi,
>
> I'm trying to use the Seaside-REST package in Gemstone but it does not seem to work (Seaside 3.0.4 - glass 1.0-beta8.6).
>
> I'm currently tracing the problem but it would be cool to know if I'm the only one having the problem :-)
>
> So: does anybody have Seaside-REST running ?

Yes, Me, in SqueakSource3 :)
Look at the ConfigurationOfSqueaksource, there is
a ConfigurationOfSeasideRest.
  It works for me :)

So Long,
        -Tobias
Reply | Threaded
Open this post in threaded view
|

Re: Seaside-REST in Gemstone?

Dale Henrichs
In reply to this post by Johan Brichau-2
On 05/17/2011 12:09 PM, Johan Brichau wrote:

> Hi,
>
> I'm trying to use the Seaside-REST package in Gemstone but it does not seem to work (Seaside 3.0.4 - glass 1.0-beta8.6).
>
> I'm currently tracing the problem but it would be cool to know if I'm the only one having the problem :-)
>
> So: does anybody have Seaside-REST running ?
>
> thanks
> Johan

I know that Philippe has mentioned that he hadn't tested his latest REST
mods on GemStone, so there might be some new wrinkles ...

I am running Tobias's SqueakSource3 and ran into one problem related to
trying to sort: a SortedCollection so I'd be interested in hearing more
details about the trouble...

Dale
Reply | Threaded
Open this post in threaded view
|

Re: Seaside-REST in Gemstone?

Johan Brichau-2
Nah... it's my silly mistake of the week ;-)

I had loaded "Seaside-Rest.gemstone" instead of "Seaside-GemStone-REST... as the metacello config points out..
Thanks Tobias!

On 17 May 2011, at 22:25, Dale Henrichs wrote:

> On 05/17/2011 12:09 PM, Johan Brichau wrote:
>> Hi,
>>
>> I'm trying to use the Seaside-REST package in Gemstone but it does not seem to work (Seaside 3.0.4 - glass 1.0-beta8.6).
>>
>> I'm currently tracing the problem but it would be cool to know if I'm the only one having the problem :-)
>>
>> So: does anybody have Seaside-REST running ?
>>
>> thanks
>> Johan
>
> I know that Philippe has mentioned that he hadn't tested his latest REST mods on GemStone, so there might be some new wrinkles ...
>
> I am running Tobias's SqueakSource3 and ran into one problem related to trying to sort: a SortedCollection so I'd be interested in hearing more details about the trouble...
>
> Dale