在GWT中哪里存储配置参数?

编程入门 行业动态 更新时间:2024-10-26 12:30:58
本文介绍了在GWT中哪里存储配置参数?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我可以在哪里在客户端存储配置参数?我无法将参数存储在Servlet初始化参数(web.xml)中(因为我必须使用PHP)。那么如何在客户端上存储初始化应用程序参数(例如PHP脚本位置,一些密码等)?

Where I can store configuration parameters in client side? I haven't possibility to store parameters in Servlet init parameters(web.xml) (because I must use PHP). So how I can store init application parameters (for example PHP script location, some passwords etc.) on client side?

推荐答案

到为此,您有以下选择:

To do this you have a following options:

  • 将数据存储在客户端代码中。 GWT会编译为javascript,最简单的方法是使用硬编码值创建 Configuration 类。
  • 将数据存储在浏览器。您可以使用Cookie或HTML5 本地存储
  • 存储
  • Store data in client side code. GWT compiles down to the javascript and the simplest way to do this is to create a Configuration class with hardcoded values.
  • Store data in a browser. You can use cookies or HTML5 local storage
  • Store data on a server side and retrieve them using remote RPC.
  • 我建议您选择第三个选项。

    I would recommend you go with third option.

    更多推荐

    在GWT中哪里存储配置参数?

    本文发布于:2023-10-19 14:33:40,感谢您对本站的认可!
    本文链接:https://www.elefans.com/category/jswz/34/1507811.html
    版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
    本文标签:参数   GWT

    发布评论

    评论列表 (有 0 条评论)
    草根站长

    >www.elefans.com

    编程频道|电子爱好者 - 技术资讯及电子产品介绍!