[Seaside] Multiple entry point best practices

Ramon Leon ramon.leon at allresnet.com
Mon Sep 18 21:27:24 UTC 2006


> I'm building an application that will have different entry 
> points.  It will be structured like this:
> 
> main (MYMainComponent)
> -users (MYUserComponent)
> -photos (MYPhotoComponent)
> -places (MYPlaceComponent)
> 
> This will allow users to bookmark, say, a photo with a url 
> like '/seaside/myapp/photos/243'.
> 
> I need all four to share the same application header, footer, 
> and session so that it's one continuous application.

Host your app in Pier, it has bookmarkable urls. 



More information about the Seaside mailing list