Relative Content

Tag Archive for jsf

Web application using JSF-Front end and node.js-Back end

I’m planning to build a eCommerce web application(similar to http://zovi.com/) using JSF 1.2 and node.js. All front end components will be jsf components binding to backing bean. I want to achieve real time functionality ( such as displaying Today’s hot sellers ,Customers who viewed this item also viewed such patterns) using node.js. And all data retrievals from database(MySQL)should be accomplished using node and display in JSF components. I’m confused in how to bind data that i get from node to corresponding managed bean property(since i bound it to corresponding JSF component).