ColdFusion - IPR(知识产权)预编译的替代方案 [英] ColdFusion - Alternatives to PreCompilation for IPR (Intellectual Property Rights)

查看:24
本文介绍了ColdFusion - IPR(知识产权)预编译的替代方案的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们的安全政策不允许我们向客户公开我们的源代码.

Our security policy does not allow us to expose our source code to clients.

通常,在 ColdFusion 世界中,通过 cfcompile.sh 运行代码来执行无源分发

Typically, in the ColdFusion world a sourceless distribution is carried out by running the code through cfcompile.sh

不幸的是,根据我的经验,预编译的代码不能跨不同的操作系统移植.我现在正在寻找混淆实际源代码的替代方法.

Unfortunately, code that is precompiled is in my experience not portable across different Operating Systems. I am now looking into alternatives to obfuscate the actual source code.

除了 ColdFusion 世界中的预编译选项之外,您还看到其他选项吗?

Do you see any other option besides the precompilation option in the ColdFusion world?

推荐答案

您可能想查看 cfcompile 实用程序:

you might want to check out the cfcompile utility:

http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=deploying_5.html

其中两个特点是:

预编译 ColdFusion 页面:将应用程序的 CFM 页面预编译为 Java 类文件.在运行时,ColdFusion 不必编译 CFM 页面.

Precompiling ColdFusion pages: Precompile your application's CFM pages into Java class files. At runtime, ColdFusion does not have to compile CFM pages.

无源分发:将 CFM 页面创建为 Java 字节码.您可以部署这些 CFM 页面而不是 CFML 源代码.

Sourceless distribution: Create CFM pages as Java bytecode. You can deploy these CFM pages instead of CFML source code.

这篇关于ColdFusion - IPR(知识产权)预编译的替代方案的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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