Skip to main content
Participating Frequently
February 3, 2010
Question

Coldfusion with Scala?

  • February 3, 2010
  • 1 reply
  • 1504 views

Hey guys, I was trying to use Scala in place of Java with my ColdFusion app.Since Scala converts down to java byte code and runs on the JVM, I thought it would be able to be dropped in there like a java class. It actually becomes a java class. I called the class using the createObject("java", "HelloWorld") function but it doesn't work.

Has anyone else tried to do this or heard of anyone accomplishing this before?

Thanks,

Chris

    This topic has been closed for replies.

    1 reply

    Inspiring
    February 3, 2010

    Can you elaborate what you mean by "doesn't work"?  Does it error?  What's the error?

    --

    Adam

    tryston00Author
    Participating Frequently
    February 4, 2010

    Yes it errors. But before we go through the task of troubleshooting, my question was is it even possible and has anyone even heard of anyone doing this before?

    Thanks again!

    Known Participant
    January 2, 2012

    @tryston00

    Did you have any success in joining CF & Scala? It would be really nice to here from you.