peersite social market network
So what is a "social market network"?
It's a social network, like Facebook etc, in which the members can exchange tokens of value. Arguably SecondLife is a social market network, and there are plenty of others.
Peersite
Peersite is a set of components to build a social market network Java web-application. The components are essentially POJOs, Taglibs and Servlets, which map to an MVC approach. The Model part consists of the POJOs - plain old Java objects. You build the View, using custom tags from the Peersite taglibs in jsps. And the servlets, which take input from the tags in the jsps, act as the Controller.
The accounting system is built using Boox, the really-simple book-keeping API.
Peersite is extensible and modular. The core functionality, contained in the base module, covers authentication, groups, comments and payments.





