GWT 2.1 Editors framework

前端 未结 3 1779
广开言路
广开言路 2020-12-30 08:18

I\'m looking for some documentation or examples on how to use the GWT 2.1 Editor framework. Google\'s documentation is uh, somewhat lacking.

From the limited docume

相关标签:
3条回答
  • 2020-12-30 08:43

    Here is another example using Editor Framework with Request Factory hope it helps too. https://github.com/mgenov/injecting-request-factory

    0 讨论(0)
  • 2020-12-30 08:52

    I've been in the same place for a while, trying to figure out how Editors hook up with the RequestFactory stuff. The DynaTableRF sample in the GWT 2.1.1 release is what finally started making things come together - it's complex, but I think you need a complex app to start seeing the benefits. The code in each step is wonderfully simple - but there are a lot of steps!

    0 讨论(0)
  • 2020-12-30 09:04

    A little while ago, when I was in the same situation (not only did the snippets from the Google documentation not work, but they also left out the most basic glue code to make them work), I attempted to write the most basic Editors example project for myself. I learned the editor basics from the DynaTableRf example (which is way too complex to get started with Editors IMO), and put something together.

    Let me warn you: It's simple, but it's raw and unpolished, it's just a proof of concept. It's just a zip of my Eclipse project: http://www.mediafire.com/file/nwsohz7ov3cx173/playGwtEditors-02.zip (note: This is the old version for GWT 2.1)

    Update

    I just updated the project to use GWT 2.3. The old GWT 2.1 bug which I had mentioned in my project is gone now. Here's the new version: http://www.mediafire.com/file/u1yffwuxi441dip/playGwtEditors-03.zip

    0 讨论(0)
提交回复
热议问题