You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uklance edited this page Jun 22, 2012
·
3 revisions
Why does tapestry-cometd have a dependency on tapestry5-jquery?
Whilst we would have loved to deliver a library that did not have a jquery dependency, unfortunately CometD requires either dojo or jquery. Most of the CometD javascript is considered "core" but there are some functions that are not implemented in core and are only implemented in both the jquery and dojo implementations.
There is an issue here to remove the jquery dependency.