出典:Wikipedia
出典:『Wikipedia』 (2011/08/09 06:25 UTC 版)
Railo is a compiler that translates and executes websites based on ColdFusion Markup Language (CFML). The compiler translates CFML code into Java classes which can be executed on a Java server. Railo also has a runtime engine, which contains all needed libraries for translated code. Railo automatically detects when to translate a CFM file, or when to use the runtime engine. Railo is most similar to JavaServer Pages (JSP) and implements most JSP interfaces, so it is highly compatible with JSP. They use different syntax, but the main functionality is almost the same.