Introduction
Servant Apps are regular applications that extend services to other applications on the same site. These could be rating, discussion or other types of applications where the general service types are used. This means a discussion service app could be provided from a comment application or from a forum or back and forth per item.
concept for view tags
<sos:servantview app="discussion" view="post" attributes="#attributes#" />
or
<sos:servantview app="discussion" include="post" attributes="#attributes#" />