Which GWT EventBus should I use?

后端 未结 4 1665
时光取名叫无心
时光取名叫无心 2021-02-18 16:43

In the gwt-user.jar there are 2 EventBus interfaces and SimpleEventBus implmentations.

com.google.gwt.event.shared.EventBus and com.google.web.bindery

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-18 17:17

    To make the choice even more complex. I am using guava in my GWT application and the google guys have added yet another EventBus in there (even less feature complete).

    Maybe those guys need to sit together and define ONE implementation to rule them all ?

    Obviously I would like to avoid all dependencies on GWT for code that is not strictly used in GWT code, so the Guava one looked interesting to me.

提交回复
热议问题