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

时间:2023-01-24 13:00:47

I have develeped a web application developed with extjs 4 for UI and servlet for backend logic. I have not purchased any license from ext js and using the open source license. Many say my source code can be seen. My question is whether the end user can see the UI codings developed by ext js or my servlet codings too?

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

1 个解决方案

#1


1  

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

我的问题是最终用户是否可以看到由ext js或我的servlet编码开发的UI编码?

Servlet code runs on the server side. Unless someone has the access to your server, it is not possible to sneak in to your server side.

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

ExtJs is basically javascript and works on client side, hence it may be possible to see the code by a user.

ExtJs基本上是javascript并且在客户端工作,因此可以由用户查看代码。

From the ExtJS FAQs

来自ExtJS常见问题解答

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.

Ext JS和Ext GWT有商业和开源版本。您可以在GNU通用公共许可证版本3(GPL v3)下免费下载和使用Ext JS和Ext GWT。但是,您必须遵守GPL v3许可证的条款。根据GPL v3许可证编写和分发的应用程序的关键术语要求您向用户发布源代码。

#1


1  

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

我的问题是最终用户是否可以看到由ext js或我的servlet编码开发的UI编码?

Servlet code runs on the server side. Unless someone has the access to your server, it is not possible to sneak in to your server side.

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

ExtJs is basically javascript and works on client side, hence it may be possible to see the code by a user.

ExtJs基本上是javascript并且在客户端工作,因此可以由用户查看代码。

From the ExtJS FAQs

来自ExtJS常见问题解答

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.

Ext JS和Ext GWT有商业和开源版本。您可以在GNU通用公共许可证版本3(GPL v3)下免费下载和使用Ext JS和Ext GWT。但是,您必须遵守GPL v3许可证的条款。根据GPL v3许可证编写和分发的应用程序的关键术语要求您向用户发布源代码。