|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Dojo 1.1 integration available from wicketstuffHi 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/ |
|
|
Re: Dojo 1.1 integration available from wicketstuffThere's now a little bit of documentation online: http://wicketstuff.org/confluence/display/STUFFWIKI/wicketstuff-dojo-1.1
Cheers, Stefan
|
|
|
Re: Dojo 1.1 integration available from wicketstuffStefan Fußenegger wrote:
> There's now a little bit of documentation online: > http://wicketstuff.org/confluence/display/STUFFWIKI/wicketstuff-dojo-1.1 > > Cheers, Stefan > Hi, First of all, good job. Is there any plan to support the dojo context menu ? :-) We are using it but we've got several warnings with some deprecation calls on the html document in development that are quite annoying. Also if i have different context menu in the same page and if these context menu has submenus, the submenus are sharing the same instance of the content component. Example: If i have menuA and menuB in two tables, tableA and tableB. If i right click on menuA or menuB in the java code i see that the referenced component is always on tableB. This only happens in the voices of the menu that are in a submenu. Thanks for any help, Emanuele --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Dojo 1.1 integration available from wicketstuffHi Emanuele,
I don't plan to support additional components myself - especially not problems that seem to be caused by Dojo only. wicketstuff-dojo-1.1 is mainly meant to ease the integration of Dojo into Wicket (i.e. to provide the infrastructure like custom builds, packaging as jar files, configuration of Dojo as part of a Wicket application, mounting resources and the like). In the future, there might be more and more components available out of the box. However, at the moment I don't have plans - or time - to add more components than those already included (animations, toaster widget, drag and drop and cometd support) If you've built a Wicket component based on wicketstuff-dojo-1.1, you're welcome to contribute your code. If you want to contribute but don't know how, I'd be happy to get you started. Merry Christmas, Stefan
|
| Free embeddable forum powered by Nabble | Forum Help |