On Fri, Oct 26, 2012 at 4:28 PM, Geoff Callender <[email protected]> wrote:
> I'm a bit lost in all of this. I thought an aim of 5.4 was to make it easy to > use widgets from other JavaScript libraries, eg. the huge range of widgets in > Ext JS, or any other library that gains traction? Is that still the case? > That's the question Geoff, which I think a lot of people don't actually understand. The whole point here, in the tapestry javascript SPI, is to facilitate the ability to plug new components build on your favorite javascript library. There's no way to "abstract" a component behavior to let it be functional with all javascript libraries, in that case you should (must) write your own javascript component with your preferred javascript library, the SPI "abstraction" is there to facilitate the communication with the tapestry5 framework. Cheers -- Massimo http://meridio.blogspot.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
