On 11/24/06, Manfred Geiler <[EMAIL PROTECTED]> wrote:
Sounds interesting.
Do you think it's possible to integrate your components so deeply into
the MyFaces framework, that a simple "clientside=true" for a single
standard component or a "all_clientside=true" in the web.xml brings
your components into the game?
That would be awesome.

Dojo/Ajax/Web2.0 gurus, what do you think?

I think the "all_clientside=true" is somewhat dangerous, because when
really every component in the page (outputText, outputLabel) requires
a peer, it would slow down the page, since tons of javascript are
needed on the client.

a flag like attribute, name it clienSide or clientComponent would be better.

and still I think there are some components which will always require
a client side component; that can be handled by the renderer, for
instance.

-M
Manfred



On 11/24/06, Ole Ersoy <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've created a framework for working
> with Javascript on the client side that uses
> components similar to those used in JSF.
>
> Initially I was just trying to fix a bug in Dojo, but
> then I ended up writing a new client side view
> handler, etc.
>
> My original motivation can be found here.
>
> http://trac.dojotoolkit.org/ticket/1378
>
> I would like to donate it to myfaces if there is
> interest?
>
> When I did the rewrite I wanted to Dojo Widgets to
> support converters, validators, listeners like JSF
> does so I built this into the ViewHandler...
>
> Anyways if anyone on the myfaces team wants a look,
> I'll be happy to zip it up and mail it.
>
> Cheers,
> - Ole
>
>
>
>
>
>
> 
____________________________________________________________________________________
> Cheap talk?
> Check out Yahoo! Messenger's low PC-to-Phone call rates.
> http://voice.yahoo.com
>



--
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Reply via email to