[T5] proposal for a java api for adding javascript = tapestry-javascript

2007-05-31 Thread Kristian Marinkovic
hi all, wouldn't it be nice to have a java api in tapestry that could be used to add certain javascript functionality to a page? preferable independent from a javascript library? like: jsApi.addEventListener(Page page, Component comp, String eventType); or: jsApi.addAsynchronousLink(Page

Re: [T5] proposal for a java api for adding javascript = tapestry-javascript

2007-05-31 Thread Joshua Jackson
Hi Kris I agree with you. I think it will be great to have this component to replace dependency to a specific javascript framework like dojo or scriptalous. On 5/31/07, Kristian Marinkovic [EMAIL PROTECTED] wrote: hi all, wouldn't it be nice to have a java api in tapestry that could be used

Re: [T5] proposal for a java api for adding javascript = tapestry-javascript

2007-05-31 Thread Howard Lewis Ship
This is a fine idea, but may be deferred a bit until we get some more experience with what it means to be cross-library compatible. On 5/31/07, Joshua Jackson [EMAIL PROTECTED] wrote: Hi Kris I agree with you. I think it will be great to have this component to replace dependency to a specific