KernelImage and Seaside

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

KernelImage and Seaside

Pavel Krivanek-2
Hi all,

Seaside 2.8 includes some refactorings that enables to load it into
the KernelImage without next modifications. Only very small
compatibility package is necessary to load
(SeasideCompatibilityLayer).

Of course some things like WABrowser are not working but I hope that
it may be used as the base for future production images.

Here's a image with preloaded Seaside and Scriptaculous (admin/seaside):
http://comtalk.net/public/pub/KernelImage/KenelImage-Seaside.20070225.zip

The new version of the KernelImage with MinimalMorphic that fixes some
errors is available too.

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

Re: KernelImage and Seaside

Martial Boniou
Excellent work!

You just have to run WAKom and it's alive. It's exactly those kinds of
images all seasiders need for server deployment.
Have you docs about the fileIn with your KernelImage ?
I guess a simple ReferenceStream should work at least.
I will play a bit with it tomorrow!

--
Martial

Pavel Krivanek a écrit :
| Hi all,
|
| Seaside 2.8 includes some refactorings that enables to load it into
| the KernelImage without next modifications. Only very small
| compatibility package is necessary to load
| (SeasideCompatibilityLayer).
|
| Of course some things like WABrowser are not working but I hope that
| it may be used as the base for future production images.
|
| Here's a image with preloaded Seaside and Scriptaculous (admin/seaside):
| http://comtalk.net/public/pub/KernelImage/KenelImage-Seaside.20070225.zip
|
| The new version of the KernelImage with MinimalMorphic that fixes some
| errors is available too.
|
| Cheers,
| -- Pavel
| _______________________________________________
| Seaside mailing list
| [hidden email]
| http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

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

Re: KernelImage and Seaside

Philippe Marschall
In reply to this post by Pavel Krivanek-2
2007/2/25, Pavel Krivanek <[hidden email]>:

> Hi all,
>
> Seaside 2.8 includes some refactorings that enables to load it into
> the KernelImage without next modifications. Only very small
> compatibility package is necessary to load
> (SeasideCompatibilityLayer).
>
> Of course some things like WABrowser are not working but I hope that
> it may be used as the base for future production images.
>
> Here's a image with preloaded Seaside and Scriptaculous (admin/seaside):
> http://comtalk.net/public/pub/KernelImage/KenelImage-Seaside.20070225.zip

Some notes on this image, it uses Scriptaculous-pmm.172 which doesn't
display the styles in the Scriptaculous demo application. You need to
load Scriptaculous-pmm.173 for that.

One simple way to do this is add a WAVersionUplader component and load
the version from:
http://www.squeaksource.com/Seaside/Scriptaculous-pmm.173.mcz

The username and password for the config application are admin and
seaside, you might want to change that.

Cheers
Philippe

> The new version of the KernelImage with MinimalMorphic that fixes some
> errors is available too.
>
> Cheers,
> -- Pavel
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: KernelImage and Seaside

Pavel Krivanek-2
In reply to this post by Martial Boniou
The documentation for this project is here:
http://www.comtalk.net/Squeak/98. Web-based version loader in Seaside
is working and I was able to load for example ShoreComponents directly
from url... btw. the loader shows that there are some old package
artefacts. I'm working on fix.

The processing of command line parameters is not working now - that is
problem for example for seasidehosting.st.

ImageSegments should work. Please play with it and try to load next
packages (Magritte, Pier, Magma...).

Cheers,
-- Pavel

On 2/25/07, Martial Boniou <[hidden email]> wrote:

> Excellent work!
>
> You just have to run WAKom and it's alive. It's exactly those kinds of
> images all seasiders need for server deployment.
> Have you docs about the fileIn with your KernelImage ?
> I guess a simple ReferenceStream should work at least.
> I will play a bit with it tomorrow!
>
> --
> Martial
>
> Pavel Krivanek a écrit :
> | Hi all,
> |
> | Seaside 2.8 includes some refactorings that enables to load it into
> | the KernelImage without next modifications. Only very small
> | compatibility package is necessary to load
> | (SeasideCompatibilityLayer).
> |
> | Of course some things like WABrowser are not working but I hope that
> | it may be used as the base for future production images.
> |
> | Here's a image with preloaded Seaside and Scriptaculous (admin/seaside):
> | http://comtalk.net/public/pub/KernelImage/KenelImage-Seaside.20070225.zip
> |
> | The new version of the KernelImage with MinimalMorphic that fixes some
> | errors is available too.
> |
> | Cheers,
> | -- Pavel
> | _______________________________________________
> | Seaside mailing list
> | [hidden email]
> | http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: KernelImage and Seaside

Avi Bryant-2
On 2/25/07, Pavel Krivanek <[hidden email]> wrote:
> The documentation for this project is here:
> http://www.comtalk.net/Squeak/98. Web-based version loader in Seaside
> is working and I was able to load for example ShoreComponents directly
> from url... btw. the loader shows that there are some old package
> artefacts. I'm working on fix.

> The processing of command line parameters is not working now - that is
> problem for example for seasidehosting.st.
>
> ImageSegments should work. Please play with it and try to load next
> packages (Magritte, Pier, Magma...).

Awesome.

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

Re: KernelImage and Seaside

Pavel Krivanek-2
On 2/25/07, Avi Bryant <[hidden email]> wrote:

> On 2/25/07, Pavel Krivanek <[hidden email]> wrote:
> > The documentation for this project is here:
> > http://www.comtalk.net/Squeak/98. Web-based version loader in Seaside
> > is working and I was able to load for example ShoreComponents directly
> > from url... btw. the loader shows that there are some old package
> > artefacts. I'm working on fix.
>
> > The processing of command line parameters is not working now - that is
> > problem for example for seasidehosting.st.
> >
> > ImageSegments should work. Please play with it and try to load next
> > packages (Magritte, Pier, Magma...).
>
> Awesome.
>
> Avi

I have uploaded updated version with some little fixes:
http://comtalk.net/public/pub/KernelImage/KernelImage-Seaside.20070225.zip

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

Re: KernelImage and Seaside

Pavel Krivanek-2
On 2/25/07, Pavel Krivanek <[hidden email]> wrote:

> On 2/25/07, Avi Bryant <[hidden email]> wrote:
> > On 2/25/07, Pavel Krivanek <[hidden email]> wrote:
> > > The documentation for this project is here:
> > > http://www.comtalk.net/Squeak/98. Web-based version loader in Seaside
> > > is working and I was able to load for example ShoreComponents directly
> > > from url... btw. the loader shows that there are some old package
> > > artefacts. I'm working on fix.
> >
> > > The processing of command line parameters is not working now - that is
> > > problem for example for seasidehosting.st.
> > >
> > > ImageSegments should work. Please play with it and try to load next
> > > packages (Magritte, Pier, Magma...).
> >
> > Awesome.
> >
> > Avi
>
> I have uploaded updated version with some little fixes:
> http://comtalk.net/public/pub/KernelImage/KernelImage-Seaside.20070225.zip
>

And here's (very ugly and unclean) package with Browser, WABrowser can work:
http://comtalk.net/public/pub/KernelImage/Browser.st
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside