BlueDragon Blog
Here you'll find tips and information about making the most of BlueDragon, which offers several compelling implementation alternatives for your CFML applications. This blog was created originally by Charlie Arehart, who was New Atlanta CTO from 2003-2006.,He has since moved on to become an independent consultant but continues to answer comments raised in existing blog entries. BlueDragon continues, and you should look to the newer BlueDragon blog, from New Atlanta president, Vince Bonfanti, for more updated information.

More on new features in BlueDragon 6.2

posted Wednesday, 23 March 2005

Beyond the .NET edition and overall improvements, there's also a lot that's new in the 6.2 release. Among the new tags are:

  • Support for previously missing new or enhanced tags from CFMX: CFLOGIN, CFLOGINUSER, and CFFUNCTION security roles; CFHTTP and CFMAIL enhancements; try/catch within CFSCRIPT; and CFTRACE
  • New tags: CFCACHECONTENT, CFCONTINUE, CFTHROTTLE, CFXMLRPC, and CFZIP/CFZIPPARAM
  • New functions: GetBytesSent, GetHttpContext, ListRemoveDuplicates, QueryDeleteRow, QuerySort, Render
  • Precompiled templates can have an expiration date (you can set your CFML templates to expire on a given date)
  • and other various improvements

See the docs for more details on these features, available at http://www.newatlanta.com/products/bluedragon/self_help/docs/index.cfm.

For the .NET edition, it's also worth noting that we've enabled several useful features, some (the last 4) that are very different from traditional integration available between CFML and Java/JSP:

  • sharing session and application variables with ASP.NET pages (set/get in either direction)
  • ability to "include" ASP.NET pages from CFML and "include" CFML pages from ASP.NET
  • ability to call CFML custom tags from ASP.NET
  • ability to call .NET objects from CFML
  • ability to invoke CFCs from ASP.NET
  • ability to drop CFML inline into an ASP.NET page (different from features above)

There are many other benefits of integration of CFML and ASP.NET, as well as just from running CFML on the .NET Framework. For more information, see the manual, "Deploying CFML on ASP.NET Servers", available at the URL offered above.