Servlet -> CFML - I was intrigued by this code ....
Servlet -> CFML - I was intrigued by this code snippet from Matt Liotta that shows how to redirect from a Java Servlet to a ColdFusion page:
getServletContext().getRequestDispatcher("/index.cfm[per thou]).forward(request, response);
I believe Matt has suggested this idiom can be used to wrap a ColdFusion application in a Java Servlet that secures the application for licensing purposes, amongst other uses. Yet another way Java and ColdFusion are living more happily together these days. [An Architect's View]
9:18:29 PM
|