GWT Java混淆 [英] GWT Java Obfuscation

查看:129
本文介绍了GWT Java混淆的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发GWT API。我正试图找到一种方法来混淆我的Java代码(API)。但是,GWT只适用于源代码。但是我不希望我的算法从使用我的GWT API的开发人员不理解。有什么办法来混淆我的java代码。另一个是授权。有没有什么办法,为GWT开发客户端许可证。

解决方案

GWT编译器只适用于源代码,因为我们需要额外的信息在java文件中与类文件相比较。



所以如果你想为GWT开发一个API,你只能通过向客户发布开放代码来实现这一点。 / p>

I am developing GWT API. I am trying to find a way for obfuscation to my java code(API). But, GWT works only with source code. But I dont want my algorithms does not understand from developers who use my GWT API. Is there any way to obfuscate my java codes. Another isue is licencing. Is there any way, developing client licence for GWT.

解决方案

The GWT Compiler only works on source code because we need the extra on information that is inside java files compared to class files.

So if you want to develop an API for GWT you can only do this by shipping open code to your customers.

这篇关于GWT Java混淆的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆