I'm looking to implement a simple list with Drag n Drop to reorder the list. However, I may want to add more DnD features in my CMS in the future too.
I've come across 3 options in my searches
Since GWT has evolved over the years, and I've found lots of old articles covering the topic of implementing DnD, I was wondering what the current best way is of implementing DnD in GWT (2.5)
If you can use the 'native' support implemented in GWT i recommend stick with this.
Advantages:
Problems
I used gwt-dnd for a complex UI with lots of Floating windows/panels (similar to desktop environment). I recommend it if you are constrained by HTML5 features or browser support.
You can keep it simple by sticking to GWT 2.4 feature support if it clears your checklist for now.
1) It will definitely be faster than any other third party stuff.
2) You can always easily update to latest GWT if you come across a bug rather than wait on the third party update.
3) If you really need some additonal feature then you can try out other two options. They are well maintained and have evolved along with GWT. You just need to ensure that performance profiling is done to cover your use cases.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With