mvp4g

GWT and SSL not working?

纵然是瞬间 提交于 2019-12-24 03:29:30
问题 I have a GWT app, I'm using the MVP4G framework. I'm able to pull up my app just fine if I use HTTP. However, when I try to open it using HTTPS it does not work. My entire site works fine with the SSL certificate I have. Is there a particular configuration that I need to enable when I compile GWT? Or is there something I need to do in my apache configuration? Any help would be greatly appreciated, thank you. 回答1: SSL should not affect your application, because SSL runs on an other Layer. To

GWT exporter cast exception from GWT.create; Tried to use mvp4g with GWT-Exporter but GWT.create didn't work

泄露秘密 提交于 2019-12-12 06:58:38
问题 I tried to use GWT-Exporter and it worked just fine when I copied the example. Then I tried to export an mvp4g Presenter Here's what I did: @Export() @Presenter(view = RegisterPluginDisplay.class) public class RegisterPluginPresenterImpl extends BasePresenter<RegisterPluginView, MyBus implements RootPresenter { ... } public interface RegisterPluginPresenter extends Exportable { ... } //then in the start event I said: ExporterUtil.exportAll(); It gave me this error: Uncaught java.lang