OpenBd has a render() method that parses raw text as CFML. It is very fast too.
http://blog.openbluedragon.org/render.htm A new project I am working on I have been using multiple CFM engines on Tomcat. It has been a bit tricky at times but since all the CFML engines available offer great things that the other does not; But I don't want to be tied to any one of them. I also use .NET, PHP and RUBY a lot, and have to talk to a array of internal legacy applications, so the flexibility to use any engine is needed. I really would love to see some way to choose a cfml engine at runtime. But it may have to happen at a .jsp level. <cfsetting cfmlengine="openbd" /> do OPENBD stuff <cfsetting cfmlengine="railo" /> do RAILO stuff -- /Kevin Pepperman "They who can give up essential liberty to obtain a little temporary safety, deserve neither liberty nor safety." - Benjamin Franklin ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332961 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

