ColdFusion is a J2EE web app, and the CFML runtime is implemented as a collection of Servlets. It runs in a web comtainer (JRun by default, even though JRun is actually an EAS).
The servlets, among other things, read your CFML off the disk, compile it into Java bytecode, and then execute it as part of handling requests to the servlets. While some differences exist, you can, in general, consider the execution profiles of JSPs and CFMs to be analogous. CF obviously does a lot of other stuff as well (such as CFC's), but at it's core, the concepts are similar to JSP. cheers, barneyb On 7/31/06, Troy Simpson <[EMAIL PROTECTED]> wrote: > I understand that ColdFusion is J2EE certified and all that good > stuff, but what does that mean? How does ColdFusion fit in this J2EE > platform stuff? > > Is ColdFusion a Servlet? > Is ColdFusion a Web Container? > Is ColdFusion a Enterprise Application Server? > > I just want to know how ColdFusion maps to the J2EE platform. I hope > that was a question. LOL!! ;-) > > Thanks for you help > -- > Thanks, > Troy -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:248334 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

