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 ?
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 ?