|
C and Java are great low-level programming languages, and are ideally suited for heavy-lifting and back-end processing. But you'd never want to generate HTML output or interact with form submissions using those languages. It would be way too much work and with no real value or upside. Rather, you should use a combination of ColdFusion with those languages and tier your development. Let ColdFusion handle the presentation layer and all web integration, and use your C or Java code for the back-end. It's the ideal solution.
|