Hi folks, I just shared a new project called wicketstuff-dojo-1.1 [1], an integration of the Dojo JavaScript toolkit [2] into Wicket. This project is based on wicketstuff-dojo [3] and wicketstuff-push [4] (both based on dojo 0.4). However, not all of the components from wicketstuff-dojo have been ported to the new dojo version (but feel free to do so).
Currently, there is no documentation available. I'll add some info to the wicketstuff wiki next week. In the meantime, (really) early adopters can check it out for review. To build the project, check it out and run `mvn clean install`. To build a custom dojo distribution, place your <profile>.profile.js (e.g. foobar.profile.js) in buildDojo/custom-profile/ and run `mvn -Ddojo.profile=<profile> clean install`. In your project pom, add <dependency> <groupId>org.wicketstuff</groupId> <artifactId>wicketstuff-dojo-1.1</artifactId> <version>1.3.5-standard-SNAPSHOT</version> </dependency> or, for the custom profile <dependency> <groupId>org.wicketstuff</groupId> <artifactId>wicketstuff-dojo-1.1</artifactId> <version>1.3.5-<profile>-SNAPSHOT</version> </dependency> (Not sure if this versioning strategy is the best choice, but it makes it quite easy to use different custom profiles for different projects) Looking forward to your feedback! Regards, Stefan [1] https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-dojo-1.1/ [2] http://dojotoolkit.org/ [3] http://wicketstuff.org/confluence/display/STUFFWIKI/WicketStuff+Dojo [4] https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-push/ ----- ------- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/Dojo-1.1-integration-available-from-wicketstuff-tp20625220p20625220.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
