I have an existing eCommerce web application in JSF 1.2 framework . We wish to use node.js technology's benefits in our existing application .
Our Focus : Keep View[html ] part in JSF framwork and All I/O [Database-MySql] operation will be managed by node.js .
We can do CRUD operation using Node.js . But how do we send/receive data between java-managed-Bean and node.js ?
Is this architecture useful ? or any other better options/suggestion ? .Or do we need to completely switch to Node.js technology stack ..
With regards,
Sijo