Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Adobe ColdFusion
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== ColdFusion and Java === The standard ColdFusion installation allows the deployment of ColdFusion as a [[WAR (Sun file format)|WAR file]] or [[EAR (file format)|EAR file]] for deployment to standalone application servers, such as [[Macromedia JRun]], and IBM [[WebSphere]]. ColdFusion can also be deployed to servlet containers such as [[Apache Tomcat]] and [[Jetty (web server)|Mortbay Jetty]], but because these platforms do not officially support ColdFusion, they leave many of its features inaccessible. As of ColdFusion 10 [[Macromedia JRun]] was replaced by [[Apache Tomcat]]. Because ColdFusion is a Java EE application, ColdFusion code can be mixed with Java classes to create a variety of applications and use existing Java libraries. ColdFusion has access to all underlying Java classes, supports JSP custom tag libraries, and can access JSP functions after retrieving the JSP page context (''GetPageContext()''). Prior to ColdFusion 7.0.1, ColdFusion components could only be used by Java or .NET by declaring them as web services. However, beginning in ColdFusion MX 7.0.1, ColdFusion components can now be used directly within Java classes using the CFCProxy class.<ref>{{cite web|url=http://www.forta.com/misc/cfcproxy.htm|title=Using the CFC Proxy|access-date=2005-12-25|archive-url=https://web.archive.org/web/20051226115144/http://www.forta.com/misc/cfcproxy.htm|archive-date=2005-12-26|url-status=dead}}</ref> Recently, there has been much interest in Java development using alternate languages such as [[Jython]], [[Groovy (programming language)|Groovy]] and [[JRuby]]. ColdFusion was one of the first scripting platforms to allow this style of Java development.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)