<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Simon Whatley &#187; Scripting Engines</title>
	<atom:link href="http://www.simonwhatley.co.uk/tag/scripting-engines/feed" rel="self" type="application/rss+xml" />
	<link>http://www.simonwhatley.co.uk</link>
	<description>The opposite of every great idea is another great idea</description>
	<lastBuildDate>Wed, 02 Nov 2011 09:28:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ColdFusion (CFML) Engines</title>
		<link>http://www.simonwhatley.co.uk/coldfusion-cfml-engines</link>
		<comments>http://www.simonwhatley.co.uk/coldfusion-cfml-engines#comments</comments>
		<pubDate>Mon, 27 Mar 2006 22:02:25 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Adobe ColdFusion]]></category>
		<category><![CDATA[app server]]></category>
		<category><![CDATA[Application Servers]]></category>
		<category><![CDATA[BlueDragon]]></category>
		<category><![CDATA[built-in web server]]></category>
		<category><![CDATA[CFML]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[ColdFusion Markup Language]]></category>
		<category><![CDATA[Coral Web Builder]]></category>
		<category><![CDATA[Digital Lattice Orange]]></category>
		<category><![CDATA[engines]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IgniteFusion]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[less closed technology]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[New Atlanta]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[Railo]]></category>
		<category><![CDATA[Scripting Engines]]></category>
		<category><![CDATA[Smith Project]]></category>
		<category><![CDATA[Web Builder]]></category>
		<category><![CDATA[web development platforms]]></category>
		<category><![CDATA[Web Server]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[Web technology industry standards]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=64</guid>
		<description><![CDATA[CFML is the name of the scripting language used by ColdFusion and several alternative server environments. It stands for ColdFusion Markup Language and is similar to HTML in appearance in that it uses tags. CFML is the code that powers ColdFusion, a program available from Adobe (formerly Macromedia), as well as such engines as BlueDragon, IgniteFusion, Railo, Coral Web Builder, and other web development platforms.]]></description>
			<content:encoded><![CDATA[<p>CFML is the name of the scripting language used by ColdFusion and several alternative server environments. It stands for ColdFusion Markup Language and is similar to HTML in appearance in that it uses tags. CFML is the code that powers ColdFusion, a program available from Adobe (formerly Macromedia), as well as such engines as BlueDragon, IgniteFusion, Railo, Coral Web Builder, DigitalLattice Orange and other web development platforms.</p>
<p>ColdFusion originated as proprietary technology based on Web technology industry standards. However, it is becoming a less closed technology through the availability of competing products. In fact, one could now make the argument that ColdFusion is even less platform bound than say raw J2EE or .NET, simply because ColdFusion will run on top of a .NET app server (New Atlanta), or on top of any J2EE app server (Websphere, JRun, Tomcat, etc.) In theory, you could move a ColdFusion app unchanged from a J2EE app server to a .NET app server.</p>
<p>Currently, alternative server platforms generally support Coldfusion MX 6.1 functionality, with minor changes or feature enhancements.</p>
<p>I have listed some of the alternatives in order of maturity/populrity.  However, I will leave it up to you to decide which one is the best and easiest to implement.  Please tell me your experiences.</p>
<h2>BlueDragon</h2>
<p>The BlueDragon Server family of Java-based servers (Server and Server JX) enables the stand-alone deployment of CFML. Both BlueDragon Server versions contain a built-in web server for development and testing, and each integrates with Microsoft IIS, Sun ONE/Netscape/iPlanet (JX only), and Apache web servers for deployment.</p>
<p>BlueDragon offers flexibility for the deployment of ColdFusion Markup Language (CFML) pages with native technology platform integration on the operating system, web server and database of your choice.</p>
<p>Visit the New Atlanta website at <a target="_blank" href="http://www.newatlanta.com/products/bluedragon/index.cfm">http://www.newatlanta.com</a> to download the latest version of BlueDragon.</p>
<h2>Railo</h2>
<p>Railo is a ColdFusion Compiler for translating and executing of ColdFusion based websites. The Compiler translates the ColdFusion code into Java classes which can be executed on a Java server. Railo also comes with a runtime engine, which contains all necessary libraries for the translated code. Railo automatically detects wether to translate a ColdFusion file or when to use the runtime engine. You can compare Railo at best with <acronym title="Java Server Pages">JSP</acronym> interfaces. <acronym title="Java Server Pages">JSP</acronym> uses an other syntax but the main functionality is almost the same. Because Railo implements most of the <acronym title="Java Server Pages">JSP</acronym> interfaces, it is highly compatible to <acronym title="Java Server Pages">JSP</acronym> interfaces.</p>
<p>Visit the Railo website at <a target="_blank" href="http://www.railo.ch/en/index.cfm">http://www.railo.ch</a></p>
<h2>IgniteFusion</h2>
<p>IgniteFusion is a ColdFusion compatible script engine that runs ColdFusion scripts. In addition to Coldfusion <acronym title="ColdFusion Markup Language">CFML</acronym> compatibility IgniteFusion has functionality that extends Coldfusion.  Although in Beta, it is approaching release.</p>
<p>Visit the IgniteFusion website at <a target="_blank" href="http://www.ignitefusion.com/">http://www.ignitefusion.com</a> to download the scripting engine.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/coldfusion-cfml-engines/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlueDragon &#8211; ColdFusion (CFML) Engine</title>
		<link>http://www.simonwhatley.co.uk/bluedragon-coldfusion-cfml-engine</link>
		<comments>http://www.simonwhatley.co.uk/bluedragon-coldfusion-cfml-engine#comments</comments>
		<pubDate>Wed, 19 Oct 2005 12:40:59 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Application Servers]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[BD.NET]]></category>
		<category><![CDATA[BlueDragon]]></category>
		<category><![CDATA[BlueDragon Server]]></category>
		<category><![CDATA[built-in web server]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[ColdFusion Markup Language]]></category>
		<category><![CDATA[free web application platforms]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[less closed technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[New Atlanta]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[Scotland]]></category>
		<category><![CDATA[Scripting Engines]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[TagServlet Ltd]]></category>
		<category><![CDATA[web applications]]></category>
		<category><![CDATA[Web Server]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[Web technology industry standards]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=4</guid>
		<description><![CDATA[The BlueDragon Server family of Java-based servers (Server and Server JX) enables the stand-alone deployment of CFML. Both BlueDragon Server versions contain a built-in web server for development and testing, and each integrates with Microsoft IIS, Sun ONE/Netscape/iPlanet (JX only), and Apache web servers for deployment.]]></description>
			<content:encoded><![CDATA[<p>The BlueDragon Server family of Java-based servers (Server and Server JX) enables the stand-alone deployment of CFML. Both BlueDragon Server versions contain a built-in web server for development and testing, and each integrates with Microsoft IIS, Sun ONE/Netscape/iPlanet (JX only), and Apache web servers for deployment.</p>
<p>BlueDragon offers flexibility for the deployment of ColdFusion Markup Language (CFML) pages with native technology platform integration on the operating system, web server and database of your choice.</p>
<p><a rel="nofollow" href="http://www.newatlanta.com/products/bluedragon/index.cfm">http://www.newatlanta.com</a></p>
<p>BlueDragon is an alternative CFML engine comparable to Macromedia&#8217;s ColdFusion. It is exclusively licensed and distributed by New Atlanta from TagServlet Ltd based out of Scotland. ColdFusion is a proprietary technology based on Web technology industry standards, however, it is becoming a less closed technology through the availability of potentially competing products.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>New Atlanta&#8217;s BlueDragon product, released in 2002, provides a ColdFusion MX 6.x-compatible platform to run CFML-based applications on a variety of platforms ( Windows, Linux, Mac OS, and more). While ColdFusion MX 7 offers new features not available in BlueDragon, some new features in CFMX 7 have long been in BlueDragon (such as sourceless deployment, server-based deployment on OS X, and more.)</p>
<p>BlueDragon 6.2 is available in four editions: BlueDragon Server and Server JX (similar to ColdFusion Standalone editions), BlueDragon for J2EE Application Servers (BD/J2EE), and BlueDragon for the Microsoft .NET Framework (BD.NET).</p>
<p>The first two editions are standalone servers which run on Windows, Linux, and OS X. With BD/J2EE, CFML applications can be deployed on any J2EE server, enabling integration of CFML and J2EE as enabled in CFMX. BD.NET uniquely extends the .NET framework and IIS to permit deployment of CFML applications as native .NET web applications, offering integration between CFML and ASP.NET that&#8217;s not possible with CFMX.</p>
<p>The Server JX, J2EE, and .NET editions of BlueDragon are commercial products which are available as 30 day unlimited trials which convert to a single-IP developer edition with no expiration. Purchase and licensing information is available on the BlueDragon site.</p>
<p>The Server edition, on the other hand, is free for deployment (though not for hosting, redeployment, or (as of the 6.2 release) commercial use. Intended to gain favor with those comparing to other free web application platforms, there are no differences in CFML tags supported in the free Server edition, but it supports only ODBC drivers on Windows (and only MySQL or PostgreSQL on Linux and OS X), it supports only IIS on Windows or Apache on Linux/OS X, and does not support secured (SSL) connections.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>None of the limitations of the free Server edition exist in the commercial Server JX, J2EE, or .NET editions.</p>
<p>BlueDragon offers several advantages (tags, functions, and other functionality) not found in ColdFusion. Similarly, there are a few tags and functions found in ColdFusion that are not supported currently in BlueDragon. New Atlanta maintains a complete list of incompatibilities with Macromedia ColdFusion MX in the documentation.</p>
<p>The .NET edition of BlueDragon may indeed be the most compelling edition for many, since it&#8217;s something that ColdFusion MX does not support. Designed to run on Microsoft&#8217;s .NET platform, BD.NET not only enables CFML applications to leverage the powerful benefits of the .NET platform, it also opens the door to integration between CFML and ASP.NET as well as .NET objects.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/bluedragon-coldfusion-cfml-engine/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

