I'm a first timer with the Wicket framework and trying it out for an internal project in my company. We have our own CSS files for themes and a JavaScript library built on Dojo for constructing widgets.
I have two questions about including these external resources:
Where should these resource folders be located? Do they go directly under the application, or should they be placed in the Java package folder along with the HTML files?
Will the standard way of linking CSS and JS in the
<head>section work?
My project uses Wicket 1.5.
<wicket:head>or you can implementIHeaderContributorand add them in the Java. – jbrookover Oct 15 '11 at 9:39