Upayavira <uv <at> upaya.co.uk> writes: >
> > > > > I for one would appreciate hearing how you a XForms site would look. > Does Chiba fun client side, and Cocoon just do validation and data > storage? What would the typical architecture of a Chicoon site be? Currently Chicoon works pure server-side that is all actions will take place inside the Chicoon Action (or to be exact the ChibaBean inside): changes of the UI will be transformed from an internal XForms model into the representation the requesting client can render. Note that this is only the current state and not a basic architectural constraint; cause XForms is device-independent by nature we've choosen the dump (scriptless) browser to be our proof-of-concept implementation. As such the browser is interchangeable with any other device without noteable processing power. As XForms conformance is nearly reached we'll now focus on improving the user-experience by generating appropriate javascript to reduce round-trips and give more immediate feedback. The amount of generated code for a given device will decide on how much the server will have to do and how much the client can handle by itself. Joern > > Regards, Upayavira > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
