Can ColdFusion CFC be instantiated from Java?

I know that a Java class can be instantiated from ColdFusion, but can ColdFusion CFC be instantiated from Java code?

For example (in Java):

ColdFusionCFC obj = new ColdFusionCFC("filename.cfc");

I wonder if it is possible to gradually convert from the existing ColdFusion code base to other JVM based languages without rewriting everything immediately

Solution

Calling ColdFusion CFCs from Java is a function of ColdFusion 10 If you do not use CF10, you can call CFC with remote function as HTTP web service

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>