- Iliad has REST-like URLS that look clean and can be shared, Seaside seems not to. Is this possible with Seaside?
It is possible to have rest-like URLs sharable, but when using the
application you will still have the hash of the session and callback
key in the URL (It seems not clean but it's sharable).
Example:
https://mdl.ferlicot.fr/mdl/Components/BadgesTo do that you can, yourself, write part of your urls depending on the
state of your Seaside application. Then, when a user get an URL, you
can customize the state of your application from the user request
containing the URL with the sub paths and the fields.
We talked with Johan not long ago about clean URLs. It's possible to
have them by storing the fields in cookies, but it mean that you can
only have one session by browser.
- directly writing javascript. I suppose there is a WAComponent that can emit raw JS?
It is possible to ship the application with javascript files or to
directly inject javascript in the application.
- what is the status of Websocket / Comet in Seaside?
I am using sucessfuly Zinc's Websockets in Seaside.
It is used in this Seaside project: https://demos.ferlicot.fr/TelescopeDemo
I don't know for Comet.
Is there anything else I should consider?
thanks,
Siemen
--
Cyril Ferlicot
https://ferlicot.fr