GeekArticles
Java
ServletsExtending ColdFusion with Servlets
Author: macromedia.com |
Published: 10th Aug 2005 |
Visited: 399 times |
Add CommentFiled in: Servletsby Edwin Smith Introduction Allaire Corporation's Cold Fusion Markup Language (CFML) is perhaps the easiest way to generate dynamic web content from a database. Its tag-based scripting commands are simple for HTML authors to learn, yet powerful enough for building full-featured web applications. Since 1995, thousands of websites have been developed with Allaire's popular ColdFusion Application Server. Custom CF tags can be developed either in CFML or with the CFX plugin API in C++. The...n
Read Article Sponsored Links
Related Articles
• Adding Voice to Java EE With SIP Servlets This Tech Tip covers some of the basic concepts underlying Session Initiation Protocol (SIP) and SIP servlets. It also presents a sample application that uses SIP servlets and HTTP servlets to provide Voice-over-IP (VoIP) phone servi ...