New Seaside-REST-Core extension

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

New Seaside-REST-Core extension

Esteban A. Maringolo
Hi,

In order to support a particular kind of route I couldn't manage to
support using the current routes (WARoute subclasses) I created a new
kind of route named WAVariableQueryRoute used to match routes ignoring
the parameters in the query field, but matching requests for those.

E.g.
You define a GET route with path : /myPath, and it will also match
requests like myPath?foo=baz, and so on.

The modifications I made doesn't change the current behavior of
WARoute's, only adds a new pragma named "variableQuery" used to decide
which kind of route to build (if true will create a
WAVariableQueryRoute).

The packages are in SmalltalkHub's Seaside repo and are the following:
Name: Seaside-REST-Core-EstebanMaringolo.58
Seaside-Tests-REST-EstebanMaringolo.1

I'm using Seaside 3.1.4.1 in Pharo 4/GemStone, I would like to have
these packages added to Metacello version close to this one, who
maintains the Metacello config?

Regards!

Esteban A. Maringolo
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
Reply | Threaded
Open this post in threaded view
|

Re: New Seaside-REST-Core extension

Esteban A. Maringolo
I updated the package to Seaside-REST-Core-EstebanMaringolo.59,
because I missed a package in the Seaside32 repo, I merged them.

Regards!
Esteban A. Maringolo


2016-01-20 17:14 GMT-03:00 Esteban A. Maringolo <[hidden email]>:

> Hi,
>
> In order to support a particular kind of route I couldn't manage to
> support using the current routes (WARoute subclasses) I created a new
> kind of route named WAVariableQueryRoute used to match routes ignoring
> the parameters in the query field, but matching requests for those.
>
> E.g.
> You define a GET route with path : /myPath, and it will also match
> requests like myPath?foo=baz, and so on.
>
> The modifications I made doesn't change the current behavior of
> WARoute's, only adds a new pragma named "variableQuery" used to decide
> which kind of route to build (if true will create a
> WAVariableQueryRoute).
>
> The packages are in SmalltalkHub's Seaside repo and are the following:
> Name: Seaside-REST-Core-EstebanMaringolo.58
> Seaside-Tests-REST-EstebanMaringolo.1
>
> I'm using Seaside 3.1.4.1 in Pharo 4/GemStone, I would like to have
> these packages added to Metacello version close to this one, who
> maintains the Metacello config?
>
> Regards!
>
> Esteban A. Maringolo
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev