Hi ,
want to know whether I can use JPPF in :-
An ecommerce application for small retailers and product suppliers. The application will be installed on the retailers' and the suppliers' side, and retailers and suppliers will have their-own product data. The retailers and suppliers will form a p2p network.
The application main function are:-
1. pre-select active nodes(suppliers/retailers) by some criteria from the p2p network .
2. sumit search criteria to the selected nodes and get result from their local data
3. combine the individual search results into a total result by reducing the duplicated results
Thanks.