GXT 生产模式存在问题

发布于 2024-11-10 02:08:41 字数 272 浏览 4 评论 0原文

我在生产模式下遇到问题。在开发我的应用程序时,我正在使用开发模式,并且在测试时一切正常。当我编译应用程序以部署在服务器上时,某些功能不起作用。例如,我对某些组合框有问题,或者并非所有文本字段都将其状态保存到数据库,或者数据未填充到表中。似乎并非所有代码都是为生产模式编译的,我不知道为什么。服务器上的日志中没有任何错误。可能是交叉编译的问题。当然,当我切换回开发模式时,一切正常。

我将 ExtGWT(GXT) 与 Spring 一起使用。

有人遇到过类似的问题吗?

感谢您的帮助。

I have problems in production mode. While developing my application I am using development mode and while testing everything is working right. When I compile my application to deploy on server there are some features that does not work. For example I have problems with some ComboBox or not all textfields save it state to database, or data is not populated to tables. It seems like not all code was compiled for production mode and I do not know why.I do not have any errors in logs on server. Probably it is some problem with cross-compilation. Of course when I switch back to development mode, everything is working.

I am using ExtGWT(GXT) with Spring.

Any one had similar problem?

Thanks for help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ら栖息 2024-11-17 02:08:41

在某些场景中它会发生。特别是当您使用正则表达式时,它在托管模式下运行良好,而不是在编译模式下运行。

1)您是否调试过客户端服务层中传入的值?所有的值都出现了吗?

2)在测试编译后,您确定您的浏览器中下载了最新的javascript吗?有时由于浏览器缓存的原因,您可能有旧代码。

您能尝试找到数据丢失的具体位置吗?如果您确定问题是从 gxt 端发生的,那么您可以在 gxt 论坛 中发布您的疑问。

In some schenario's it happens. Especially when you work with regex it works well in hosted mode and not in compiled mode.

1) Have you debugged the values coming in the client side service layer? All the values are appearing?

2) After compilation while testing are you sure that you have latest javascript downloaded into your browser? Sometimes due to browser cache you may have old code.

Can you please try find the place where the data is exactly missing? If you are sure the problem is happening from gxt side then you can post your queries in gxt forum.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文