Dojo is included as part of the Spring JavaScript JAR file, thanks to this POM entry:
Code:
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.js</artifactId>
<version>2.0.8.RELEASE</version>
</dependency>
Crack open that JAR file; you'll find the Dojo stuff in META-INF/dojo and META-INF/dijit.
In case you weren't aware, Roo apps can access JavaScript files and other resources located in JAR files thanks to the presence of an org.springframework.js.resource.ResourceServlet in your web.xml file.
Is that what you were asking?
P.S. I'd like to know how to make tables sortable too, so please do post back here once you find out.
Andrew Swan
"Now is the EJB of our discontent made glorious Spring"