You can start with a fresh Tapestry 5.4 (beta) project which has JQuery built in.

You will probably want to exclude the PrototypeJs/Scriptaculous support and only use jquery:

@Contribute(SymbolProvider.class) @ApplicationDefaults
public static void setupEnvironment(MappedConfiguration<String, Object> configuration) { configuration.add(SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER, "jquery");
}

On 25/11/2014 10:11 AM, Ivano Luberti wrote:
Hi guys, in the past days I have posted a question about an issue with
tapestry5 jquery.
I have got no answer both on this list and (more worrying) on
tapestry5jquery moderated google group (freezed at september 29 btw)

So my question is: having to start today a small web application in
tapestry5 with some jquery, does it worth to engage with tapestry5jquery
or better integrating jquery scripts on my own ?

Any tapestry5jquery user on this list?



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to