Seaside and KomHttpServer in Pharo 1.2

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

Seaside and KomHttpServer in Pharo 1.2

Torsten Bergmann
Hi Dale,

again I typically use my MetaSource application to
see if one can bootstrap a full seaside app in Pharo using
Metacello:

--------------------------------------------------------------------------
Gofer new
   squeaksource: 'MetaSource';
   package: 'ConfigurationOfMetaSource';
   load.
 
((Smalltalk at: #ConfigurationOfMetaSource) project version: '1.4') load
--------------------------------------------------------------------------

Works well in "Pharo 1.1." but not in "PharoCore 1.2":

In Pharo 1.2 some methods are deprecated and Seaside 3.0 still
uses ConfigurationOfKomHttpServer 1.3 instead of the newer 1.5.

So the question is: is it planned to use the newer KomHttpServer
packages in the near future for Seaside 3.0 so I can switch to
Pharo 1.2 early? Or is this planned when Pharo 1.2 is mature and
released.

Thx
Torsten


--
GMX DSL Doppel-Flat ab 19,99 €/mtl.! Jetzt auch mit
gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Seaside and KomHttpServer in Pharo 1.2

Schwab,Wilhelm K
Torsten,

What do you do to test your newly converted Seaside apps?  Have you automated it, or is just a matter of trying everything yourself?

Bill



________________________________________
From: [hidden email] [[hidden email]] On Behalf Of Torsten Bergmann [[hidden email]]
Sent: Friday, October 08, 2010 5:38 AM
To: [hidden email]; [hidden email]
Subject: [Pharo-project] Seaside and KomHttpServer in Pharo 1.2

Hi Dale,

again I typically use my MetaSource application to
see if one can bootstrap a full seaside app in Pharo using
Metacello:

--------------------------------------------------------------------------
Gofer new
   squeaksource: 'MetaSource';
   package: 'ConfigurationOfMetaSource';
   load.

((Smalltalk at: #ConfigurationOfMetaSource) project version: '1.4') load
--------------------------------------------------------------------------

Works well in "Pharo 1.1." but not in "PharoCore 1.2":

In Pharo 1.2 some methods are deprecated and Seaside 3.0 still
uses ConfigurationOfKomHttpServer 1.3 instead of the newer 1.5.

So the question is: is it planned to use the newer KomHttpServer
packages in the near future for Seaside 3.0 so I can switch to
Pharo 1.2 early? Or is this planned when Pharo 1.2 is mature and
released.

Thx
Torsten


--
GMX DSL Doppel-Flat ab 19,99 €/mtl.! Jetzt auch mit
gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Seaside and KomHttpServer in Pharo 1.2

Guillermo Polito
In reply to this post by Torsten Bergmann


On Fri, Oct 8, 2010 at 6:38 AM, Torsten Bergmann <[hidden email]> wrote:
Hi Dale,

again I typically use my MetaSource application to
see if one can bootstrap a full seaside app in Pharo using
Metacello:

--------------------------------------------------------------------------
Gofer new
  squeaksource: 'MetaSource';
  package: 'ConfigurationOfMetaSource';
  load.

((Smalltalk at: #ConfigurationOfMetaSource) project version: '1.4') load
--------------------------------------------------------------------------

Works well in "Pharo 1.1." but not in "PharoCore 1.2":

In Pharo 1.2 some methods are deprecated and Seaside 3.0 still
uses ConfigurationOfKomHttpServer 1.3 instead of the newer 1.5.

As far as I know (and as I can see in the repo), the new KomHttpServer versions are just bugfixes and the deprecation issue you'r talking about :).  It seems no dangerous.
 

So the question is: is it planned to use the newer KomHttpServer
packages in the near future for Seaside 3.0 so I can switch to
Pharo 1.2 early? Or is this planned when Pharo 1.2 is mature and
released. 

Thx
Torsten


--
GMX DSL Doppel-Flat ab 19,99 &euro;/mtl.! Jetzt auch mit
gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Seaside and KomHttpServer in Pharo 1.2

Dale Henrichs
In reply to this post by Torsten Bergmann
Hi Torsten,

I have started on the update process for the Seaside configs.

I got hung up for a day or two, since recent changes to Grease for
Pharo1.1 compat broke Seaside3.0 on Pharo1.0...

I will get back on the horse next week and finish up new revs for the
Seaside configs

Thanks for the gentle reminder:)

Dale

On 10/08/2010 02:38 AM, Torsten Bergmann wrote:

> Hi Dale,
>
> again I typically use my MetaSource application to
> see if one can bootstrap a full seaside app in Pharo using
> Metacello:
>
> --------------------------------------------------------------------------
> Gofer new
>     squeaksource: 'MetaSource';
>     package: 'ConfigurationOfMetaSource';
>     load.
>
> ((Smalltalk at: #ConfigurationOfMetaSource) project version: '1.4') load
> --------------------------------------------------------------------------
>
> Works well in "Pharo 1.1." but not in "PharoCore 1.2":
>
> In Pharo 1.2 some methods are deprecated and Seaside 3.0 still
> uses ConfigurationOfKomHttpServer 1.3 instead of the newer 1.5.
>
> So the question is: is it planned to use the newer KomHttpServer
> packages in the near future for Seaside 3.0 so I can switch to
> Pharo 1.2 early? Or is this planned when Pharo 1.2 is mature and
> released.
>
> Thx
> Torsten
>
>


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project