Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cfm - jsp combination

Status
Not open for further replies.

santro

MIS
Joined
Apr 15, 2002
Messages
1
Location
IN
Hi Friends,
Here is something interesting, especially for so called advanced Cold Fusion experts.
A ColdFusion application is already in place, and most of the processing is handled in cold fusion. Now i wish to provide jsp as front end. i.e. client will see the jsp pages, all the forms will be in jsp and hence the request will be generated by jsp, this has to be passed to cfm files which will act as middleware and cfm will do all the database handling and business computing and the response has to be send back to jsp.
for passing the requests and esponses i need some data transfer mechanism, as well as some mechanism of handling session for both the things commonly.
cfm and jsp servers will be on different machines.
can u friends thow some light on architectural aspects of such an application ?
 
I'd suggest waiting until "ColdFusion NEO" comes out... you'll be able to code both ColdFusion and JSP in the same page. - tleish
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top