What's the best way to have a GWT Presenter wi

2019-09-03 16:20发布

问题:

I'm using GWT but 1 of my Ui programmers only knows javaScript but is learning Java right now. So what is the best way to have a javaScript view. I tried to use GWT exporter but I had this problem with it. I've heard that using GWT as glue code and doing the Ui in javaScript is common but I don't see any examples. I'd like to know the best practices for this.