1) What are the proper ways to construct a pier model:
MyPierModel
Normally you just do that from the web, not from a workspace. There
are only very few things (probably none of which you care at the
beginning) that are not accessible from the web browser.
2) In the Morphic world menu there is an entry
'Pier Browser' which opens an
OmniBrowser variant to browse and edit Pier models. When I open it it shows
a model called 'Pier' which is the model of the pier application under
http://localhost:8080/seaside/pier
What do I need to do if I want to browse the above mentioned model
MyPierModel?
The morphic 'Pier Browser' shows all the registered kernels from
PRKernel instances
See the protocol on the class side of PRKernel on how to manage these.
And a question related to this: How can I replace the
'Pier' model under
http://localhost:8080/seaside/pier with MyPierModel?
Thank you for the answers in advance.
The Seaside Configuration interface has a drop-down box that lists all
the registered kernels.
Moreover you can assign any kernel to a Seaside entry point by
evaluating something like:
PRPierFrame registerAsApplication: 'foo' kernel: MyPierModel
Cheers,
Lukas
--
Lukas Renggli
http://www.lukas-renggli.ch