I was not a big fan of breaking it up. jQuery UI is not that large and if you use different parts on different pages one download seems better.
On Thu, Oct 3, 2013 at 5:47 AM, Dmitry Gusev <dmitry.gu...@gmail.com> wrote: > Before Tapestry 5.4 I used tapestry-jquery as jQuery UI provider (I don't > use T5.4 yet in any of my projects). > > There is a @ImportJQueryUI annotation you can use to import jQuery UI parts > you need: > > @ImportJQueryUI(value = { "jquery.ui.tabs" }) > > Not sure how it will work in Tapestry 5.4 and what are the plans for > tapestry-jquery and T5.4, but it sounds reasonable to me that if you're > implementing jQuery integration for tapestry5, then you will add > tapestry-jquery as a dependency to your integration and use this annotation > (or any other approach that will be picked in tapestry-jquery for T5.4). > > This way you will contribute to this wonderful library and that will > support its future development. > > > On Thu, Oct 3, 2013 at 6:14 AM, Barry Books <trs...@gmail.com> wrote: > > > When I created the datapicker I also needed the JQuery UI library but it > > does not appear to be an option in the Tapestry Core. I think many jquery > > components may need this and without it in the core many modules will > each > > end up with their own version. Is there any reason this is not included? > > > > > > -- > Dmitry Gusev > > AnjLab Team > http://anjlab.com >