You face the same chicken/egg conundrums as you do when you want to process 
cfm and asp.  I occasionally take the completely boneheaded approach to 
this, using cffile to dynamically write a .jhtml page (almost, but not 
quite the same as a .jsp page).  The neater way to do it is to work the 
java directly into the page using cfservlet cfobject or one of the other 
java tools now built into CF.

The other way to do it is to call java objects using javascript, but this 
can get heady.

Cary


At 02:51 PM 5/25/00 -0700, you wrote:
>--=====================_252990343==_.ALT
>Content-Type: text/plain; charset="us-ascii"; format=flowed
>
>living in harmony.... woo hoo, hooOooOoo.
>
>I'm wondering if you can get jsp and CFML to coexist in the same output.
>
>I think I can do this with CFHTTP, but I'm wondering if there's a more
>elegant way.
>
>What I mean is, can I start a CFML page, and then include a JSP page, and
>have the JSP return pre-processed by the JSP server?
>
>example: index.cfm
><CF_HEADER>
><CFINCLUDE TEMPLATE="someJSPPage.jsp">
><CF_FOOTER>
>
>What about the other way around?  Can I call a JSP page, and include some
>CFML in the middle?
>
>example: index.jsp
><%@ include file=" header.jsp"%>
><%@ include file=" someCFMLpage.cfm"%>
><%@ include file=" footer.jsp"%>
>
>
>thanks!
>
>
>!j!
>
>The mark of mediocrity is searching for the precedent.
>
>!jeff! sherwood     Director of BIGWORDS.com Web Site Design / JEDI
>                                                BIGWORDS.com worker#2
>.r.e.c.o.v.e.r.e.d.n.e.t.s.c.a.p.e.u.s.e.r. . . . 415.543.1400.x300
>
>--=====================_252990343==_.ALT
>Content-Type: text/html; charset="us-ascii"
>
>living in harmony.... woo hoo, hooOooOoo.
>
>I'm wondering if you can get jsp and CFML to coexist in the same output.
>
>I think I can do this with CFHTTP, but I'm wondering if there's a more 
>elegant way.
>
>What I mean is, can I start a CFML page, and then include a JSP page, and 
>have the JSP return pre-processed by the JSP server?
>
>example: index.cfm
><CF_HEADER>
><CFINCLUDE TEMPLATE="someJSPPage.jsp">
><CF_FOOTER>
>
>What about the other way around?  Can I call a JSP page, and include some 
>CFML in the middle?
>
>example: index.jsp
><%@ include file=" header.jsp"%>
><%@ include file=" someCFMLpage.cfm"%>
><%@ include file=" footer.jsp"%>
>
>
>thanks!
>
>
>!j!
>
>The mark of mediocrity is searching for the precedent.
>
>!jeff! sherwood     Director of BIGWORDS.com Web Site Design / JEDI
>                                               BIGWORDS.com worker#2
>.r.e.c.o.v.e.r.e.d.n.e.t.s.c.a.p.e.u.s.e.r. . . . 415.543.1400.x300
>
>--=====================_252990343==_.ALT--
>
>------------------------------------------------------------------------------
>Archives: http://www.eGroups.com/list/cf-talk
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to