java - 如果我没有购买 ext js 4 许可证或者还没有购买 servlet 逻辑代码,最终用户是否可以看到我的 UI 代码?

标签 java servlets extjs netbeans

我开发了一个 Web 应用程序,使用 extjs 4 开发 UI,使用 servlet 开发后端逻辑。我没有从 ext js 购买任何许可证并使用开源许可证。很多人说我的源代码可以看。我的问题是最终用户是否也可以看到 ext js 开发的 UI 编码或我的 servlet 编码?

最佳答案

My question is whether the end user can see the UI codings developed by ext js or my servlet codings too?

Servlet 代码在服务器端运行。除非有人可以访问您的服务器,否则不可能潜入您的服务器端。

ExtJs 基本上是 JavaScript,在客户端工作,因此用户可能会看到代码。

来自ExtJS FAQs

Ext JS and Ext GWT have commercial and open source versions. You may download and use Ext JS and Ext GWT free of charge under the GNU General Public License version 3 (GPL v3). However, you must comply with the terms of the GPL v3 license. Key terms for applications written and distributed under the GPL v3 license require that you release your source code to your users.

关于java - 如果我没有购买 ext js 4 许可证或者还没有购买 servlet 逻辑代码,最终用户是否可以看到我的 UI 代码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18179905/

相关文章:

java - 迭代器不返回元素对象或不转换为其相应的对象?

java - CSV 中的 LinkedHashMap 未获取所有条目

java - 错误 java.lang.AssertionError : expected: null<null> but was: java. lang.String<null> 是什么意思?

java - 无法通过 war 文件部署在 tomcat 共享服务器上上传文件。

javascript - 模态窗口背景无法正确调整大小

java - Spring SimpleJdbcTemplate : java. lang.OutOfMemoryError:超出GC开销限制

javascript - 动态改变tr背景颜色

extjs - Extjs 4.0.7,编辑器网格-如何获取更新的单元格值?

javascript - 需要绕过 ExtJS 的异步特性

java - 如何使用 Servlet 将下面给出的 URL 转换为查询参数