Moving Seaside-REST from Addons to "Core" in 3.1

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

Moving Seaside-REST from Addons to "Core" in 3.1

Philippe Marschall
Hi

I want to move Seaside-REST from Addons to the "Core" repository in Seaside 3.1:

The reasons are the following:
 - the code base has stabilized and has been jürgenized by Lukas
 - we have documentation in the book [1]
 - several people use it

I'm aware this will probably cause problems for some people but I
don't think leaving it in addons or having it in both places are good
alternatives either. Is this absolutely terrible or somebody (Dale?)?

Personally I think of the addons repository as something similar to
Apache Incubator. A place where we can experiment. If things turn out
well we can graduate them to the core repository.

 [1] http://book.seaside.st/book/advanced/restful

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

Re: Moving Seaside-REST from Addons to "Core" in 3.1

Dale Henrichs
Philippe,

My only comment is that packages should not be deleted from repositories. It wreaks havoc on the lives of each developer that has started using the package and embedded references to the package in their configurations.

Build scripts break the minute you delete a package ... it's worse than when SqueakSource is down, because eventually SqueakSource comes back up:)

New versions of the packages can be stored in the new repository (updated versions of configurations can easily point to the new location), but please leave the old packages alone ...

Dale

----- Original Message -----
| From: "Philippe Marschall" <[hidden email]>
| To: "Seaside - developer list" <[hidden email]>
| Sent: Tuesday, May 8, 2012 7:36:58 AM
| Subject: [Seaside-dev] Moving Seaside-REST from Addons to "Core" in 3.1
|
| Hi
|
| I want to move Seaside-REST from Addons to the "Core" repository in
| Seaside 3.1:
|
| The reasons are the following:
|  - the code base has stabilized and has been jürgenized by Lukas
|  - we have documentation in the book [1]
|  - several people use it
|
| I'm aware this will probably cause problems for some people but I
| don't think leaving it in addons or having it in both places are good
| alternatives either. Is this absolutely terrible or somebody (Dale?)?
|
| Personally I think of the addons repository as something similar to
| Apache Incubator. A place where we can experiment. If things turn out
| well we can graduate them to the core repository.
|
|  [1] http://book.seaside.st/book/advanced/restful
|
| Cheers
| Philippe
| _______________________________________________
| seaside-dev mailing list
| [hidden email]
| http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
|
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
Reply | Threaded
Open this post in threaded view
|

Re: Moving Seaside-REST from Addons to "Core" in 3.1

Julian Fitzell-2
In reply to this post by Philippe Marschall
Sounds reasonable.

On Tue, May 8, 2012 at 3:36 PM, Philippe Marschall <[hidden email]> wrote:
Hi

I want to move Seaside-REST from Addons to the "Core" repository in Seaside 3.1:

The reasons are the following:
 - the code base has stabilized and has been jürgenized by Lukas
 - we have documentation in the book [1]
 - several people use it

I'm aware this will probably cause problems for some people but I
don't think leaving it in addons or having it in both places are good
alternatives either. Is this absolutely terrible or somebody (Dale?)?

Personally I think of the addons repository as something similar to
Apache Incubator. A place where we can experiment. If things turn out
well we can graduate them to the core repository.

 [1] http://book.seaside.st/book/advanced/restful

Cheers
Philippe
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev


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

WAJsonComponent >> jsonOn: missing ?

Nicolas Petton

Hi,

Isn't #jsonOn: missing in WAJsonComponent?

I added one in my image:

WAJsonComponent >> jsonOn: json
    self renderOn: json

Cheers,
Nico

--
Nicolas Petton
http://nicolas-petton.fr
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
Reply | Threaded
Open this post in threaded view
|

Backporting Seaside-JSON-Components to 3.0?

Nicolas Petton
In reply to this post by Julian Fitzell-2

Is there a plan to backport the Seaside-JSON-Components package to 3.0?

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

Re: Backporting Seaside-JSON-Components to 3.0?

Philippe Marschall
On Sun, Jul 1, 2012 at 11:33 AM,  <[hidden email]> wrote:
>
> Is there a plan to backport the Seaside-JSON-Components package to 3.0?

No, but we accept contributions.

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

Re: Backporting Seaside-JSON-Components to 3.0?

Nicolas Petton
Philippe Marschall <[hidden email]> writes:

> On Sun, Jul 1, 2012 at 11:33 AM,  <[hidden email]> wrote:
>>
>> Is there a plan to backport the Seaside-JSON-Components package to 3.0?
>
> No, but we accept contributions.

Sure, I can do that. :)

Nico



>
> Cheers
> Philippe
> _______________________________________________
> seaside-dev mailing list
> [hidden email]
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev

--
Nicolas Petton
http://nicolas-petton.fr
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev