Re: JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-24 Thread Manfred Geiler
zip it and send it to my address, I'd like to take a look over the weeknd! Do we have a place where we could store this, so that everybody interested can download it? I do not remember how we did it with the ADF donation. Manfred

Re: JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-24 Thread Zubin Wadia
Ole, Good stuff. Let me know if you need a hosting location, we can get that sorted for you and get it out to the community en masse! Zubin. On 11/24/06, Manfred Geiler [EMAIL PROTECTED] wrote: zip it and send it to my address, I'd like to take a look over the weeknd! Do we have a place

Re: JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-24 Thread Matthias Wessendorf
when he sent me, I'll put it to my apache account. so everybody has a chance to look at'! On 11/24/06, Manfred Geiler [EMAIL PROTECTED] wrote: zip it and send it to my address, I'd like to take a look over the weeknd! Do we have a place where we could store this, so that everybody interested

Re: JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-24 Thread Matthias Wessendorf
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

Re: JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-24 Thread Werner Punz
Manfred Geiler schrieb: 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

Re: JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-24 Thread Matthias Wessendorf
Woha interesting stuff, I just have a minor issue with using yet another view handler. Let me look at the stuff first before giving a clear comment on it. that viewhandler is a js file, from what I see to have a proper mapping of client components to server side components -M Cheers

Re: JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-24 Thread Martin Marinschek
Interesting! Let's have a look. regards, Martin On 11/24/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: Woha interesting stuff, I just have a minor issue with using yet another view handler. Let me look at the stuff first before giving a clear comment on it. that viewhandler is a

Re: JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-24 Thread Matthias Wessendorf
[EMAIL PROTECTED] On 11/24/06, Ole Ersoy [EMAIL PROTECTED] wrote: Matthias, I just sent it. First attempt got rejected as Spam, so I just gave it another shot. I rebuilt the dojo button widget example using the Dojo.presentation (That's what I called it, but we can rename it...) So now it

Re: JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-24 Thread Ole Ersoy
OK - Just sent it. --- Matthias Wessendorf [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] On 11/24/06, Ole Ersoy [EMAIL PROTECTED] wrote: Matthias, I just sent it. First attempt got rejected as Spam, so I just gave it another shot. I rebuilt the dojo button widget example using

Re: JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-24 Thread Matthias Wessendorf
worked (I upload in 1h) thx On 11/24/06, Ole Ersoy [EMAIL PROTECTED] wrote: OK - Just sent it. --- Matthias Wessendorf [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] On 11/24/06, Ole Ersoy [EMAIL PROTECTED] wrote: Matthias, I just sent it. First attempt got rejected as Spam, so I

Re: JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-24 Thread Ole Ersoy
Manfred, Sure - I think that should be easy to do. In addition I suspect that the Implementation could just check whether Javascript is enabled, and serve the Javascript components if it is (With Perhaps some Javascript version support checking). I've tried to mirror the JSF Spec as much as

Re: JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-24 Thread Ole Ersoy
Cool - Thanks --- Matthias Wessendorf [EMAIL PROTECTED] wrote: worked (I upload in 1h) thx On 11/24/06, Ole Ersoy [EMAIL PROTECTED] wrote: OK - Just sent it. --- Matthias Wessendorf [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] On 11/24/06, Ole Ersoy [EMAIL

Re: JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-24 Thread Matthias Wessendorf
I won't commit it now. First everybody should look at it ;) -M On 11/24/06, Ole Ersoy [EMAIL PROTECTED] wrote: Cool - Thanks --- Matthias Wessendorf [EMAIL PROTECTED] wrote: worked (I upload in 1h) thx On 11/24/06, Ole Ersoy [EMAIL PROTECTED] wrote: OK - Just sent it. ---

Re: JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-24 Thread Matthias Wessendorf
It is up http://people.apache.org/~matzew/dojo.presentation.zip thx ole On 11/24/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: I won't commit it now. First everybody should look at it ;) -M On 11/24/06, Ole Ersoy [EMAIL PROTECTED] wrote: Cool - Thanks --- Matthias Wessendorf [EMAIL

Re: JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-24 Thread Ole Ersoy
Good thinking :-) --- Matthias Wessendorf [EMAIL PROTECTED] wrote: I won't commit it now. First everybody should look at it ;) -M On 11/24/06, Ole Ersoy [EMAIL PROTECTED] wrote: Cool - Thanks --- Matthias Wessendorf [EMAIL PROTECTED] wrote: worked (I upload in 1h)

Re: JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-24 Thread Ole Ersoy
Cool - Hope it's helpful :-) Thanks, - Ole --- Matthias Wessendorf [EMAIL PROTECTED] wrote: It is up http://people.apache.org/~matzew/dojo.presentation.zip thx ole On 11/24/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: I won't commit it now. First everybody should look at it

Re: JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-24 Thread Ole Ersoy
Yes - Precisely - So compiling client side custom tags into JS components that live in the client JS Container... So the server side component renderer just needs to emit one of these tags, and the rest is handled on the client. --- Matthias Wessendorf [EMAIL PROTECTED] wrote: Woha

JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-23 Thread Ole Ersoy
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.

Re: JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-23 Thread Matthias Wessendorf
sounds interesting, I like having a client side API. When you look at Trinidad for instance we already have Converters and Validators for instance. TrDateTimeConverter.prototype.getAsString(..) TrDateTimeRangeValidator.prototype.validate(..) We don't have *client side components* in Trinidad.

Re: JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-23 Thread Manfred Geiler
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