Integrating J2EE and Java Elements in
CFML Applications
This chapter describes how to integrate J2EE elements, including the following, into your ColdFusion application:
- JSP pages and servlets
- JSP tags
- Java objects, including Enterprise JavaBeans (EJBs)
It does not explain J2EE concepts or how to program using Java or JSP. It does explain how to use existing Java and JSP elements in your ColdFusion applications.
Contents
- About ColdFusion, Java, and J2EE
- Using JSP tags and tag libraries
- Interoperating with JSP pages and servlets
- Using Java objects